css cleanup: main menu, misc - admin: fixes js issues

This commit is contained in:
Florian BLOUET
2015-11-26 14:58:16 +01:00
parent 1010f1820c
commit 52b06b208e
26 changed files with 781 additions and 358 deletions

View File

@@ -465,10 +465,6 @@ table.tablesorter tr th.SortDown {
background-color: #212121;
}
#mainMenu {
background-color: black;
}
#form {
height: 150px;
}

View File

@@ -8,4 +8,10 @@ $imagesPath: '../images/';
@import './jquery-ui/report-base';
@import './jquery-ui/report-detailed';
$mainMenuBackgroundColor: #c7c7c7; //BFBFBF;
$mainMenuBottomBorder: 1px solid #c7c7c7;
$mainMenuLinkColor: #212121;
$mainMenuLinkHoverColor: #BFBFBF;
$mainMenuLinkActiveColor: #BFBFBF;
// $mainMenuMarginBottom: 30px;
@import '../../_shared/styles/main-menu';