-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdefault.css
More file actions
142 lines (109 loc) · 5.48 KB
/
Copy pathdefault.css
File metadata and controls
142 lines (109 loc) · 5.48 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
body { position: relative; }
body.centerWrap { text-align:center }
div.centerWrap { width: 950px; margin: 0 auto; position: relative; text-align:left }
html.wait * { cursor:wait !important; }
.uDebug { white-space:pre-wrap; background:white; color:black; text-align:left; clear:both; font-size:11px; }
.uHidden { width:0 !important;height:0 !important;border:0 !important;padding:0 !important;margin:0 !important;position:absolute !important; }
.left { float:left } .right { float:right } .oh { overflow:hidden }
.cl { clear:left } .cr { clear:right } .cb { clear:both }
.aw { width:auto }
td { vertical-align: top }
th.sortable { cursor:pointer; }
*:focus { outline: 1px; }
.ui-helper-clearfix { /* fix for jquery panels extending to the height of adjacent floats */
overflow: hidden; /* or auto */
zoom: 1; /* required for ie hasLayout */
}
@media print {
.noprint { display:none; }
}
.btn.btn-edit { display:inline-block;margin:0;width:16px;height:16px;padding:2px;background-color:white;background-image:url(images/edit.png);background-repeat:no-repeat;background-position:center !important; }
.btn.btn-del { display:inline-block;margin:0;width:16px;height:16px;padding:2px;background-color:white;background-image:url(images/delete.png);background-repeat:no-repeat;background-position:center !important; }
img { border: none }
.ui-icon { display: inline-block !important; }
.uDesaturate {
filter: url(images/filters.svg#grayscale); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}
.icon-document { background: url(images/icon-document.png) left center no-repeat; height:32px; padding-left:36px; display: inline-block; vertical-align:top; }
.icon-document-download { background: url(images/icon-document-download.png) left center no-repeat; height:32px; padding-left:36px; display: inline-block; vertical-align:top; }
.icon-document-view { background: url(images/icon-document-view.png) left center no-repeat; height:32px; padding-left:36px; display: inline-block; vertical-align:top; }
.icon-document-delete { background: url(images/icon-document-delete.png) left center no-repeat; height:32px; padding-left:36px; display: inline-block; vertical-align:top; }
.icon-document-upload { background: url(images/icon-document-upload.png) left center no-repeat; height:32px; padding-left:36px; display: inline-block; vertical-align:top; position:relative; overflow:hidden; }
.icon-document-upload input, .icon-document-upload input[type=file] { overflow:hidden; cursor:pointer; height:32px; width: 100%; border:0; position:absolute; right:0; margin:0; opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); background: transparent; }
.shadeRow { background-color:#e0e0e0; }
.new-ident { background-image:url(images/newrec-ident.gif); background-position:center; background-repeat:no-repeat; width:25px}
ul.pagination { overflow:hidden; padding:0; }
ul.pagination li { list-style:none; float:left; margin:0 2px; }
.mr10 { margin-right:10px }
.ml10 { margin-left:10px }
.linklist { padding:0; margin:0; }
.linklist LI {
list-style:none;
display:inline;
}
.inputtype { margin:0 }
.inputtype.inputtype-checkboxlist { height:6em; overflow:auto; display:inline-block; resize:both; }
.inputtype.inputtype-checkboxlist label { display:block; margin-right: 20px; white-space: nowrap; }
.inputtype.inputtype-checkboxlist .inputtype.inputtype-checkbox { float:none; padding:0; margin-right:5px; height:auto; line-height:normal; }
.inputtype.inputtype-textarea, textarea { height:6em; line-height:normal; }
.inputtype.inputtype-checkbox, .inputtype-checkboxlist .inputtype.inputtype-checkbox, input[type=checkbox],
.inputtype.inputtype-radio, input[type=radio],
.inputtype.inputtype-button, button, input[type=button],
.inputtype.inputtype-submit, input[type=submit],
.inputtype.inputtype-reset, input[type=reset] { min-width:0; width:auto; height:auto; }
input.inputtype.inputtype-checkbox { min-width:0; width:auto; height:auto; background:none; border:0; }
.red {
color: #f00
}
.uSearch .searchResult a { padding-bottom: 5px; font-size:1.1em }
.uSearch .searchResult { margin-bottom: 30px; }
.utopia-placeholder { color: #999; }
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder,
::-moz-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
.inputtype.inputtype-combo.ui-combobox {
position: relative;
display: inline-block; zoom:1;
padding: 0;
width: auto;
height: auto;
overflow:hidden;
vertical-align:bottom;
}
.ui-combobox a.ui-combobox-toggle {
position: absolute;
top: 0; bottom: 0; right:0; height:auto; width:31px;
padding: 0; margin:0;
border-top: 0; border-right: 0; border-bottom: 0;
border-radius:0;
}
.ui-combobox a.ui-combobox-toggle span.ui-icon {
position: absolute;
top: 50%; margin-top: -8px;
left: 50%; margin-left: -8px;
}
.ui-combobox .ui-combobox-toggle:before {
content: "\25be"; font-size: 1.9em; font-family: Arial; font-style: normal; font-weight: normal;
speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em;
position: absolute; top: 50%; margin-top: -0.5em; left: 50%; margin-left: -0.5em;
}
.ui-combobox .ui-combobox-input.ui-autocomplete-input {
display:block;
margin:0; border:0;
}
.ui-autocomplete.ui-menu {
overflow-x: hidden;
overflow-y: scroll;
max-height: 200px;
white-space: nowrap;
z-index:99999999 !important;
}