summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/matches.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/matches.css.scss')
-rw-r--r--app/assets/stylesheets/matches.css.scss31
1 files changed, 4 insertions, 27 deletions
diff --git a/app/assets/stylesheets/matches.css.scss b/app/assets/stylesheets/matches.css.scss
index f4b31e4..e3ad6e7 100644
--- a/app/assets/stylesheets/matches.css.scss
+++ b/app/assets/stylesheets/matches.css.scss
@@ -1,8 +1,4 @@
-// Place all the styles related to the matches controller here.
-// They will automatically be included in application.css.
-// You can use Sass (SCSS) here: http://sass-lang.com/
-
-#boxes li {
+#peer_review_boxes li {
cursor: move;
position: relative;
float: left;
@@ -14,7 +10,9 @@
padding-top: 10px;
background-color: rgb(238, 238, 255);
}
-#numeric li {
+
+// Nothing uses this one right now
+#peer_review_numeric li {
cursor: move;
position: relative;
float: left;
@@ -27,23 +25,6 @@
background-color: rgb(238, 238, 255);
}
-#match-stats {
- padding-bottom: 10px;
- border-bottom: thick dashed #F0AD4E;
-}
-
-#match-winner {
- margin: 0 auto;
- text-align: center;
- font-size: 2em;
-}
-
-#current-id {
- display: none;
-}
-
-
-
/**** INDEX PAGE - TABLE AND GRAPH ****/
#matches-table {
@extend .table;
@@ -53,7 +34,3 @@
color: #333;
}
}
-
-svg {
- min-width: 600px;
-}