diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-01-13 19:58:40 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-01-13 19:58:40 +0100 |
commit | 64c7c63e244c14a5a6b248a0e2a165c50cfc4421 (patch) | |
tree | f890e4030ee2bbc904acbcba26cdda484b4b22e9 /public/static/default.css | |
parent | 6fbaf22a63f389c711ce8bcfed76051a27fe2871 (diff) |
more prominent warning for IC/EC wagon order
Diffstat (limited to 'public/static/default.css')
-rw-r--r-- | public/static/default.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/public/static/default.css b/public/static/default.css index c3e0d6a..7bda32c 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -936,6 +936,28 @@ div.about a { text-decoration: none; } +.notice { + padding: 15px; + margin-bottom: 20px; + border: 1px solid #bce8f1; + border-radius: 4px; + color: #31708f; + background-color: #d9edf7; + margin-left: auto; + margin-right: auto; +} + +.warning { + padding: 15px; + margin-bottom: 20px; + border: 1px solid #faebcc; + border-radius: 4px; + color: #8a6d3b; + background-color: #fcf8e3; + margin-left: auto; + margin-right: auto; +} + .error { padding: 15px; margin-bottom: 20px; |