diff options
author | marijus <mario@mariovavti.com> | 2014-03-13 19:50:22 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-13 19:50:22 +0100 |
commit | b32f8f0ba792bcea4d837444d986e71172097926 (patch) | |
tree | a32fa0716b6f474ac59a7550b806d147d65feed6 /view/css | |
parent | 3f337dad2c783e62338a88887d1ef3d7754da410 (diff) | |
download | volse-hubzilla-b32f8f0ba792bcea4d837444d986e71172097926.tar.gz volse-hubzilla-b32f8f0ba792bcea4d837444d986e71172097926.tar.bz2 volse-hubzilla-b32f8f0ba792bcea4d837444d986e71172097926.zip |
move region_1 to off instead of removing it and dont squelch region_2 when region_1 moves in again
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 1 | ||||
-rw-r--r-- | view/css/default.css | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 0100f58b5..188dbaccc 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -261,6 +261,7 @@ .wall-item-body { margin-top: 10px; + word-wrap: break-word; } .wall-item-body.divmore { diff --git a/view/css/default.css b/view/css/default.css index 271e15620..f8d00d34c 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -8,11 +8,13 @@ header #banner { main { display: table; + position: relative; width: 100%; height: 100%; } aside#region_1 { + width: 210px; min-width: 210px; display: table-cell; vertical-align: top; @@ -25,7 +27,6 @@ aside input[type='text'] { section { width: 100%; - min-width: 298px; display: table-cell; vertical-align: top; padding: 65px 15px 200px 7px; |