}
#search {
float: right;
- padding: 0 10*$px;
background-color: white;
/* Extend padded background .*/
- padding: 0 10*$px;
+ padding: 2px 10*$px 0;
margin-right: -10*$px;
}
}
}
}
}
+
+
+#search {
+ font-size: .8em;
+
+ input, button {
+ font-family: Dosis;
+ font-size: .9em;
+ vertical-align:bottom;
+ border: 1px solid #c9ccce;
+ padding: 0;
+ margin: 0;
+ line-height: .9em;
+ }
+ input {
+ border-right-width: 0;
+ height: 16px;
+ width: 16em;
+ padding-left: 1.3em;
+ }
+ button {
+ height: 18px;
+ width: 1.8em;
+ span {
+ position:relative;
+ top: -1px;
+ }
+ }
+
+ input::-webkit-input-placeholder {
+ text-transform: uppercase;
+ }
+ input:-moz-placeholder {
+ text-transform: uppercase;
+ }
+ input::-moz-placeholder {
+ text-transform: uppercase;
+ }
+ input::-ms-placeholder {
+ text-transform: uppercase;
+ }
+
+}
\ No newline at end of file