diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-07-12 11:54:02 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-07-12 11:54:02 +0200 |
commit | 86336eafaf09829ac68945ecb567c32a7296ba26 (patch) | |
tree | 0f039a1d9001129ca98b0a3e6e2293679bf8eeee /hyperkitty/static | |
parent | 90fdcd33d03c5df3127e3d3d9bbffb9bf4c59a71 (diff) | |
download | hyperkitty-86336eafaf09829ac68945ecb567c32a7296ba26.tar.gz hyperkitty-86336eafaf09829ac68945ecb567c32a7296ba26.tar.xz hyperkitty-86336eafaf09829ac68945ecb567c32a7296ba26.zip |
rename recent_activities to overview
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-overview.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css index ff43917..02f866a 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css @@ -1,13 +1,13 @@ /* Summary page */ -#recent-activities h2 { +#overview h2 { font-size: 22px; line-height: 32px; margin-bottom: 0.5em; text-align: center; } -#recent-activities h3 { +#overview h3 { font-size: 20px; line-height: 28px; margin-bottom: 0.5em; @@ -39,12 +39,12 @@ } -#recent-activities p.thread-new { +#overview p.thread-new { text-align: center; } -#recent-activities .widget { +#overview .widget { padding: 1em; padding-bottom: 0; border: 1px solid #ddd; @@ -54,13 +54,13 @@ margin: 1em 0; } -#recent-activities .thread-stats { +#overview .thread-stats { margin-left: 3em; } -#recent-activities .thread-stats ul { +#overview .thread-stats ul { margin: 0; } -#recent-activities .thread-stats .category { +#overview .thread-stats .category { margin-right: 2em; } |