This commit is contained in:
Henrique Dias
2016-06-27 18:57:54 +01:00
parent 1c55147faa
commit 429b67f661
13 changed files with 568 additions and 215 deletions

View File

@@ -113,8 +113,8 @@ button, html [type="button"], [type="reset"], [type="submit"] {
border: none;
border-radius: 2px;
display: inline-block;
height: 36px;
line-height: 36px;
height: 2.25em;
line-height: 2.25em;
outline: 0;
padding: 0 2rem;
text-transform: uppercase;
@@ -504,6 +504,23 @@ header form input {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
}
#listing .item .checkbox {
position: absolute;
top: 0;
right: 0;
border-radius: 50%;
background: #000;
border: 0;
-webkit-appearance: initial;
}
.item:hover {
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
@@ -640,3 +657,15 @@ i.spin {
#editor fieldset fieldset {
margin-left: 1em;
}
#editor #submit span {
vertical-align: middle;
transition: 0.2s ease-in-out all;
}
#editor #submit span i {
vertical-align: sub;
font-size: 1.3rem;
margin-right: .2em;
}