Use JS injection to allow iframe-specific I2PTunnel styling

This commit is contained in:
str4d
2012-06-21 23:47:49 +00:00
parent ab1144865f
commit 8412bafc5c
3 changed files with 13 additions and 2 deletions

View File

@@ -18,6 +18,10 @@ body {
box-sizing: border-box;
}
body.iframed {
background: transparent url('images/transparent.gif') !important;
}
div {
-moz-box-sizing: border-box;
box-sizing: border-box;
@@ -213,6 +217,10 @@ hr {
padding: 10px 20px;
}
.iframed .panel {
margin: 16px auto -7px auto !important;
}
.panel .footer {
float: right;
padding: 4px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B