Slight CSS rework for SAAS-1136
This commit is contained in:
parent
f441f2d385
commit
6cbc2f5316
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue