diff options
author | friendica <info@friendica.com> | 2015-03-04 02:35:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-04 02:35:20 -0800 |
commit | 684ce972fe7c6cb5e2d0cc7aea4df989a3734403 (patch) | |
tree | bc7de74fb66bf7c1dcd883f5e15894c78f29d292 /view/theme | |
parent | fb0f823be7142b715285ed8a2d18b98c240a630b (diff) | |
parent | e877eaed493c449cb3dbdf2bc2d4ec231628047e (diff) | |
download | volse-hubzilla-684ce972fe7c6cb5e2d0cc7aea4df989a3734403.tar.gz volse-hubzilla-684ce972fe7c6cb5e2d0cc7aea4df989a3734403.tar.bz2 volse-hubzilla-684ce972fe7c6cb5e2d0cc7aea4df989a3734403.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 87e12a9b3..e00fee521 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1941,6 +1941,16 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ border-radius: $radiuspx; text-align: center; } + +.section-content-danger-wrapper { + padding: 21px 10px; + color: #a94442; + background-color: #f2dede; + margin-bottom: 3px; + border-radius: $radiuspx; + text-align: center; +} + .section-content-wrapper { padding: 7px 10px; background-color: $comment_item_colour; |