Browse Source

Remove empty block

adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
87e7085c22
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 3
      src/webui/www/private/css/Layout.css
  2. 9
      src/webui/www/private/css/Window.css

3
src/webui/www/private/css/Layout.css

@ -378,9 +378,6 @@ li.divider { @@ -378,9 +378,6 @@ li.divider {
text-align: right;
}
.panel-header-toolbox {
}
/* Have to specify div here for IE6's sake */
div.toolbox.divider {
background: url(../images/toolbox-divider.gif) repeat-y;

9
src/webui/www/private/css/Window.css

@ -24,9 +24,6 @@ Required by: @@ -24,9 +24,6 @@ Required by:
background-color: #e5e5e5;
}
.mocha.isFocused {
}
.mochaOverlay {
position: absolute; /* This is also set in theme.js in order to make theme transitions smoother */
top: 0;
@ -180,12 +177,6 @@ div.mochaToolbarWrapper.bottom { @@ -180,12 +177,6 @@ div.mochaToolbarWrapper.bottom {
margin-left: 0;
}
.mochaMaximizeButton {
}
.mochaCloseButton {
}
.mochaSpinner {
display: none;
position: absolute;

Loading…
Cancel
Save