summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/tournaments.css.scss
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-22 01:53:15 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-22 01:53:15 -0400
commita0c6b18233551454f3eb9f73a23c0dee43fd2cfa (patch)
tree4c80ac7f78e6269aeffb2887d16c4a68d34f87f3 /app/assets/stylesheets/tournaments.css.scss
parent257f6393e81ffaef00bb4a738973eaacba02d21e (diff)
parent9c0e7d91ec76c44ca63f87b2bcd46ff16cacc38b (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/assets/stylesheets/tournaments.css.scss')
-rw-r--r--app/assets/stylesheets/tournaments.css.scss16
1 files changed, 9 insertions, 7 deletions
diff --git a/app/assets/stylesheets/tournaments.css.scss b/app/assets/stylesheets/tournaments.css.scss
index 2074783..41d6023 100644
--- a/app/assets/stylesheets/tournaments.css.scss
+++ b/app/assets/stylesheets/tournaments.css.scss
@@ -17,7 +17,7 @@ span.default-explanation {
}
#tournament-side-params {
- background: none repeat scroll 0 0 #ADD8E6;
+ background: none repeat scroll 0 0 rgba(0,0,0,0.5);
border-radius: 5px;
float: right;
font-size: 7px;
@@ -33,23 +33,24 @@ span.default-explanation {
#tournament-users{
li {
- color: green;
+ color: #10A010;
}
.black {
- color: black;
+ color: white;
}
}
/* Style of a tournament listing div */
div.tournament-listing {
- margin-top: 10px;
+ margin: 10px 0px;
border-radius: 5px;
- box-shadow: 2px 2px 4px #B8B8B8;
- border: 2px solid #AAAAAA;
+ box-shadow: 0px 0px 3px #B8B8B8;
+ background-color: rgba(0, 0, 0, 0.6);
+ border: 1px solid #AAAAAA;
min-height: 100px;
- padding: 4px;
+ padding: 8px 4px;
/* AKA the listing title */
h3 {
@@ -65,6 +66,7 @@ div.tournament-listing {
/* host of the tournament */
.host {
font-weight: bold;
+ color: #FFF;
}
.col-md-8 {