diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -86,6 +86,26 @@ input[type=button]:active { background-color: #079290; } +.err { + color: #fff; + background-color: #f00; + position: relative; + padding: 16px; + margin-bottom: 10px; + line-height: 1.3em; +} +.err span { + font-size: 1.5em; + font-weight: bold; +} +.err .close { + font-size: 1.3em; + position: absolute; + top:16px; + right:16px; + cursor: pointer; +} + #loader { position: absolute; left: 0; |
