Ticket #1921: css.diff
| File css.diff, 1.0 kB (added by cd34, 2 years ago) |
|---|
-
public/css/style.css
old new 53 53 float: right; 54 54 width: 200px; 55 55 font-size: 88%; 56 background-color:#fff e1;56 background-color:#ffffe1; 57 57 background-repeat:repeat-x; 58 58 } 59 59 … … 186 186 background: #eee; 187 187 } 188 188 189 #status_block{189 .flash { 190 190 margin: 0 auto 0.5em auto; 191 191 padding: 5px 15px 15px 55px; 192 background: #eef URL('../images/ok.png') left center no-repeat;193 border: 1px solid #cce;194 192 width: 680px; 195 193 font-size: 120%; 196 194 font-weight: bolder; 197 195 } 198 196 197 #status_ok { 198 background: #eef URL('../images/ok.png') left center no-repeat; 199 border: 1px solid #cce; 200 } 201 202 #status_warning { 203 background: #f99 URL('../images/error.png') left center no-repeat; 204 border: 1px solid #f33; 205 } 206 207 #status_alert { 208 background: #ff9 URL('../images/info.png') left center no-repeat; 209 border: 1px solid #ff0; 210 } 211 199 212 .notice { 200 213 margin: 0.5em auto 0.5em auto; 201 214 padding: 15px 10px 15px 55px;