added release button; cleaned up toggle button
This commit is contained in:
@@ -17,13 +17,17 @@
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
a {
|
||||
a,
|
||||
.username {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
height: 29px;
|
||||
padding: 7px 15px 0;
|
||||
color: #e4e6ee;
|
||||
box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, -1px 0 0 rgba(0, 0, 0, 0.3) inset;
|
||||
}
|
||||
|
||||
a {
|
||||
box-shadow: 1px 0 0 #787981 inset, -1px 0 0 #3d3e44 inset, 1px 0 0 #787981, -1px 0 0 #3d3e44;
|
||||
|
||||
&:hover {
|
||||
background: rgba(255, 255, 255, .1);
|
||||
|
||||
@@ -263,6 +263,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.status {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.visibility-options .option {
|
||||
margin-right: 10px;
|
||||
padding: 3px 13px 6px;
|
||||
@@ -279,7 +283,7 @@
|
||||
}
|
||||
|
||||
.save-button {
|
||||
@include blue-button;
|
||||
@include white-button;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@@ -292,6 +296,10 @@
|
||||
@include orange-button;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.release-button {
|
||||
@include blue-button;
|
||||
}
|
||||
}
|
||||
|
||||
.unit-history {
|
||||
|
||||
Reference in New Issue
Block a user