From dc40c2c84517cf355cd5d22c96bea756fd774af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81abanowski?= Date: Mon, 24 Dec 2012 03:39:47 +0100 Subject: [PATCH] attention bar: cleanup stylesheets --- stylesheets/style.css | 21 +++++++++++++++++++++ templates/attention_bar.html | 10 +++------- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index e1965a47..14463dc6 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -432,3 +432,24 @@ table.mod.config-editor input[type="text"] { text-indent: 0px; background: inherit; } + +#attention_bar { + height: 1.5em; + width: 100%; + text-align: center; +} +#attention_bar_form { + display: none; + padding: 0; + margin: 0; +} +#attention_bar_input { + width: 100%; + padding: 0; + margin: 0; + text-align: center; +} +#attention_bar:hover { + background-color: #fff; + opacity: 0.8; +} diff --git a/templates/attention_bar.html b/templates/attention_bar.html index 44afc78e..35f6b8f0 100644 --- a/templates/attention_bar.html +++ b/templates/attention_bar.html @@ -1,10 +1,6 @@ {% if config.attention_bar %} -
- +
+
+
- - {% endif %}