More comprehensive changes, UI tweaking

This commit is contained in:
Colin McLeod
2015-05-03 13:23:30 -07:00
parent 71405e6cb7
commit 022836bde1
29 changed files with 339 additions and 374 deletions

View File

@@ -1,7 +1,7 @@
.slot-group {
float: left;
margin: 0 5px;
margin: 0.25em;
.user-select-none();
cursor: default;
@@ -10,7 +10,7 @@
color: @bgBlack;
background-color: @primary-disabled;
text-transform: uppercase;
margin: 2px 0;
margin: 0.1em 0;
font-size: 0.8em;
padding-left: 0.5em;
}
@@ -18,9 +18,9 @@
.slot {
float: left;
width: 230px;
width: 20.5em;
font-size: 0.75em;
margin-top: 3px;
margin-top: 0.5em;
position: relative;
z-index: 0;
padding-right: 0.4em;
@@ -34,6 +34,7 @@
overflow: hidden;
height: 100%;
cursor: pointer;
text-transform: none;
}
.cb {