aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-14 09:20:08 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-14 09:20:08 +0200
commitec1d6d537ef36f0fb0b783edb39ccbbc27ff0e5f (patch)
treea290905ee90956c3862c005908d14ef76cfb6aed /view/css
parentfd708b28b8b985c8cdab096401b23bb42d1c0056 (diff)
downloadvolse-hubzilla-ec1d6d537ef36f0fb0b783edb39ccbbc27ff0e5f.tar.gz
volse-hubzilla-ec1d6d537ef36f0fb0b783edb39ccbbc27ff0e5f.tar.bz2
volse-hubzilla-ec1d6d537ef36f0fb0b783edb39ccbbc27ff0e5f.zip
quick fix for choklet bannertwo
Diffstat (limited to 'view/css')
-rw-r--r--view/css/choklet_bannertwo.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/view/css/choklet_bannertwo.css b/view/css/choklet_bannertwo.css
index 9b934120e..9eb3505bc 100644
--- a/view/css/choklet_bannertwo.css
+++ b/view/css/choklet_bannertwo.css
@@ -34,11 +34,12 @@ nav.navbar {
}
aside#region_1 {
- min-width: 231px;
- max-width: 231px;
+ min-width: 285px;
+ max-width: 285px;
display: table-cell;
- width: 231px;
+ width: 285px;
margin-left: 10px;
+ vertical-align: top;
}
aside input[type='text'] {
@@ -52,6 +53,7 @@ section {
width: 100%;
display: table-cell;
padding: 0 10px 200px 10px;
+ vertical-align: top;
}
#region_3 {