diff options
author | marijus <mario@mariovavti.com> | 2014-10-30 14:10:55 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-30 14:10:55 +0100 |
commit | 0ff4d9015b3b06412e84f6fbc32ae4e78e16d6ae (patch) | |
tree | b9abb270ec445a2961337b1c313d2225b9f8393b /view/theme/redbasic/css | |
parent | fc704d1f2f274dd8a4c2906b9c017187c34a4060 (diff) | |
download | volse-hubzilla-0ff4d9015b3b06412e84f6fbc32ae4e78e16d6ae.tar.gz volse-hubzilla-0ff4d9015b3b06412e84f6fbc32ae4e78e16d6ae.tar.bz2 volse-hubzilla-0ff4d9015b3b06412e84f6fbc32ae4e78e16d6ae.zip |
some work on photo upload
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e62949520..31b769460 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2341,6 +2341,12 @@ aside .nav-pills > li > a { margin-right: 10px; } +.section-content-wrapper { + padding: 7px 10px; + background-color: $comment_item_colour; + border-bottom-left-radius: $radiuspx; + border-bottom-right-radius: $radiuspx; +} @media screen and (max-width: 767px) { aside#region_1 { |