mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 19:02:35 +01:00
Fix: Minor fix in styles
This commit is contained in:
@@ -855,11 +855,17 @@ td.photo {
|
||||
}
|
||||
|
||||
.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 {
|
||||
height: 48px !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 {
|
||||
height: 48px !important;
|
||||
|
||||
@@ -217,7 +217,7 @@ td.showDragHandle {
|
||||
/* ============================================================================== */
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
@@ -864,16 +864,23 @@ td.photo {
|
||||
}
|
||||
|
||||
.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 {
|
||||
height: 48px !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 {
|
||||
height: 48px !important;
|
||||
width: 6px !important;
|
||||
}
|
||||
|
||||
.ecm-layout-toggler .content { /* style the text we put INSIDE the togglers */
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user