@@ -38,20 +38,22 @@ div.search input[type=text], div.useInSentence input[type=text], div.countryOfOr
38
38
}
39
39
40
40
div .useInSentence input [type = text ], div .countryOfOrigin input [type = text ] {
41
- font-size : 18 px ;
42
- height : 24 px ;
41
+ font-size : 0.6 em ;
42
+ height : 1.2 em ;
43
43
width : 100% ;
44
44
margin-bottom : 5px ;
45
45
display : block;
46
46
padding : 4px ;
47
47
border : solid 2px black;
48
- -webkit-border-radius : 0 px ;
49
- border-radius : 0 px ;
48
+ -webkit-border-radius : 1 em ;
49
+ border-radius : 1 em ;
50
50
}
51
51
52
52
div .search input [type = text ]{
53
- font-size : 3em ;
54
- height : 36px ;
53
+ font-size : 2em ;
54
+ height : 1.6em ;
55
+ -webkit-border-radius : 1em ;
56
+ border-radius : 1em ;
55
57
}
56
58
57
59
div .search input [type = "text" ]: focus , div .useInSentence input [type = "text" ]: focus , div .countryOfOrigin input [type = "text" ]: focus {
@@ -65,22 +67,22 @@ div.search input[type=submit], div.go input[type=submit] {
65
67
width : auto;
66
68
font-family : 'Cabin Condensed' , sans-serif;
67
69
border : solid 2px black;
68
- -webkit-border-radius : 0 px ;
69
- border-radius : 0 px ;
70
+ -webkit-border-radius : 1 em ;
71
+ border-radius : 1 em ;
70
72
}
71
73
72
74
div .go input [type = submit ] {
73
75
margin-right : -30px ;
74
- width : 200 px ;
76
+ width : 5 em ;
75
77
float : right;
76
78
}
77
79
78
80
div .search input [type = "submit" ]: focus , div .go input [type = "submit" ]: focus {
79
81
background-image : none;
80
82
background-color : white;
81
83
border : solid 2px black;
82
- -webkit-border-radius : 0 px ;
83
- border-radius : 0 px ;
84
+ -webkit-border-radius : 1 em ;
85
+ border-radius : 1 em ;
84
86
}
85
87
86
88
div .useInSentence , div .countryOfOrigin {
@@ -97,6 +99,10 @@ div.useInSentence, div.countryOfOrigin {
97
99
}
98
100
99
101
/* ================================== */
102
+ .search .searchbutton input [type = submit ] {
103
+ margin-left : -1em ;
104
+ }
105
+
100
106
h2 {padding-bottom : 0.5em ;}
101
107
102
108
.span12 .answertitle {
@@ -109,7 +115,6 @@ h2 {padding-bottom: 0.5em;}
109
115
}
110
116
.portrait {
111
117
border : # 000000 0.2em dashed;
112
- /* margin: 1em 0.5em 0 0.5em; */
113
118
margin : -1em 0.5em 0 -1em ;
114
119
border-radius : 0.5em ;
115
120
}
0 commit comments