From 42cd233d6955011a97564771df2c9889f2d27805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 21 Jul 2011 13:26:01 +0200 Subject: [PATCH] Move custom CSS out of jquery generated files --- themes/original/css/theme_right.css.php | 2 ++ themes/original/jquery/jquery-ui-1.8.custom.css | 2 -- themes/pmahomme/css/theme_right.css.php | 2 ++ themes/pmahomme/jquery/jquery-ui-1.8.custom.css | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index c94926227a..94cd84af53 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -2290,3 +2290,5 @@ span.mysql-number { .navigation select { margin: 0 0.8em; } +/* Timepicker */ +#ui-timepicker-div { z-index: 1003; } diff --git a/themes/original/jquery/jquery-ui-1.8.custom.css b/themes/original/jquery/jquery-ui-1.8.custom.css index edcb8e6293..0ae653bf88 100644 --- a/themes/original/jquery/jquery-ui-1.8.custom.css +++ b/themes/original/jquery/jquery-ui-1.8.custom.css @@ -486,5 +486,3 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad ----------------------------------*/ .ui-progressbar { height:2em; text-align: left; } .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -/* Timepicker */ -#ui-timepicker-div { z-index: 1003; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 6c685c2d5d..0896b3fe44 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2734,3 +2734,5 @@ span.mysql-number { .navigation select { margin: 0 0.8em; } +/* Timepicker */ +#ui-timepicker-div { z-index: 1003; } diff --git a/themes/pmahomme/jquery/jquery-ui-1.8.custom.css b/themes/pmahomme/jquery/jquery-ui-1.8.custom.css index ca2b44b142..fd337dd51b 100644 --- a/themes/pmahomme/jquery/jquery-ui-1.8.custom.css +++ b/themes/pmahomme/jquery/jquery-ui-1.8.custom.css @@ -486,5 +486,3 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad ----------------------------------*/ .ui-progressbar { height:2em; text-align: left; } .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -/* Timepicker */ -#ui-timepicker-div { z-index: 1003; }