From 40b9e360adfd56719cfaec4080b499b998e2ef77 Mon Sep 17 00:00:00 2001 From: lorilee Date: Tue, 22 Jun 2010 21:08:01 -0400 Subject: [PATCH] Fixed the tag in the "File name template" label so it doesn't push the next row to the right --- themes/darkblue_orange/css/theme_right.css.php | 6 +++++- themes/original/css/theme_right.css.php | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 879577474..74060db20 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -1202,6 +1202,10 @@ label.desc { float: ; } +label.desc sup { + position: absolute; +} + code.sql { display: block; padding: 0.3em; @@ -1373,4 +1377,4 @@ input#input_import_file { .formelementrow { margin: 5px 0px 5px 0px; -} +} \ No newline at end of file diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index e9259d3b1..462fec425 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1153,6 +1153,10 @@ label.desc { float: ; } +label.desc sup { + position: absolute; +} + code.sql { display: block; padding: 0.3em;