From d671946c3b4b3e58b1cd6a7a0f38baa83505cedc Mon Sep 17 00:00:00 2001 From: Luke Barratt Date: Tue, 6 May 2014 22:45:15 +0100 Subject: [PATCH] Improve text legibility in sidebar and forums table headers --- app/assets/stylesheets/layout/_sidebar.scss | 18 ++++++++++++++++++ app/assets/stylesheets/pages/_forums.scss | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/layout/_sidebar.scss b/app/assets/stylesheets/layout/_sidebar.scss index e0d15f1..e65d26f 100644 --- a/app/assets/stylesheets/layout/_sidebar.scss +++ b/app/assets/stylesheets/layout/_sidebar.scss @@ -23,6 +23,7 @@ text-align: center; margin-bottom: 25px; color: $light-blue; + text-transform: uppercase; } .widget-content-wrapper { @@ -86,6 +87,10 @@ } } + /* + Calendar + */ + .calendar { &:before { display: none; @@ -96,11 +101,16 @@ } .time { + color: #5a5a5a; float: right; margin-left: 10px; } } + /* + Shoutbox + */ + .shoutbox { .transcript { margin-bottom: 20px; @@ -136,6 +146,10 @@ } } + /* + Highlights + */ + .highlights, .posts { @@ -148,6 +162,10 @@ } } + /* + Polls + */ + .poll { .question { @include span-columns(12); diff --git a/app/assets/stylesheets/pages/_forums.scss b/app/assets/stylesheets/pages/_forums.scss index 4c77920..c3d9e46 100644 --- a/app/assets/stylesheets/pages/_forums.scss +++ b/app/assets/stylesheets/pages/_forums.scss @@ -53,6 +53,7 @@ div#categories { font-size: 16px; color: white; border-bottom: 0; + text-transform: uppercase; &:first-child { border-radius: 10px 0 0 10px; @@ -68,7 +69,6 @@ div#categories { color: #36b1ff; font-size: 24px; padding-left: 20px; - text-transform: uppercase; } } @@ -130,6 +130,7 @@ div#categories { font-family: $header-font-family; font-size: 16px; color: white; + text-transform: uppercase; &:first-child { border-radius: $base-border-radius 0 0 0;