revamp saved search implementation

This commit is contained in:
r888888888
2017-03-15 15:36:48 -07:00
parent 79c0dc3647
commit da06bee0ab
24 changed files with 307 additions and 257 deletions

View File

@@ -16,6 +16,10 @@ form.simple_form {
width: 20em;
}
span.hint {
margin-left: 1em;
}
textarea {
width: 70%;
font-size: 1.2em;

View File

@@ -19,7 +19,7 @@ table.striped {
}
}
.number {
.number, .links {
text-align: right;
}