Fix: Minor fix in styles
This commit is contained in:
parent
aa989b3ed1
commit
3109c797fb
@ -855,11 +855,17 @@ td.photo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ecm-layout-toggler {
|
.ecm-layout-toggler {
|
||||||
background-color: #DDD;
|
border-top: 1px solid #AAA; /* match pane-border */
|
||||||
|
border-right: 1px solid #AAA; /* match pane-border */
|
||||||
|
border-bottom: 1px solid #AAA; /* match pane-border */
|
||||||
|
background-color: #CCC;
|
||||||
}
|
}
|
||||||
.ecm-layout-toggler-open {
|
.ecm-layout-toggler-open {
|
||||||
height: 48px !important;
|
height: 48px !important;
|
||||||
width: 6px !important;
|
width: 6px !important;
|
||||||
|
-moz-border-radius:0px 10px 10px 0px;
|
||||||
|
-webkit-border-radius:0px 10px 10px 0px;
|
||||||
|
border-radius:0px 10px 10px 0px;
|
||||||
}
|
}
|
||||||
.ecm-layout-toggler-closed {
|
.ecm-layout-toggler-closed {
|
||||||
height: 48px !important;
|
height: 48px !important;
|
||||||
|
|||||||
@ -217,7 +217,7 @@ td.showDragHandle {
|
|||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
div.fiche {
|
div.fiche {
|
||||||
margin-<?php print $left; ?>: <?php print (empty($conf->browser->phone) || empty($conf->global->MAIN_SMARTPHONE_OPTIM))?'10':'24'; ?>px;
|
margin-<?php print $left; ?>: <?php print (empty($conf->browser->phone) || empty($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT))?'10':'24'; ?>px;
|
||||||
margin-<?php print $right; ?>: <?php print empty($conf->browser->phone)?'8':'6'; ?>px;
|
margin-<?php print $right; ?>: <?php print empty($conf->browser->phone)?'8':'6'; ?>px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -864,16 +864,23 @@ td.photo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ecm-layout-toggler {
|
.ecm-layout-toggler {
|
||||||
background-color: #DDD;
|
border-top: 1px solid #AAA; /* match pane-border */
|
||||||
|
border-right: 1px solid #AAA; /* match pane-border */
|
||||||
|
border-bottom: 1px solid #AAA; /* match pane-border */
|
||||||
|
background-color: #CCC;
|
||||||
}
|
}
|
||||||
.ecm-layout-toggler-open {
|
.ecm-layout-toggler-open {
|
||||||
height: 48px !important;
|
height: 48px !important;
|
||||||
width: 6px !important;
|
width: 6px !important;
|
||||||
|
-moz-border-radius:0px 10px 10px 0px;
|
||||||
|
-webkit-border-radius:0px 10px 10px 0px;
|
||||||
|
border-radius:0px 10px 10px 0px;
|
||||||
}
|
}
|
||||||
.ecm-layout-toggler-closed {
|
.ecm-layout-toggler-closed {
|
||||||
height: 48px !important;
|
height: 48px !important;
|
||||||
width: 6px !important;
|
width: 6px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ecm-layout-toggler .content { /* style the text we put INSIDE the togglers */
|
.ecm-layout-toggler .content { /* style the text we put INSIDE the togglers */
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user