added release button; cleaned up toggle button

This commit is contained in:
Tom Giannattasio
2012-10-01 15:49:34 -04:00
parent f4b8bfe428
commit 4d985dc0c7
5 changed files with 39 additions and 12 deletions

View File

@@ -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);

View File

@@ -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 {