[Monitor Dashboard | Trunk]: Fix a css bug
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@57984 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
58b7b8d735
commit
7b29e01190
|
@ -60,12 +60,6 @@ html .dashboard {
|
||||||
background: rgba(255, 255, 255, 0);
|
background: rgba(255, 255, 255, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 767px) {
|
|
||||||
.dashboard .sidebar_main_active #hide_controls {
|
|
||||||
width: 280px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboard .sidebar_main_active #hide_controls {
|
.dashboard .sidebar_main_active #hide_controls {
|
||||||
background: rgba(255, 255, 255, 1);
|
background: rgba(255, 255, 255, 1);
|
||||||
border-top: 1px solid rgba(0,0,0,.30);
|
border-top: 1px solid rgba(0,0,0,.30);
|
||||||
|
@ -75,6 +69,12 @@ html .dashboard {
|
||||||
-moz-transition: width 280ms cubic-bezier(0.4, 0, 0.2, 1);
|
-moz-transition: width 280ms cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 767px) {
|
||||||
|
.dashboard .sidebar_main_active #hide_controls {
|
||||||
|
width: 280px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.dashboard #hide_controls #toggle {
|
.dashboard #hide_controls #toggle {
|
||||||
color: #646a6f;
|
color: #646a6f;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|
Loading…
Reference in New Issue