polish styles for tables, assignments and searches on polls admin

This commit is contained in:
Alberto Garcia Cabeza
2016-12-28 13:45:36 +01:00
parent 69ab67a81f
commit 241ddcb163
15 changed files with 247 additions and 167 deletions

View File

@@ -44,11 +44,22 @@ body.admin {
.button {
margin-top: 0;
&.margin-top {
margin-top: $line-height;
}
}
input[type="text"], textarea {
width: 100%;
}
.fieldset {
select {
height: $line-height*2;
}
}
}
table {
@@ -59,6 +70,10 @@ body.admin {
&.text-center {
text-align: center;
}
&.text-right {
text-align: right;
}
}
tr {