mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Prettier transition for notice, fix notice style. Fixes #438
This commit is contained in:
+11
-10
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user