ldap.css 9.98 KB
Newer Older
Gaston Dombiak's avatar
Gaston Dombiak committed
1 2 3 4 5 6

/* styles specific to the 'stepbar' (seen on the LDAP screens) */
#jive-contentBox_stepbar {
	display: block;
	margin: 5px 0 0 0;
	padding: 3px;
7 8 9
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
	color: #000000;
Gaston Dombiak's avatar
Gaston Dombiak committed
10
	font-size: 8pt;
11
}
Gaston Dombiak's avatar
Gaston Dombiak committed
12 13
#jive-contentBox_stepbar span {
	margin-right: 32px;
14
}
Gaston Dombiak's avatar
Gaston Dombiak committed
15
#jive-contentBox_stepbar span strong {
16 17
	color: #000000;
}
Gaston Dombiak's avatar
Gaston Dombiak committed
18 19 20
#jive-contentBox_stepbar span em {
	color: #666;
	font-style: normal;
21
}
Gaston Dombiak's avatar
Gaston Dombiak committed
22 23 24 25 26
/* contentBox style, used with 'stepbar' above (seen on the LDAP screens) */
.jive-contentBox_for-stepbar {
	margin: 0 0 20px 0;
	border-top: 0;
	-moz-border-radius: 0 0 4px 4px;
27
}
Gaston Dombiak's avatar
Gaston Dombiak committed
28 29
.jive-contentBox_for-stepbar h2 {
	font-size: 14pt;
30 31
	color: #555555;
}
Gaston Dombiak's avatar
Gaston Dombiak committed
32 33 34
.jive-contentBox_for-stepbar h2 span {
	font-size: 10pt;
	color: #000;
35
}
Gaston Dombiak's avatar
Gaston Dombiak committed
36 37 38 39 40

/* blue div container (seen on the LDAP screens) */
.jive-contentBox_bluebox {
	display: block;
	position: relative;
41 42
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
Gaston Dombiak's avatar
Gaston Dombiak committed
43 44 45
	-moz-border-radius: 3px;
	margin: 0 0 12px 0;
	padding: 12px;
46
}
Gaston Dombiak's avatar
Gaston Dombiak committed
47 48 49
.jive-contentBox_bluebox strong {
	display: block;
	position: relative;
50
	color: #000000;
Gaston Dombiak's avatar
Gaston Dombiak committed
51
	padding-bottom: 3px;
52
}
Gaston Dombiak's avatar
Gaston Dombiak committed
53 54 55 56 57

/* grey div container (seen on the LDAP screens) */
.jive-contentBox_greybox {
	display: block;
	position: relative;
58 59
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
Gaston Dombiak's avatar
Gaston Dombiak committed
60 61 62
	-moz-border-radius: 3px;
	margin: 0 0 12px 0;
	padding: 12px;
63
}
Gaston Dombiak's avatar
Gaston Dombiak committed
64 65 66
.jive-contentBox_greybox strong {
	display: block;
	position: relative;
67
	color: #555555;
Gaston Dombiak's avatar
Gaston Dombiak committed
68
	padding-bottom: 3px;
69
}
Gaston Dombiak's avatar
Gaston Dombiak committed
70 71 72 73 74

/* form elements for LDAP */
.jive-contentBox td select {
	z-index: 10;
	float: left;
75
}
Gaston Dombiak's avatar
Gaston Dombiak committed
76 77
.jive-contentBox td input {
	float: left;
78
}
Gaston Dombiak's avatar
Gaston Dombiak committed
79 80 81 82
.jive-contentBox td select#jiveLDAPserverType,
.jive-contentBox td input#jiveLDAPbasedn,
.jive-contentBox td input#jiveLDAPadmindn {
	width: 320px;
