attention bar: iteration of fixes

This commit is contained in:
czaks 2014-01-06 04:14:51 +01:00
parent b90aa17dba
commit c8bccecc23
2 changed files with 7 additions and 4 deletions

View file

@ -456,8 +456,11 @@ table.mod.config-editor input[type="text"] {
#attention_bar {
height: 1.5em;
max-height: 1.5em;
width: 100%;
max-width: 100%;
text-align: center;
overflow: hidden;
}
#attention_bar_form {
display: none;
@ -471,8 +474,7 @@ table.mod.config-editor input[type="text"] {
text-align: center;
}
#attention_bar:hover {
background-color: #fff;
opacity: 0.8;
background-color: rgba(100%, 100%, 100%, 0.2);
}
p.intro.thread-hidden {
margin: 0px;