Added CSS for index search fields and revised regex for author search

This commit is contained in:
MrYummy
2017-06-02 19:06:20 +02:00
parent 0c3f6b2223
commit 0d5d69ac6e
4 changed files with 104 additions and 39 deletions

View File

@@ -489,6 +489,10 @@ blockquote p {
padding: 4em 1em 1em;
}
}
.field_container_user {
.editor_field {
}
}
}
ul.dropdown-menu {
@@ -1043,3 +1047,20 @@ nav.pagination {
border-radius: 0.2em;
text-shadow: none;
}
.searchfield {
margin:0px;
height:40px;
display: inline-block;
.btn {
margin: 4px 1px 0 0;
padding: 6px;
cursor: default;
color: #fff;
border: none;
font-size: 12px;
line-height: normal;
background: #4096ee;
}
}