Prettier transition for notice, fix notice style. Fixes #438

This commit is contained in:
Tom MacWright
2013-01-23 15:53:46 -05:00
parent 671e138fcd
commit f605ff85ea
3 changed files with 41 additions and 23 deletions
+11 -10
View File
@@ -981,18 +981,19 @@ div.typeahead a:first-child {
------------------------------------------------------- */
.notice {
position:absolute;
top:11px;
left:11px;
width:278px;
float:left;
width:33.333%;
padding-right: 10px;
}
.notice .notice-text {
height: 40px;
text-align: center;
height:38px;
padding:10px 20px;
background:#fff;
color:#000;
font-weight: normal;
line-height: 21px;
border-radius:5px;
border-radius: 5px;
line-height: 40px;
background: #fff;
color: #000;
opacity: 0.9;
}