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.scss43
1 files changed, 15 insertions, 28 deletions
diff --git a/app/assets/stylesheets/tournaments.css.scss b/app/assets/stylesheets/tournaments.css.scss
index e62c228..498bdb3 100644
--- a/app/assets/stylesheets/tournaments.css.scss
+++ b/app/assets/stylesheets/tournaments.css.scss
@@ -4,24 +4,6 @@
@import "colors";
-.new_tournament, .edit_tournament {
- td, th {
- padding: 5px;
- }
- legend {
- color: $orange
- }
-}
-
-p.default-field {
- display: inline;
-}
-
-span.default-explanation {
- color: gray;
- font-style: italic;
-}
-
#players-needed {
text-align: center;
font-style: italic;
@@ -41,15 +23,20 @@ span.default-explanation {
}
-
-#tournament-users{
-
- li {
- color: #10A010;
- }
-
- .black {
- color: white;
+#tournament-users {
+ ul {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+ li {
+ padding-left: 1em;
+ text-indent: -.7em;
+ &:before {
+ content: "• ";
+ color: #10A010;
+ }
+ color: white;
+ }
}
}
@@ -104,4 +91,4 @@ div.leave-buttons {
form {
display: inline;
}
-} \ No newline at end of file
+}