This commit is contained in:
Laurent Destailleur 2012-12-29 23:40:16 +01:00
parent 703c82f9e2
commit b8303bdd5f
2 changed files with 4 additions and 2 deletions

View File

@ -412,7 +412,7 @@ else $classviewhide='visible';
// Start container of all panels
?>
<div id="containerlayout"> <!-- begin div id="containerlayout" -->
<div id="ecm-layout-north" class="toolbar">
<div id="ecm-layout-north" class="toolbar largebutton">
<?php
// Start top panel, toolbar

View File

@ -988,7 +988,7 @@ td.photo {
/* Toolbar for ECM or Filemanager */
/* ============================================================================== */
.toolbar {
.largebutton {
<?php if ($usecss3) { ?>
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;
@ -1009,7 +1009,9 @@ td.photo {
box-shadow: 4px 4px 4px #EEE;
padding: 0 4px 0 4px !important;
}
.toolbar {
height: 34px !important;
}