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 {
background-color: transparent;
@ -559,14 +554,14 @@ textarea {
/* Media type selector */
#media_type_nav {
position: relative;
position: absolute;
top: 139px;
bottom: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
width: 130px;
flex: 1 auto;

View file

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

View file

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