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