diff options
Diffstat (limited to 'view/theme')
-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 { |