aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2016-10-07 13:57:15 +0200
committerNoah Loomans <noahloomans@gmail.com>2016-10-07 13:57:15 +0200
commit70b68c46f3a7128e36a9eff60dbf7b6d45111680 (patch)
tree277df8f52556bd4ed3cfdb87b0c376dbcbb1f82b /public/stylesheets
parent0dadad90af890a877b0ea66b9385d7e968a53268 (diff)
added overflow menu with link to old rooster
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/style.css27
1 files changed, 22 insertions, 5 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index d5692d6..95944e0 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -29,12 +29,17 @@ html, body {
box-shadow: 0 0.5px 1.5px rgba(0,0,0,0.06), 0 0.5px 1px rgba(0,0,0,0.12);
}
-#search .input-wrapper {
+#search .top-bar {
position: relative;
margin: 0 auto;
max-width: 600px;
padding: 10px;
- flex-grow: 0;
+ display: flex;
+}
+
+#search .input-wrapper {
+ position: relative;
+ flex-grow: 1;
}
#search input[type='text'] {
@@ -139,17 +144,29 @@ input {
-webkit-appearance: none;
}
-#search .material-icons {
+#search .fav {
position: absolute;
font-size: 1.8em;
color: #FFCDD2;
- right: 22.5px;
- top: 22.5px;
+ right: 12.5px;
+ top: 12.5px;
border: 0;
padding: 0;
background: none;
}
+#search #overflow-button {
+ background: none;
+ border: none;
+ padding: 3px 9px;
+ color: white;
+}
+
.hidden {
display: none !important;
}
+
+ul a {
+ color: inherit;
+ text-decoration: none;
+}