Spaces:
Sleeping
Sleeping
Update static/searchButton.css
Browse files- static/searchButton.css +44 -1
static/searchButton.css
CHANGED
|
@@ -1,4 +1,28 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
#tomeasureSearchInput,#relevantSearchInput {
|
| 3 |
-webkit-appearance: textfield;
|
| 4 |
-webkit-box-sizing: content-box;
|
|
@@ -27,6 +51,7 @@
|
|
| 27 |
margin-left: 18ch ;
|
| 28 |
margin-top: 6px;
|
| 29 |
border: none;
|
|
|
|
| 30 |
}
|
| 31 |
#relevantSearchInput{
|
| 32 |
margin-left: 172px;
|
|
@@ -41,3 +66,21 @@ margin-left: 172px;
|
|
| 41 |
#relevantSearchInput:focus {
|
| 42 |
width:165px;
|
| 43 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*
|
| 2 |
+
|
| 3 |
+
a {
|
| 4 |
+
color: #69C;
|
| 5 |
+
text-decoration: none;
|
| 6 |
+
}
|
| 7 |
+
|
| 8 |
+
a:hover {
|
| 9 |
+
color: #F60;
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
+
h1 {
|
| 13 |
+
font: 1.7em;
|
| 14 |
+
line-height: 110%;
|
| 15 |
+
color: #000;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
p {
|
| 19 |
+
margin: 0 0 20px;
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
+
input {
|
| 23 |
+
outline: none;
|
| 24 |
+
}
|
| 25 |
+
*/
|
| 26 |
#tomeasureSearchInput,#relevantSearchInput {
|
| 27 |
-webkit-appearance: textfield;
|
| 28 |
-webkit-box-sizing: content-box;
|
|
|
|
| 51 |
margin-left: 18ch ;
|
| 52 |
margin-top: 6px;
|
| 53 |
border: none;
|
| 54 |
+
right: 0;
|
| 55 |
}
|
| 56 |
#relevantSearchInput{
|
| 57 |
margin-left: 172px;
|
|
|
|
| 66 |
#relevantSearchInput:focus {
|
| 67 |
width:165px;
|
| 68 |
}
|
| 69 |
+
|
| 70 |
+
/* input:-moz-placeholder {
|
| 71 |
+
color: #999;
|
| 72 |
+
} */
|
| 73 |
+
|
| 74 |
+
/* input::-webkit-input-placeholder {
|
| 75 |
+
color: #999;
|
| 76 |
+
} */
|
| 77 |
+
/*
|
| 78 |
+
#myForm {
|
| 79 |
+
position: relative;
|
| 80 |
+
width: 160px;
|
| 81 |
+
} */
|
| 82 |
+
|
| 83 |
+
/* #myForm input[type=search] {
|
| 84 |
+
position: absolute;
|
| 85 |
+
/* right: 0; */
|
| 86 |
+
/* } */
|