-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdpla-search-widget.css
50 lines (45 loc) · 1.05 KB
/
dpla-search-widget.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#dpla_search_widget {
background-color: #FFFFFF;
padding: 5px 5px 10px;
margin: 3px;
width: 200px;
height: 80px;
text-align:left;
}
#dpla_search_widget,
#dpla_search_widget input[type=text],
#dpla_search_widget input[type=submit] {
border: 1px solid #739AAE;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
vertical-align: bottom;
font-family: 'source_sans_pro_semiboldRg',arial,sans-serif;
font-size: 12px;
font-weight: normal;
}
#dpla_search_widget img {
float:none !important;
position: relative !important;
box-shadow: none !important;
}
#dpla_search_widget form {
margin: 0;
padding: 0 0 5px 5px;
}
#dpla_search_widget input[type=text] {
color: #818285;
width: 110px !important;
padding: 0 0 0 10px;
height: 25px;
}
#dpla_search_widget input[type=submit] {
cursor: pointer;
color: white;
background-color: #739AAE;
margin-left: 5px;
width: 60px;
height: 25px;
padding: 0;
text-transform: none;
}