Fix: CSS
This commit is contained in:
parent
703c82f9e2
commit
b8303bdd5f
@ -412,7 +412,7 @@ else $classviewhide='visible';
|
|||||||
// Start container of all panels
|
// Start container of all panels
|
||||||
?>
|
?>
|
||||||
<div id="containerlayout"> <!-- begin div id="containerlayout" -->
|
<div id="containerlayout"> <!-- begin div id="containerlayout" -->
|
||||||
<div id="ecm-layout-north" class="toolbar">
|
<div id="ecm-layout-north" class="toolbar largebutton">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Start top panel, toolbar
|
// Start top panel, toolbar
|
||||||
|
|||||||
@ -988,7 +988,7 @@ td.photo {
|
|||||||
/* Toolbar for ECM or Filemanager */
|
/* Toolbar for ECM or Filemanager */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
.toolbar {
|
.largebutton {
|
||||||
<?php if ($usecss3) { ?>
|
<?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: -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: -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;
|
box-shadow: 4px 4px 4px #EEE;
|
||||||
|
|
||||||
padding: 0 4px 0 4px !important;
|
padding: 0 4px 0 4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toolbar {
|
||||||
height: 34px !important;
|
height: 34px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user