#268: Add buttons to mockup.

This commit is contained in:
Michael Jumper
2013-02-05 14:19:07 -08:00
parent 18655f80a7
commit 79be9c2eb8
3 changed files with 26 additions and 41 deletions

View File

@@ -83,11 +83,11 @@ button:active {
1px 1px 0.25em rgba(255, 255, 255, 0.25);
}
button.danger {
button.delete {
background: #A43;
}
button.danger:hover {
button.delete:hover {
background: #C54;
}
@@ -252,7 +252,7 @@ div.section {
border: 1px solid rgba(0, 0, 0, 0.1);
background: #DDD;
padding: 0.25em;
padding: 0.5em;
margin: 0.25em;
-moz-border-radius: 0.2em;
@@ -283,6 +283,17 @@ div.section {
-webkit-animation-duration: 0.125s;
}
.object-buttons {
text-align: right;
font-size: 0.8em;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 0.5em;
margin-top: 0.5em;
}
/*
* List element icons
*/