83
}
Gaston Dombiak's avatar
Gaston Dombiak committed
84 85 86 87 88 89 90 91
.jive-contentBox td input#jiveLDAPhost,
.jive-contentBox td input#jiveLDAPadminpwd,
.jive-contentBox td input#jiveLDAPusername,
.jive-contentBox td input#jiveLDAPgroupname,
.jive-contentBox td input#jiveLDAPgroupmember,
.jive-contentBox td input#jiveLDAPgroupdesc,
.jive-contentBox td input#jiveLDAPgroupsearchfilter{
	width: 160px;
92
}
Gaston Dombiak's avatar
Gaston Dombiak committed
93 94 95
.jive-contentBox td input#jiveLDAPsearchfields,
.jive-contentBox td input#jiveLDAPsearchfilter {
	width: 220px;
96
}
Gaston Dombiak's avatar
Gaston Dombiak committed
97 98
.jive-contentBox td label {
	margin-right: 5px;
99
}
Gaston Dombiak's avatar
Gaston Dombiak committed
100 101 102 103 104 105 106 107 108


/* button to toggle the advanced settings panel */
.jiveAdvancedButton {
	display: block;
	position: relative;
	width: auto;
	clear: both;
	margin-top: 0;
109
}
Gaston Dombiak's avatar
Gaston Dombiak committed
110 111 112 113 114
.jiveAdvancedButton a {
	padding: 2px 0 2px 14px;
	margin: 0 0 5px 0;
	background: url('../images/twisty_closed_9x9.gif') no-repeat left;
	background-position: 1px;
115 116
	color: #555555;
}
Gaston Dombiak's avatar
Gaston Dombiak committed
117 118 119
a.jiveAdvancedButtonOn {
	background: transparent url('../images/twisty_opened_9x9.gif') no-repeat left;
	background-position: 1px;
120
}
Gaston Dombiak's avatar
Gaston Dombiak committed
121 122
.jiveAdvancedButtonTopPad {
	margin-top: 7px;
123
}
Gaston Dombiak's avatar
Gaston Dombiak committed
124 125 126 127 128 129
/* advanced settings panel (for Connection Settings) */
.jiveadvancedPanelcs {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
130 131
	background: #eeeeee;
	border: 1px solid #bbbbbb;
Gaston Dombiak's avatar
Gaston Dombiak committed
132 133 134 135
	margin: 5px 0 10px 0;
	padding: 0;
	overflow: hidden;
	-moz-border-radius: 4px;
136
}
Gaston Dombiak's avatar
Gaston Dombiak committed
137 138
.jiveadvancedPanelcs div {
	margin: 12px;
139
}
Gaston Dombiak's avatar
Gaston Dombiak committed
140 141 142
.jiveadvancedPanelcs div table {
	background-color: #fff;
	border: 1px solid #ccc;
143
}
Gaston Dombiak's avatar
Gaston Dombiak committed
144 145 146 147
.jiveadvancedPanelcs div table th,
.jiveadvancedPanelcs div table td {
	font-size: 11px;
	padding: 3px 5px 3px 5px;
148
}
Gaston Dombiak's avatar
Gaston Dombiak committed
149 150
.jiveadvancedPanelcs div table th,
.jive-vcardTable th {
151
	color: #000;
Gaston Dombiak's avatar
Gaston Dombiak committed
152
	font-weight: bold;
153 154
	background-color: #dddddd;
}
Gaston Dombiak's avatar
Gaston Dombiak committed
155
.jiveadvancedPanelcs div table td.jive-advancedLabel {
156
	color: #000000;
Gaston Dombiak's avatar
Gaston Dombiak committed
157
	font-weight: bold;
158
	background-color: #dddddd;
Gaston Dombiak's avatar
Gaston Dombiak committed
159
	text-align: right;
160
}
Gaston Dombiak's avatar
Gaston Dombiak committed
161 162
.jiveadvancedPanelcs div table td.jive-advancedDesc {
	color: #333;
163
}
Gaston Dombiak's avatar
Gaston Dombiak committed
164 165
.jiveadvancedPanelcs div table td.jive-advancedCenter {
	text-align: center;
166
}
Gaston Dombiak's avatar
Gaston Dombiak committed
167 168
.jiveadvancedPanelcs div table td input {
	float: none;
169
}
Gaston Dombiak's avatar
Gaston Dombiak committed
170 171 172
.jiveadvancedPanelcs div table td.jive-advancedBorderBottom,
.jive-vcardTable td.jive-vardBorderBottom {
	border-bottom: 1px solid #e8e8e8;
173
}
Gaston Dombiak's avatar
Gaston Dombiak committed
174 175 176
.jiveadvancedPanelcs div table td.jive-advancedBorderRight,
.jive-vcardTable td.jive-vardBorderRight {
	border-right: 1px solid #e8e8e8;
177
}
Gaston Dombiak's avatar
Gaston Dombiak committed
178 179 180 181 182 183 184
.jiveadvancedPanelu {
	margin-top: 8px;
	width: 97%;
	background-color: #fafafa;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 3px;
	padding: 8px;
185
}
Gaston Dombiak's avatar
Gaston Dombiak committed
186 187
.jiveadvancedPanelu td {
	white-space: nowrap;
188
}
Gaston Dombiak's avatar
Gaston Dombiak committed
189 190 191 192 193 194 195



