mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-03-29 11:00:39 +00:00
patch: fix css for webconsole
This commit is contained in:
@@ -98,12 +98,14 @@ a:hover, a.button.selected, .slide label:hover, button[type=submit]:hover {
|
||||
}
|
||||
|
||||
.content {
|
||||
float: left;
|
||||
/* float: left;*/
|
||||
font-size: 1em;
|
||||
margin-left: 2em;
|
||||
padding: 4px;
|
||||
max-width: 50em;
|
||||
overflow: auto;
|
||||
left: 35%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.tunnel.established {
|
||||
|
||||
@@ -92,12 +92,14 @@ a.button {
|
||||
}
|
||||
|
||||
.content {
|
||||
float: left;
|
||||
/* float: left;*/
|
||||
font-size: 1em;
|
||||
margin-left: 2em;
|
||||
padding: 4px;
|
||||
max-width: 50em;
|
||||
overflow: auto;
|
||||
left: 35%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.tunnel.established {
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace http
|
||||
".menu { display: block; float: left; overflow: hidden; padding: 4px; max-width: 12em; white-space: nowrap; text-overflow: ellipsis ;}\r\n"
|
||||
".listitem { display: block; font-family: monospace; font-size: 1.2em; white-space: nowrap; }\r\n"
|
||||
".tableitem { font-family: monospace; font-size: 1.2em; white-space: nowrap; }\r\n"
|
||||
".content { float: left; font-size: 1em; margin-left: 2em; padding: 4px; max-width: 50em; overflow: auto; }\r\n"
|
||||
".content { font-size: 1em; margin-left: 2em; padding: 4px; max-width: 50em; overflow: auto; position: absolute; left: 35%; }\r\n"
|
||||
".tunnel.established { color: #56B734; }\r\n"
|
||||
".tunnel.expiring { color: #D3AE3F; }\r\n"
|
||||
".tunnel.failed { color: #D33F3F; }\r\n"
|
||||
|
||||
Reference in New Issue
Block a user