summaryrefslogtreecommitdiff
path: root/p/themes/base-theme/base.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-07-10 19:25:27 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-07-10 19:25:27 +0200
commit0878b32fafb0deccb11b1bcbaa44e04724a2200e (patch)
tree3e18fe46616981529d4ee4d700126d440b14b30c /p/themes/base-theme/base.css
parent52763ed97d0fd3ca96d11cbec361f5f4cf79fec4 (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/base-theme/base.css')
-rw-r--r--p/themes/base-theme/base.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index 8b32a7a6a..969c64876 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -332,13 +332,15 @@ a.btn {
/*===============*/
/*=== Header */
.header {
+ height: 85px;
}
.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;
@@ -352,6 +354,7 @@ a.btn {
/*=== Body */
#global {
+ height: calc(100% - 85px);
}
.aside {
}