summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/css/index.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-11-05 17:03:50 +0100
committerJules Laplace <julescarbon@gmail.com>2019-11-05 17:03:50 +0100
commit1420584ae4c41d4f89743c512b00befe814b54bb (patch)
tree6f572ddc65acb1ba9beb2ba13646973ab398b6a3 /StoneIsland/platforms/ios/www/css/index.css
parent0e89aa5c0b5bf97530a8e1e92153567b1fb7efa9 (diff)
rebuild ios
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/index.css')
-rwxr-xr-xStoneIsland/platforms/ios/www/css/index.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/css/index.css b/StoneIsland/platforms/ios/www/css/index.css
index 83b3353a..2130c675 100755
--- a/StoneIsland/platforms/ios/www/css/index.css
+++ b/StoneIsland/platforms/ios/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;