diff options
author | marijus <mario@mariovavti.com> | 2014-06-11 10:04:51 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-06-11 10:04:51 +0200 |
commit | 4a4281448f3485f03aa5b8b1bac1175e217a58c2 (patch) | |
tree | 64c20a2e43a9e190899cb7a7061a9a7604a716d1 /view | |
parent | de31ba5432a77cc91747f65d01e5d60eef6ee3ea (diff) | |
download | volse-hubzilla-4a4281448f3485f03aa5b8b1bac1175e217a58c2.tar.gz volse-hubzilla-4a4281448f3485f03aa5b8b1bac1175e217a58c2.tar.bz2 volse-hubzilla-4a4281448f3485f03aa5b8b1bac1175e217a58c2.zip |
move expand/collapse to the center
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 422a72e26..b2d78c5a5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2002,6 +2002,13 @@ img.mail-list-sender-photo { color: black; } +.divgrow-showmore { + display: block; + width: 100%; + border-top: 1px dashed #ccc; + text-align: center; +} + /* widgets */ .widget { |