From f5956e949699e8db56774e0338d7228c3289ec1e Mon Sep 17 00:00:00 2001 From: tkimia Date: Thu, 24 Apr 2014 13:19:41 -0400 Subject: small visual fixes --- app/assets/stylesheets/custom.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss index 4104235..b456893 100644 --- a/app/assets/stylesheets/custom.css.scss +++ b/app/assets/stylesheets/custom.css.scss @@ -36,13 +36,14 @@ a, input[type="submit"] { } -input[type="text"], input[type="password"]{ +input[type="text"], input[type="password"], textarea{ -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1); box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1); border: 3px inset #A5A5A5; padding: 8px; + color: $orange !important; background: rgba(0,0,0,0.5); margin: 0 0 5px 0; } -- cgit v1.2.3-2-g168b From bd1bfe729030312fc678a3705c881744aa650c63 Mon Sep 17 00:00:00 2001 From: tkimia Date: Thu, 24 Apr 2014 18:08:26 -0400 Subject: text in graph is a bit better --- app/assets/stylesheets/matches.css.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/matches.css.scss b/app/assets/stylesheets/matches.css.scss index 66da68e..ee43ab4 100644 --- a/app/assets/stylesheets/matches.css.scss +++ b/app/assets/stylesheets/matches.css.scss @@ -51,4 +51,19 @@ form { color: #333; } +} + +svg { + min-width: 600px; +} + +@media (max-width: 900px) { + svg text { + font-size: 200%; + } +} +@media (max-width: 700px) { + svg text { + font-size: 150%; + } } \ No newline at end of file -- cgit v1.2.3-2-g168b