summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2024-08-20 15:24:28 +0300
committerMarin Ivanov <[email protected]>2024-08-20 15:24:28 +0300
commit0c24aba5dd6b7804ba63d596e3ae692fccb68e88 (patch)
tree89f39b64d3c713f833ce7a0f17bfd4d1716f1aba /style.css
parentec34163617e3588a63dc611834a372746f9d4107 (diff)
add errors
Diffstat (limited to 'style.css')
-rw-r--r--style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/style.css b/style.css
index b89d135..334a765 100644
--- a/style.css
+++ b/style.css
@@ -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;