From aeda550c2ad04c9496a803b1d7f1d34a4566a9fe Mon Sep 17 00:00:00 2001 From: Tomer Kimia Date: Thu, 27 Mar 2014 16:40:35 -0400 Subject: New tournement start page --- app/assets/stylesheets/tournaments.css.scss | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/tournaments.css.scss b/app/assets/stylesheets/tournaments.css.scss index 458897e..eca4c7e 100644 --- a/app/assets/stylesheets/tournaments.css.scss +++ b/app/assets/stylesheets/tournaments.css.scss @@ -10,3 +10,33 @@ span.default-explanation { color: gray; font-style: italic; } + +#players-needed { + text-align: center; + font-style: italic; +} + +#tournament-side-params { + background: none repeat scroll 0 0 #ADD8E6; + border-radius: 5px; + float: right; + font-size: 7px; + padding: 10px; + + p { + font-size: 10px; + margin-bottom: 5px; + } + +} + +#tournament-users{ + + li { + color: green; + } + + .black { + color: black; + } +} \ No newline at end of file -- cgit v1.2.3-2-g168b