Tweaks to classic theme css to hide navbar and logo, now they're residing
in the side panel; iframe size tweaks.
This commit is contained in:
@ -29,16 +29,18 @@ div.logo {
|
|||||||
margin: 0em;
|
margin: 0em;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.toolbar {
|
div.toolbar {
|
||||||
margin: 0em 0em 2em 0em;
|
margin: 0em 0em 2em 0em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummaryouter {
|
div.routersummaryouter {
|
||||||
float: left;
|
float: left;
|
||||||
width: 215px;
|
width: 200px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -48,7 +50,7 @@ div.routersummaryouter {
|
|||||||
|
|
||||||
div.routersummary {
|
div.routersummary {
|
||||||
background-color: #fafaff;
|
background-color: #fafaff;
|
||||||
width: 195px;
|
width: 200px;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
Reference in New Issue
Block a user