From b8303bdd5f9cec21d919f6423779a8c417e9f952 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 29 Dec 2012 23:40:16 +0100 Subject: [PATCH] Fix: CSS --- htdocs/ecm/index.php | 2 +- htdocs/theme/eldy/style.css.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index 304e9718637..3d15615cb21 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -412,7 +412,7 @@ else $classviewhide='visible'; // Start container of all panels ?>
-
+
background-image: -o-linear-gradient(bottom, rgb() 15%, rgb() 100%) !important; background-image: -moz-linear-gradient(bottom, rgb() 15%, rgb() 100%) !important; @@ -1009,7 +1009,9 @@ td.photo { box-shadow: 4px 4px 4px #EEE; padding: 0 4px 0 4px !important; +} +.toolbar { height: 34px !important; }