summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/style.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/style.css.scss')
-rw-r--r--app/assets/stylesheets/style.css.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss
index 18042ad..73ab11f 100644
--- a/app/assets/stylesheets/style.css.scss
+++ b/app/assets/stylesheets/style.css.scss
@@ -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;
+ }
+}