fix admin reoladTree callback

fix admin leftPanel render method
fix admin reorder submit callback
remove usless images
This commit is contained in:
Florian BLOUET
2015-11-27 16:27:49 +01:00
parent 34689daaa8
commit cdff031887
96 changed files with 47 additions and 95 deletions

View File

@@ -26,17 +26,20 @@ $modalBackground: $darkerBackgroundColor !default;
.ui-tabs {
.ui-tabs-nav {
li {
background-color: $lightBackgroundColor; //$tabsNavBg;
background-color: lighten($lightBackgroundColor, 5); //$tabsNavBg;
height: 30px;
border: none;
overflow: hidden;
a {
padding: 5px 8px;
//font-size: 0.8em;
font-size: $xmediumFontSize;
font-weight: normal;
color: $lightTextColor; // more contrasted color
color: $mediumTextColor; // more contrasted color
}
&.ui-tabs-active {
font-size: $mediumFontSize;
color: $lightTextColor;
background-color: $mediumBackgroundColor; //$tabsNavBgActive;
border: none;
}