.jive-vcardTable {
	width: 90%;
	background-color: #fff;
	border: 1px solid #ccc;
196
}
Gaston Dombiak's avatar
Gaston Dombiak committed
197 198
html>body .jive-vcardTable {
	width: 100%;
199
}
Gaston Dombiak's avatar
Gaston Dombiak committed
200 201 202 203
.jive-vcardTable th,
.jive-vcardTable td {
	font-size: 11px;
	padding: 2px 5px 2px 5px;
204
}
Gaston Dombiak's avatar
Gaston Dombiak committed
205 206
.jive-vcardTable th {
	text-align: left;
207
}
Gaston Dombiak's avatar
Gaston Dombiak committed
208 209 210
.jive-vcardTable td.jive-vcardTable-label,
.jive-vcardTable td.jive-vcardTable-label strong {
	color: #333;
211
}
Gaston Dombiak's avatar
Gaston Dombiak committed
212 213 214
.jive-vcardTable td.jive-vcardTable-value input {
	font-size: 10px;
	width: 230px;
215
}
Gaston Dombiak's avatar
Gaston Dombiak committed
216 217 218 219

/* language selection specific styles */
#jive-setup-language {
	padding: 0 0 10px 18px;
220
}
Gaston Dombiak's avatar
Gaston Dombiak committed
221 222
#jive-setup-language p {
	line-height: 180%;
223
}
Gaston Dombiak's avatar
Gaston Dombiak committed
224 225 226 227 228


/* form buttons throughout setup process */
.jive-buttons {
	padding-top: 15px;
229
}
Gaston Dombiak's avatar
Gaston Dombiak committed
230 231 232 233 234 235 236 237 238
.jive-contentBox input#jive-setup-save {
	padding: 2px 5px 2px 5px;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	border: 1px solid #7c7c7c;
	background: #d6892c url(../images/setup_btn_bg-orange.gif) repeat-x;
239
}
Gaston Dombiak's avatar
Gaston Dombiak committed
240 241 242 243 244 245 246 247 248 249
.jive-contentBox input#jive-setup-skip,
.jive-contentBox input#jive-setup-back {
	padding: 2px 5px 2px 5px;
	margin: 0 10px 0 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	border: 1px solid #7c7c7c;
	background: #8c8c8c url(../images/setup_btn_bg-grey.gif) repeat-x;
250
}
Gaston Dombiak's avatar
Gaston Dombiak committed
251 252 253 254 255 256 257 258 259
.jive-contentBox input#jive-setup-test {
	padding: 2px 5px 2px 5px;
	margin: 0 0 0 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	border: 1px solid #7c7c7c;
	background: #8c8c8c url(../images/setup_btn_bg-grey.gif) repeat-x;
