Fix: Css for ecm module
This commit is contained in:
parent
b8303bdd5f
commit
3fb60304db
@ -95,7 +95,7 @@ body {
|
|||||||
color:#232323;
|
color:#232323;
|
||||||
font-size:<?php print $fontsize ?>px;
|
font-size:<?php print $fontsize ?>px;
|
||||||
font-family:<?php print $fontlist ?>;
|
font-family:<?php print $fontlist ?>;
|
||||||
|
|
||||||
<?php print 'direction:'.$langs->trans("DIRECTION").";\n"; ?>
|
<?php print 'direction:'.$langs->trans("DIRECTION").";\n"; ?>
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -215,19 +215,19 @@ form#login img#img_logo {
|
|||||||
border-bottom:solid 1px rgba(0,0,0,.3);
|
border-bottom:solid 1px rgba(0,0,0,.3);
|
||||||
box-shadow:1px 1px 6px rgba(0,0,0,.3) inset , 0 0 1px rgba(255,255,255,.6);
|
box-shadow:1px 1px 6px rgba(0,0,0,.3) inset , 0 0 1px rgba(255,255,255,.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
form#login input {
|
form#login input {
|
||||||
padding:6px;
|
padding:6px;
|
||||||
font-size:120%;
|
font-size:120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
form#login label, form#login td b {
|
form#login label, form#login td b {
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
line-height:40px;
|
line-height:40px;
|
||||||
color:rgba(0,0,0,.4);
|
color:rgba(0,0,0,.4);
|
||||||
text-shadow:1px 1px 1px rgba(255,255,255,.6);
|
text-shadow:1px 1px 1px rgba(255,255,255,.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
form#login table.login_table {
|
form#login table.login_table {
|
||||||
margin:10px 0px;
|
margin:10px 0px;
|
||||||
border:none;
|
border:none;
|
||||||
@ -277,7 +277,7 @@ table.login_table .button:hover {
|
|||||||
color-stop(0, rgba(0,0,0,.3))
|
color-stop(0, rgba(0,0,0,.3))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
table.login_table .vmenu {
|
table.login_table .vmenu {
|
||||||
color:rgba(0,0,0,.6);
|
color:rgba(0,0,0,.6);
|
||||||
text-shadow:1px 1px 1px rgba(255,255,255,.6);
|
text-shadow:1px 1px 1px rgba(255,255,255,.6);
|
||||||
@ -370,7 +370,7 @@ div.tmenu li {
|
|||||||
|
|
||||||
div.tmenu li a {color:#cccccc;}
|
div.tmenu li a {color:#cccccc;}
|
||||||
div.tmenu li a:hover {color:rgba(255,255,255,.2);}
|
div.tmenu li a:hover {color:rgba(255,255,255,.2);}
|
||||||
|
|
||||||
div.tmenu ul li a.tmenusel {/* texte du menu principal sélectionné */
|
div.tmenu ul li a.tmenusel {/* texte du menu principal sélectionné */
|
||||||
color:#ffffff;
|
color:#ffffff;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
@ -508,6 +508,25 @@ div.vmenu {
|
|||||||
/* Toolbar for ECM or Filemanager */
|
/* Toolbar for ECM or Filemanager */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
.largebutton {
|
||||||
|
background-image: -o-linear-gradient(bottom, rgb(<?php echo '240,240,240'; ?>) 15%, rgb(<?php echo '255,255,255'; ?>) 100%) !important;
|
||||||
|
background-image: -moz-linear-gradient(bottom, rgb(<?php echo '240,240,240'; ?>) 15%, rgb(<?php echo '255,255,255'; ?>) 100%) !important;
|
||||||
|
background-image: -webkit-linear-gradient(bottom, rgb(<?php echo '240,240,240'; ?>) 15%, rgb(<?php echo '255,255,255'; ?>) 100%) !important;
|
||||||
|
background-image: -ms-linear-gradient(bottom, rgb(<?php echo '240,240,240'; ?>) 15%, rgb(<?php echo '255,255,255'; ?>) 100%) !important;
|
||||||
|
background-image: linear-gradient(bottom, rgb(<?php echo '240,240,240'; ?>) 15%, rgb(<?php echo '255,255,255'; ?>) 100%) !important;
|
||||||
|
border: 1px solid #CCC !important;
|
||||||
|
|
||||||
|
-moz-border-radius: 5px 5px 5px 5px !important;
|
||||||
|
-webkit-border-radius: 5px 5px 5px 5px !important;
|
||||||
|
border-radius: 5px 5px 5px 5px !important;
|
||||||
|
-moz-box-shadow: 4px 4px 4px #EEE;
|
||||||
|
-webkit-box-shadow: 4px 4px 4px #EEE;
|
||||||
|
box-shadow: 4px 4px 4px #EEE;
|
||||||
|
|
||||||
|
padding: 0 4px 0 4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.toolbar {}
|
.toolbar {}
|
||||||
.toolbarbutton {}
|
.toolbarbutton {}
|
||||||
|
|
||||||
@ -598,26 +617,26 @@ a.tabTitle img {
|
|||||||
-webkit-border-top-left-radius:6px;
|
-webkit-border-top-left-radius:6px;
|
||||||
-webkit-border-top-right-radius:6px;
|
-webkit-border-top-right-radius:6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab#active {
|
.tab#active {
|
||||||
color:#232323;
|
color:#232323;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color:#ffffff;
|
background-color:#ffffff;
|
||||||
border-bottom:solid 1px #ffffff;
|
border-bottom:solid 1px #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab:hover {color:#333333;}
|
.tab:hover {color:#333333;}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Styles de positionnement des zones */
|
/* Styles de positionnement des zones */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
div.fiche {
|
div.fiche {
|
||||||
margin-<?php print $left; ?>: <?php print (empty($conf->browser->phone) || empty($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT))?'20':'24'; ?>px;
|
margin-<?php print $left; ?>: <?php print (empty($conf->browser->phone) || empty($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT))?'20':'24'; ?>px;
|
||||||
margin-<?php print $right; ?>: <?php print empty($conf->browser->phone)?'12':'6'; ?>px;
|
margin-<?php print $right; ?>: <?php print empty($conf->browser->phone)?'12':'6'; ?>px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.fichecenter {
|
div.fichecenter {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
clear: both; /* This is to have div fichecenter that are true rectangles */
|
clear: both; /* This is to have div fichecenter that are true rectangles */
|
||||||
|
|||||||
@ -755,7 +755,8 @@ a.toolbarbutton {
|
|||||||
background: #FFFFFF;*/
|
background: #FFFFFF;*/
|
||||||
}
|
}
|
||||||
img.toolbarbutton {
|
img.toolbarbutton {
|
||||||
height: 28px;
|
margin-top: 2px;
|
||||||
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
@ -919,7 +920,6 @@ img.toolbarbutton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ecm-layout-resizer { /* all 'resizer-bars' */
|
.ecm-layout-resizer { /* all 'resizer-bars' */
|
||||||
background: #EEE;
|
|
||||||
border: 1px solid #BBB;
|
border: 1px solid #BBB;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -835,6 +835,7 @@ a.toolbarbutton {
|
|||||||
background: #FFFFFF;*/
|
background: #FFFFFF;*/
|
||||||
}
|
}
|
||||||
img.toolbarbutton {
|
img.toolbarbutton {
|
||||||
|
margin-top: 2px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -994,7 +995,6 @@ img.toolbarbutton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ecm-layout-resizer { /* all 'resizer-bars' */
|
.ecm-layout-resizer { /* all 'resizer-bars' */
|
||||||
background: #EEE;
|
|
||||||
border: 1px solid #BBB;
|
border: 1px solid #BBB;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -870,7 +870,8 @@ a.toolbarbutton {
|
|||||||
background: #FFFFFF;*/
|
background: #FFFFFF;*/
|
||||||
}
|
}
|
||||||
img.toolbarbutton {
|
img.toolbarbutton {
|
||||||
height: 28px;
|
margin-top: 2px;
|
||||||
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1029,7 +1030,6 @@ img.toolbarbutton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ecm-layout-resizer { /* all 'resizer-bars' */
|
.ecm-layout-resizer { /* all 'resizer-bars' */
|
||||||
background: #EEE;
|
|
||||||
border: 1px solid #BBB;
|
border: 1px solid #BBB;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user