mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Cleaning up jargon and minor code changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
.component-group {
|
||||
.slot-group {
|
||||
border: 2px solid @border;
|
||||
.border-radius(5px);
|
||||
margin: 5px;
|
||||
@@ -16,7 +16,7 @@
|
||||
color: @warning;
|
||||
}
|
||||
|
||||
.component {
|
||||
.slot {
|
||||
text-transform: uppercase;
|
||||
float: left;
|
||||
margin: 1%;
|
||||
@@ -24,7 +24,7 @@
|
||||
.border-radius(2px);
|
||||
width: 250px;
|
||||
position: relative;
|
||||
padding-top: 3px;
|
||||
padding: 3px;
|
||||
|
||||
color: #BBB;
|
||||
font-size: 0.8em;
|
||||
@@ -35,12 +35,10 @@
|
||||
|
||||
.lbl {
|
||||
float: left;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.cla {
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
float: left;
|
||||
|
||||
.list-item {
|
||||
cursor: pointer;
|
||||
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
margin: 3px 0px;
|
||||
@@ -28,6 +28,10 @@
|
||||
color: grey;
|
||||
width: 300px;
|
||||
|
||||
.list-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.enabled {
|
||||
color: #FFF;
|
||||
}
|
||||
@@ -42,6 +46,10 @@
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.consumer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.consumer.enabled {
|
||||
color: @fg;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
#standard {
|
||||
width: 260px;
|
||||
width: 265px;
|
||||
}
|
||||
|
||||
#internal {
|
||||
|
||||
Reference in New Issue
Block a user