diff options
| author | 2014-07-10 19:25:27 +0200 | |
|---|---|---|
| committer | 2014-07-10 19:25:27 +0200 | |
| commit | 0878b32fafb0deccb11b1bcbaa44e04724a2200e (patch) | |
| tree | 3e18fe46616981529d4ee4d700126d440b14b30c /p/themes/Flat/flat.css | |
| parent | 52763ed97d0fd3ca96d11cbec361f5f4cf79fec4 (diff) | |
Fix themes
- Add padding for "Connection" button
- Adjust height of .header and #global. I don't really like this solution
but I can't see any other solution
Diffstat (limited to 'p/themes/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index f9983ef43..d8824a6a0 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -427,14 +427,17 @@ a.btn { /*===============*/ /*=== Header */ .header { + height: 85px; background: #ecf0f1; } .header > .item { - padding: 10px 0; + padding: 10px; vertical-align: middle; text-align: center; } - +.header > .item.title h1 { + margin: 0.5em 0; +} .header > .item.title h1 a { text-decoration: none; } @@ -446,6 +449,9 @@ a.btn { } /*=== Body */ +#global { + height: calc(100% - 85px); +} .aside { background: #ecf0f1; } |
