mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-09-17 02:21:34 +01:00
patch: fix css for webconsole
This commit is contained in:
parent
e8d59c8375
commit
227f397c06
3 changed files with 7 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue