forked from I2P_Developers/i2p.i2p
Use JS injection to allow iframe-specific I2PTunnel styling
This commit is contained in:
@@ -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;
|
||||
|
||||
BIN
installer/resources/themes/console/dark/images/transparent.gif
Normal file
BIN
installer/resources/themes/console/dark/images/transparent.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 B |
Reference in New Issue
Block a user