Ditched hiding overflow, more styling changes

This commit is contained in:
Albert Santoni 2015-08-10 12:32:39 -04:00
parent 974f979bef
commit 3bb1dccd65
3 changed files with 4 additions and 9 deletions

View file

@ -1,8 +1,3 @@
html, body {
/*background: #242424;*/
background: #111;
overflow: hidden;
}
div.ColVis_collectionBackground { div.ColVis_collectionBackground {
background-color: transparent; background-color: transparent;
@ -559,14 +554,14 @@ textarea {
/* Media type selector */ /* Media type selector */
#media_type_nav { #media_type_nav {
position: relative; position: absolute;
top: 139px; top: 139px;
bottom: 0px;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
height: 100%;
width: 130px; width: 130px;
flex: 1 auto; flex: 1 auto;

View file

@ -121,7 +121,7 @@
} }
.ui-widget-content a { .ui-widget-content a {
color: #444444; color: #b2b2b2;
} }
.ui-widget-header { .ui-widget-header {
border: 1px solid #5b5b5b; border: 1px solid #5b5b5b;

View file

@ -10,7 +10,7 @@ body {
} }
html, body { html, body {
height: 100%; height: 100%;
background: #7f7f7f; background: #111;
} }
#login-page { #login-page {