diff options
author | marijus <mario@mariovavti.com> | 2014-03-07 19:58:20 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-07 19:58:20 +0100 |
commit | 55d66cc2fb68e2dc3f1809e573ec9404772dc00c (patch) | |
tree | c2946a4ab88d974203815d81e6192e5fda0c6a19 /view | |
parent | 21db60c991a5cf9191fb00d5f5f3eb29bff7564c (diff) | |
download | volse-hubzilla-55d66cc2fb68e2dc3f1809e573ec9404772dc00c.tar.gz volse-hubzilla-55d66cc2fb68e2dc3f1809e573ec9404772dc00c.tar.bz2 volse-hubzilla-55d66cc2fb68e2dc3f1809e573ec9404772dc00c.zip |
probably should indicate the appearence of aside visualy somehow
Diffstat (limited to 'view')
-rw-r--r-- | view/css/default.css | 8 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/view/css/default.css b/view/css/default.css index b5babbccd..b4b52efb8 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -6,15 +6,11 @@ header #banner { margin-right: auto; } -main { - padding: 55px 0px 200px 0px; - border-spacing: 10px; -} - aside#region_1 { min-width: 210px; display: table-cell; vertical-align: top; + padding: 65px 10px 10px 10px; } aside input[type='text'] { @@ -22,6 +18,8 @@ aside input[type='text'] { } section { + padding-top: 65px; + padding-left: 10px; width: 100%; display: table-cell; vertical-align: top; diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index cdd77ae6b..8a5f920b0 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2287,3 +2287,10 @@ blockquote { color: $nav_active_icon_colour; padding: 7px 10px; } + +@media screen and (max-width:767px) { + aside#region_1 { + background-color: $nav_bg; + border-right: 1px solid $nav_bd; + } +} |