diff options
author | marijus <mario@mariovavti.com> | 2014-03-27 19:56:22 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-27 19:56:22 +0100 |
commit | 3a190ddd2ba0bb5c4d7d27fab71111db536599d4 (patch) | |
tree | 7701796ce9aa289d2d2f88798e494aa8b1e40217 /view/css | |
parent | 7b24b78af949f2645459e4698ee2f96a17becef4 (diff) | |
download | volse-hubzilla-3a190ddd2ba0bb5c4d7d27fab71111db536599d4.tar.gz volse-hubzilla-3a190ddd2ba0bb5c4d7d27fab71111db536599d4.tar.bz2 volse-hubzilla-3a190ddd2ba0bb5c4d7d27fab71111db536599d4.zip |
css fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 3 | ||||
-rw-r--r-- | view/css/default.css | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 46e1ed436..b32c5a08f 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -338,6 +338,7 @@ margin: 0px 0 -5px 0px; padding: 0px; width: 75%; + min-width: 170px } [class^="comment-edit-bb"] > li { @@ -360,6 +361,7 @@ .comment-edit-text-empty { height: 2.8em; width: 30%; + min-width: 170px; overflow: auto; margin-bottom: 10px; } @@ -367,6 +369,7 @@ .comment-edit-text-full { height: 150px; width: 50%; + min-width: 170px; overflow: auto; } diff --git a/view/css/default.css b/view/css/default.css index c6a8fe58e..267b3bd35 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -8,6 +8,7 @@ header #banner { main { display: table; + table-layout: fixed; position: relative; width: 100%; height: 100%; |