summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorTomer Kimia <tkimia@purdue.edu>2014-03-27 16:40:35 -0400
committerTomer Kimia <tkimia@purdue.edu>2014-03-27 16:40:35 -0400
commitaeda550c2ad04c9496a803b1d7f1d34a4566a9fe (patch)
tree1cc31c84f7cd776770e5966a8c335c7edfcebf72 /app/assets
parent2f60c447146fd7b6c1604388194b918b8ae3a7b4 (diff)
New tournement start page
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/tournaments.css.scss30
1 files changed, 30 insertions, 0 deletions
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