-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemo.css
114 lines (90 loc) · 1.54 KB
/
demo.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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
body { font-size: 62.5%; font-family:Arial, Helvetica, sans-serif }
#toolbar {
padding: 10px 4px;
}
.noCloseBtn .ui-dialog-titlebar-close{
display: none;
}
.sliderValue {
position: absolute;
color:#f6931f;
font-weight:bold;
}
#tabs-1 {
padding: 30px;
}
.dialogSubGroup {
border: 1px solid #BBB;
padding: 5px;
}
.viewer {
padding: 5px 35px;
width: 300px;
height: 270px;
}
.viewer img {
border: 1px solid #BBB;
padding: 1px;
}
a:focus {
outline: 2px solid #FF9933;
outline-offset: 0;
-moz-outline-radius: 5px;
}
#tabs {
/*min-width: 910px;*/
}
.ui-widget-content h3 a {
color: navy;
}
.logoList {
list-style: none;
}
.logoList li {
display: inline;
}
.logoList img {
border: none;
}
.leftColumn, .rightColumn {
float: left;
width: 30em;
}
.clear {
clear:both;
}
.tpgLogo {
padding: 23px 0;
}
#tabs-11 label { display: inline-block; width: 5em; }
#tabs-11 .ui-icon { display: inline-block; }
#tabs-11 fieldset div {
margin-bottom: 2em;
}
#tabs-11 .ui-tooltip { width: 210px; }
.toggleTooltips img {
margin-bottom: 10px;
}
.toggleTooltips blockquote {
width: 200px;
}
#panel1 {
width: 50%;
}
.hiddenFieldset {
padding: 0;
border: 0;
border: none;
display: inline;
}
.hiddenFieldset legend{
position: absolute;
top: -10000px;
left: -10000px;
width: 1px;
height: 1px;
overflow: hidden;
}
a {
color: #000;
}