adding movie search
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user