8.582
Bearbeitungen
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 66: | Zeile 66: | ||
/** Alerts */ | /** Alerts */ | ||
.alert { | .alert { | ||
color:#555; | color :#555; | ||
border-radius: | border-radius: 8px; | ||
padding: 8px 8px 8px 34px; | |||
padding: | margin: 10px 0; | ||
margin:10px; | |||
} | } | ||
.alert span { | .alert span { | ||
font-weight:bold; | font-weight: bold; | ||
text-transform:uppercase; | text-transform: uppercase; | ||
} | } | ||
.alert-error { | .alert-error { | ||
background:#ffecec url('images/error.png') no-repeat | background: #ffecec url('images/error.png') no-repeat 8px 50%; | ||
border:1px solid #f5aca6; | border: 1px solid #f5aca6; | ||
} | } | ||
.alert-success { | .alert-success { | ||
background:#e9ffd9 url('images/success.png') no-repeat | background: #e9ffd9 url('images/success.png') no-repeat 8px 50%; | ||
border:1px solid #a6ca8a; | border: 1px solid #a6ca8a; | ||
} | } | ||
.alert-warning { | .alert-warning { | ||
background:#fff8c4 url('images/warning.png') no-repeat | background: #fff8c4 url('images/warning.png') no-repeat 8px 50%; | ||
border:1px solid #f2c779; | border: 1px solid #f2c779; | ||
} | } | ||
.alert-notice { | .alert-notice { | ||
background:#e3f7fc url('images/notice.png') no-repeat | background: #e3f7fc url('images/notice.png') no-repeat 8px 50%; | ||
border:1px solid #8ed9f6; | border: 1px solid #8ed9f6; | ||
} | } | ||