summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/tournaments.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/tournaments.css.scss')
-rw-r--r--app/assets/stylesheets/tournaments.css.scss31
1 files changed, 21 insertions, 10 deletions
diff --git a/app/assets/stylesheets/tournaments.css.scss b/app/assets/stylesheets/tournaments.css.scss
index 42afd38..77c1c28 100644
--- a/app/assets/stylesheets/tournaments.css.scss
+++ b/app/assets/stylesheets/tournaments.css.scss
@@ -2,6 +2,17 @@
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
+@import "colors";
+
+.new_tournament, .edit_tournament {
+ td, th {
+ padding: 5px;
+ }
+ legend {
+ color: $orange
+ }
+}
+
p.default-field {
display: inline;
}
@@ -17,16 +28,16 @@ span.default-explanation {
}
#tournament-side-params {
- background: none repeat scroll 0 0 rgba(0,0,0,0.5);
- border-radius: 5px;
- float: right;
- font-size: 7px;
- padding: 10px;
+ background: none repeat scroll 0 0 rgba(0,0,0,0.5);
+ border-radius: 5px;
+ float: right;
+ font-size: 7px;
+ padding: 10px;
- p {
- font-size: 10px;
- margin-bottom: 5px;
- }
+ p {
+ font-size: 10px;
+ margin-bottom: 5px;
+ }
}
@@ -84,7 +95,7 @@ div.tournament-listing {
.t-image{
display: block;
- margin:auto;
+ margin:auto;
}
}