summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-06 20:03:32 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-06 20:03:32 -0400
commitdc417a48ec2abc83a3ffad742c3c4a4207054300 (patch)
tree5684ba9d2c1fcf1c1b33e4ffa9f9abf2e44c53f2 /app/assets/stylesheets
parent94d5a5012910b531aaeb040ed01f821dde45961e (diff)
Dragging to Rank
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/matches.css.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/assets/stylesheets/matches.css.scss b/app/assets/stylesheets/matches.css.scss
index 4c396e3..3ef9170 100644
--- a/app/assets/stylesheets/matches.css.scss
+++ b/app/assets/stylesheets/matches.css.scss
@@ -1,3 +1,27 @@
// 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 {
+ cursor: move;
+ position: relative;
+ float: left;
+ margin: 5px;
+ width: 180px;
+ height: 240px;
+ border: 1px solid rgb(0, 0, 0);
+ text-align: center;
+ padding-top: 10px;
+ background-color: rgb(238, 238, 255);
+}
+#numeric li {
+ cursor: move;
+ position: relative;
+ float: left;
+ margin: 5px;
+ width: 180px;
+ height: 240px;
+ border: 1px solid rgb(0, 0, 0);
+ text-align: center;
+ padding-top: 10px;
+ background-color: rgb(238, 238, 255);
+} \ No newline at end of file