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; + + +}