summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/index.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-11-01 19:02:50 +0100
committerJules Laplace <julescarbon@gmail.com>2019-11-01 19:02:50 +0100
commit1becc513c36e30ffe7cc967613485fa39d05f203 (patch)
treea47c359b44df36f822553cd66ddd8f0ebc88cb34 /StoneIsland/www/css/index.css
parentc75e4f0b5fc83548e337af6c533036baec8c85c9 (diff)
v1.2.5
Diffstat (limited to 'StoneIsland/www/css/index.css')
-rwxr-xr-xStoneIsland/www/css/index.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css
index 83b3353a..2130c675 100755
--- a/StoneIsland/www/css/index.css
+++ b/StoneIsland/www/css/index.css
@@ -102,6 +102,19 @@ html.vscroll {
.error_hilite ~ span.err {
display: flex;
}
+.err_heading {
+ display: none;
+}
+.err_heading.error_visible {
+ display: flex;
+ text-align: center;
+ justify-content: center;
+ align-items: center;
+ font-size: 0.875rem;
+ height: 64px;
+ padding: 12px;
+ color: red !important;
+}
span.err {
display: none;
text-align: center;