diff options
| author | Horus3 | 2015-02-27 04:02:15 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-27 04:02:15 +0100 |
| commit | 6837ddf68f13a1633ea868ab55d71389ca5bc175 (patch) | |
| tree | 94fbfabdfa4506eb1b2dbf0067a7c0fa87f294c9 /static/css/style.css | |
| parent | 60767a3ea8190d3f070f3aae86c2d72ffb10cfd6 (diff) | |
| download | statuspage-6837ddf68f13a1633ea868ab55d71389ca5bc175.tar.gz | |
Version 0.2. Sends E-Mails now. Also sticky post on index page to quickly inform people. Concatenated all CSS and JavaScript files.
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 42 |
1 files changed, 38 insertions, 4 deletions
diff --git a/static/css/style.css b/static/css/style.css index a852e71..aa4cb9c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -20,12 +20,25 @@ background-color: #d0e9c6 !important; color: #473835; } - +.panel-danger > .panel-heading { + /* + background-color: #dd5148;*/ + color: #473835; + background-color: #ebcccc; +} +.delete { + padding-top: 10%; +} .alert-danger { background-color: #ebcccc; color: #473835; } - +textarea { + box-shadow: 0 0px 10px rgba(0, 0, 0, 0.23), 0 0px 10px rgba(0, 0, 0, 0.16) !important; + background-color: #fff; + width: 100% !important; + height:200px !important; +} .hide { display: none ; } @@ -34,6 +47,16 @@ text-decoration: underline; } +.shadow-y-2{box-shadow:0 -3px 10px rgba(0,0,0,.23),0 -3px 10px rgba(0,0,0,.16)} + +.center { + position: absolute; + top: 50%; + transform: translate(0, -50%); +/* width: 100%;*/ + height: 20px; + /*padding-right: 20px;*/ +} .footer { background-color: #009587; border-color: #009587; @@ -42,9 +65,11 @@ position: absolute; bottom: 0; width: 100%; - height: 20px; + height: 40px; +} +.footer-div { + padding-top: 10%; } - .footer-a { color: white; } @@ -53,3 +78,12 @@ color: white; text-decoration: underline; } +.admin-link { + position: absolute; + bottom: 50px; + color: #009587; + /* + top: 100%; + padding-bottom: 0; + */ +} |