260
}
Gaston Dombiak's avatar
Gaston Dombiak committed
261 262 263 264 265
.jive-contentBox button#jive-setup-test img {
	vertical-align: text-top;
	margin: 0;
	padding: 0;
	border: 0;
266
}
Gaston Dombiak's avatar
Gaston Dombiak committed
267 268 269 270 271 272 273 274 275 276
.jive-contentBox a#jive-setup-test2 {
	padding: 3px 5px 3px 5px;
	margin: 0 10px 0 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	border: 1px solid #7c7c7c;
	text-decoration: none;
	background: #8c8c8c url(../images/setup_btn_bg-grey.gif) repeat-x;
277
}
Gaston Dombiak's avatar
Gaston Dombiak committed
278 279 280 281 282
.jive-contentBox a#jive-setup-test2 img {
	vertical-align: text-top;
	margin: 0;
	padding: 0;
	border: 0;
283
}
Gaston Dombiak's avatar
Gaston Dombiak committed
284 285 286 287
.jive-description {
	display: block;
	clear: both;
	font-size: 11px;
288
}
Gaston Dombiak's avatar
Gaston Dombiak committed
289 290 291 292 293 294 295 296 297
.error {
    color : #900;
    font-weight : bold;
    background-color : #EDB9B1;
    padding : 5px;
    border: 1px solid #BB8888;
    margin-top : 10px;
	margin-bottom: 20px;
    padding-left : 28px;
Daniel Henninger's avatar
Daniel Henninger committed
298
    background-image : url(/images/error-16x16.gif);
Gaston Dombiak's avatar
Gaston Dombiak committed
299 300 301 302 303 304 305 306 307 308 309 310 311
    background-repeat : no-repeat;
    background-position : 5px 5px;
	-moz-border-radius: 3px;
}
.jive_setup_launchAdmin a,
.jive_setup_launchAdmin a:visited {
	position: relative;
	padding: 6px 9px 6px 9px;
	margin: 20px 0 0 0;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
312
	border: 1px solid #555555;
313
	background: #D76C0D url(../images/setup_btn_bg-orange.gif) repeat-x;
Gaston Dombiak's avatar
Gaston Dombiak committed
314 315
	text-decoration: none;
	-moz-border-radius: 4px;
316
}
Gaston Dombiak's avatar
Gaston Dombiak committed
317 318 319 320 321 322 323 324 325 326 327 328




/* --------------------------------------------- */
/*  Tooltip styles                               */
/* --------------------------------------------- */
.jive-setup-helpicon {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
Daniel Henninger's avatar
Daniel Henninger committed
329
    margin: 3px 0 0 5px;
Gaston Dombiak's avatar
Gaston Dombiak committed
330
	background: transparent url(../images/setup_helpicon.gif) no-repeat;
331
}
Gaston Dombiak's avatar
Gaston Dombiak committed
332 333 334 335 336 337 338 339 340 341 342 343
div.jiveTooltip {
	position: absolute;
	width: 330px;
	padding: 6px;
	background-color: #f9f5d5;
	border: 1px solid #999;
	text-align: left;
	z-index: 20;
	-moz-border-radius: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=92);
	-moz-opacity: .92;
	-khtml-opacity: .92;
344
}
Gaston Dombiak's avatar
Gaston Dombiak committed
345 346 347 348 349 350 351 352 353
div.jiveTooltip .contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0 3px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
354
}
Gaston Dombiak's avatar
Gaston Dombiak committed
355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372



/* --------------------------------------------- */
/*  Test settings panel                          */
/* --------------------------------------------- */

