diff options
author | marijus <mario@mariovavti.com> | 2014-03-07 13:36:49 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-07 13:36:49 +0100 |
commit | e8da840eec218acab2e9d26ee33915679ac88b5c (patch) | |
tree | a2253faea8519baea5a689c5a516d4f99045cc7c /view/css | |
parent | 2a1729e6718a6a09fb322d8e115b5d47235ce809 (diff) | |
download | volse-hubzilla-e8da840eec218acab2e9d26ee33915679ac88b5c.tar.gz volse-hubzilla-e8da840eec218acab2e9d26ee33915679ac88b5c.tar.bz2 volse-hubzilla-e8da840eec218acab2e9d26ee33915679ac88b5c.zip |
remove aside on navbar collapse and add button to toggle visibility
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 2 | ||||
-rw-r--r-- | view/css/default.css | 24 |
2 files changed, 12 insertions, 14 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 325303559..3de9a1ec9 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -113,7 +113,7 @@ /* conversation */ .thread-wrapper.toplevel_item { - width: 92%; + width: 90%; } /* conv_item */ diff --git a/view/css/default.css b/view/css/default.css index eeeb3d7cf..b5babbccd 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -6,25 +6,23 @@ header #banner { margin-right: auto; } +main { + padding: 55px 0px 200px 0px; + border-spacing: 10px; +} + aside#region_1 { - display: block; - width: 210px; - position: absolute; - top: 65px; - left: 0; - margin-left: 10px; + min-width: 210px; + display: table-cell; + vertical-align: top; } aside input[type='text'] { width: 174px; } - section { - position: absolute; - top: 65px; - left: 250px; - display: block; - right: 15px; - padding-bottom: 350px; + width: 100%; + display: table-cell; + vertical-align: top; } |