1
0
Fork 0

temp. solution for dash floating problem..

This commit is contained in:
Heiko Kernbach 2013-08-18 22:52:22 +02:00
parent e0b46af7db
commit aaf8b60aeb
1 changed files with 10 additions and 12 deletions

View File

@ -380,7 +380,8 @@ li:hover h6, li.hover h6 {
min-height: 150px; min-height: 150px;
margin-bottom: 8px; margin-bottom: 8px;
margin-right: 10px; margin-right: 10px;
margin-top: -11px; margin-top: -1px;
border-top: 1px solid #888;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
@ -395,6 +396,8 @@ li:hover h6, li.hover h6 {
} }
#detailReplication { #detailReplication {
margin-top: 1px;
border-top: 1px solid #888;
height: auto !important; height: auto !important;
width: 100% !important; width: 100% !important;
} }
@ -449,10 +452,6 @@ li:hover h6, li.hover h6 {
border-bottom: 0 !important; border-bottom: 0 !important;
} }
#statSwitch {
margin-right: 32px;
}
#dashboardDropdownOut { #dashboardDropdownOut {
background-color: transparent !important; background-color: transparent !important;
} }
@ -466,11 +465,10 @@ li:hover h6, li.hover h6 {
min-height: 206px !important; min-height: 206px !important;
} }
#clearDashboard { .dashboardContent .arangoTab {
/*display:none !important;*/ float:none;
height: 1px; }
position: relative;
margin: 0; #statSwitch {
max-height: 1px; margin-left: 15px;
background-color: none;
} }