From fe54ea291d3ed960ce5cb768446287b98a167ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 10 Feb 2011 13:57:37 +0100 Subject: [PATCH] Better formatting for toggle SQL query link. --- graphite/css/theme_right.css.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index ec45d7bff..4781a41c0 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -1619,3 +1619,27 @@ fieldset .disabled-field td { margin-bottom: 0.5em; } +#togglequerybox { + clear: both; + display: block; + margin: 0 1em 1em 1em; + border: 2px solid #000; + width: auto; + padding: 0.2em; + clear: both; + -moz-border-radius: 0.5em; + border-radius: 0.5em; + color: ; + background: ; + + background-image: url(getImgPath(); ?>b_sql.png); + background-repeat: no-repeat; + + background-position: 5px 50%; + padding: 0.2em 0.2em 0.2em 25px; + + background-position: 97% 50%; + padding: 0.2em 25px 0.2em 0.2em; + + +}