mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
More comprehensive changes, UI tweaking
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user