-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathBrowserCheck.css
More file actions
79 lines (69 loc) · 1.36 KB
/
BrowserCheck.css
File metadata and controls
79 lines (69 loc) · 1.36 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.uxBrowserCheckBrowserImage {
border: none;
padding-top: 20px;
}
.uxBrowserCheckBrowserImageSubtext {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 1.5em;
margin: 10px 0 10px 0;
}
.uxBrowserCheckNotSupportedSubText {
font-weight: 10px;
}
.uxBrowserCheckPanelHeader {
width: 100%;
text-align: center;
padding-bottom: 25px;
padding-top: 5px;
}
.uxBrowserCheckPanelFooter {
width: 100%;
text-align: center;
}
.uxBrowserCheckPanelCloseButton {
width: 185px;
height: 35px;
border: 1px none #8b8b8b;
background-color: #78797a;
color: #FFFFFF;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
.uxBrowserCheckPanelCloseButton:hover {
border: 1px none #398ee5;
background-color: #96c0ec;
}
.uxBrowserCheckPanelParent {
/* border: solid 1px #aaa; */
text-align: center;
white-space: nowrap;
font-size: 1em;
letter-spacing: 2.5em;
line-height: .6em;
overflow: hidden;
width: 100%;
margin: 0 0 30px 0;
}
.uxBrowserCheckPanelElement {
width: 180px;
height: 180px;
border: solid 1px #ccc;
margin: 2px;
display: inline-block;
letter-spacing: normal;
font-size: normal;
white-space: normal;
text-align: normal;
vertical-align: middle;
}
.uxBrowserCheckPanelElement:hover {
background-color: #96c0ec;
color: white;
cursor: pointer;
}
.uxBrowserCheckPanelElement {
*display: inline;
*margin: 0 20px;
}