adding movie search

This commit is contained in:
2016-06-16 22:15:06 +02:00
parent 307e021da8
commit 5e66973763
9 changed files with 204 additions and 18 deletions

View File

@@ -34,4 +34,29 @@
margin-bottom: 0.3em;
}
}
/* Search */
#search_box {
text-align: right;
margin-top: 0.7em;
#search {
font-size: 0.8em;
margin: 0px;
background:white;
color:#666;
border: 1px solid #666;
box-shadow: 1px 1px 2px 1px rgba(102, 102, 102, 0.3);
padding: 0.3em 0.5em;
width: 33%;
font-family: 'Open Sans', sans-serif;
&:active, &:hover, &:focus {
color:#08288B;
border-color:#08288B;
box-shadow: 1px 1px 2px 1px rgba(8, 140, 139, 0.3);
}
}
}
}