.jive-testPanel {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 2px solid #666666;
	background-color: #f8f7eb;
	overflow: hidden;
	z-index: 9997;
	-moz-border-radius: 6px;
373
}
Gaston Dombiak's avatar
Gaston Dombiak committed
374 375 376 377 378 379
.jive-testPanel-content {
	display: block;
	float: left;
	padding: 20px;
	font-size: 8pt;
	z-index: 9999;
380
}
Gaston Dombiak's avatar
Gaston Dombiak committed
381 382 383 384 385 386 387 388 389 390 391
.jive-testPanel-close a,
.jive-testPanel-close a:visited {
	float: right;
	color: #666;
	padding: 2px 5px 2px 18px;
	margin: 0;
	font-size: 8pt;
	background: transparent url(../images/setup_btn_closetestx.gif) no-repeat left;
	background-position: 4;
	border: 1px solid #ccc;
	z-index: 9999;
392
}
Gaston Dombiak's avatar
Gaston Dombiak committed
393 394
.jive-testPanel-close a:hover {
	background-color: #e9e8d9;
395
}
Gaston Dombiak's avatar
Gaston Dombiak committed
396 397
.jive-testPanel-content h2 {
	font-size: 14pt;
398
	color: #555555;
Gaston Dombiak's avatar
Gaston Dombiak committed
399 400
	margin: 0 0 10px 0;
	padding: 0;
401
}
Gaston Dombiak's avatar
Gaston Dombiak committed
402 403 404
.jive-testPanel-content h2 span {
	font-size: 10pt;
	color: #000;
405
}
Gaston Dombiak's avatar
Gaston Dombiak committed
406 407 408 409
.jive-testPanel-content h4 {
	font-size: 12pt;
	margin: 0 0 10px 0;
	padding: 0;
410
}
Gaston Dombiak's avatar
Gaston Dombiak committed
411 412
.jive-testPanel-content h4.jive-testSuccess {
	color: #1e7100;
413
}
Gaston Dombiak's avatar
Gaston Dombiak committed
414 415
.jive-testPanel-content h4.jive-testError {
	color: #890000;
416
}
Gaston Dombiak's avatar
Gaston Dombiak committed
417 418 419 420
.jive-testpanel-vcard {
	display: block;
	float: left;
	width: 682px;
421
	border: 1px solid #bbbbbb;
Gaston Dombiak's avatar
Gaston Dombiak committed
422 423
	padding: 4px;
	background-color: #fff;
424
}
Gaston Dombiak's avatar
Gaston Dombiak committed
425 426
.jive-testTable-vcard {
	float: left;
427
}
Gaston Dombiak's avatar
Gaston Dombiak committed
428 429 430 431 432 433
.jive-testpanel-vcard-header {
	border: 1px solid #dddddd;
	background-color: #eaeaea;
	font-weight: bold;
	padding: 1px 2px 1px 4px;
	font-size: 8pt;
434
}
Gaston Dombiak's avatar
Gaston Dombiak committed
435 436 437 438 439
.jive-testpanel-vcard-label {
	text-align: right;
	padding: 1px 2px 1px 6px;
	color: #666;
	font-size: 8pt;
440
}
Gaston Dombiak's avatar
Gaston Dombiak committed
441 442 443 444
.jive-testpanel-vcard-value {
	text-align: left;
	padding: 1px 8px 1px 2px;
	font-size: 8pt;
445
}
Gaston Dombiak's avatar
Gaston Dombiak committed
446
.jive-testpanel-vcard-value a {
447 448
	color: #555555;
}
Gaston Dombiak's avatar
Gaston Dombiak committed
449 450
.jive-testpanel-vcard-value strong {
	color: #890000;
451
}
Gaston Dombiak's avatar
Gaston Dombiak committed
452 453 454
.jive-testpanel-vcard-next {
	text-align: right;
	padding-top: 12px;
455
}
Gaston Dombiak's avatar
Gaston Dombiak committed
456 457 458 459 460 461 462
.jive-testpanel-vcard-next a {
	display: block;
	float: right;
	font-weight: bold;
	padding-right: 18px;
	margin-right: 4px;
	background: transparent url(../images/setup_nextprofile.gif) no-repeat right;
463
	color: #555555;
Gaston Dombiak's avatar
Gaston Dombiak committed
464
	text-decoration: none;
465
}