Slight CSS rework for SAAS-1136

This commit is contained in:
Albert Santoni 2015-10-20 17:39:46 -04:00
parent f441f2d385
commit 6cbc2f5316
1 changed files with 3 additions and 5 deletions

View File

@ -3815,10 +3815,8 @@ hr {
}
.disk_usage_progress_bar {
position: absolute;
left: 4px;
right: 4px;
/* width: 118px; */
float: left;
width: 100%;
height: 13px;
background: #444444;
background: -moz-linear-gradient(top, #464646 0, #3e3e3e 100%);
@ -3844,7 +3842,7 @@ hr {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff6f01), color-stop(100%, #bc5200));
height:13px;
z-index: 2;
position:absolute;
position: relative;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a