5b929610 by Marty Penner

Style option group language switchers

1 parent 13d79554
...@@ -86,9 +86,11 @@ ...@@ -86,9 +86,11 @@
86 margin-top: 5px; 86 margin-top: 5px;
87 color: #fff; 87 color: #fff;
88 } 88 }
89
89 #user_info p a, #user_info a { 90 #user_info p a, #user_info a {
90 color: #fadfb3; 91 color: #fadfb3;
91 } 92 }
93
92 #favorite-actions { 94 #favorite-actions {
93 margin: 15px 12px 0; 95 margin: 15px 12px 0;
94 } 96 }
...@@ -131,6 +133,7 @@ ...@@ -131,6 +133,7 @@
131 position: relative; 133 position: relative;
132 margin-top: -28px; 134 margin-top: -28px;
133 } 135 }
136
134 #TzBrandingFooter a { 137 #TzBrandingFooter a {
135 color: #fff; 138 color: #fff;
136 text-decoration: none; 139 text-decoration: none;
...@@ -140,16 +143,19 @@ ...@@ -140,16 +143,19 @@
140 .cct-fields { 143 .cct-fields {
141 padding: 10px; 144 padding: 10px;
142 } 145 }
146
143 .cct-fields fieldset { 147 .cct-fields fieldset {
144 margin-top: 15px; 148 margin-top: 15px;
145 border: 1px solid #ccc; 149 border: 1px solid #ccc;
146 padding: 15px; 150 padding: 15px;
147 background-color: #f2f2f2; 151 background-color: #f2f2f2;
148 } 152 }
153
149 .cct-fields div { 154 .cct-fields div {
150 clear: both; 155 clear: both;
151 margin-top: 5px; 156 margin-top: 5px;
152 } 157 }
158
153 .cct-fields div span.label { 159 .cct-fields div span.label {
154 margin-top: 3px; 160 margin-top: 3px;
155 float: left; 161 float: left;
...@@ -157,23 +163,29 @@ ...@@ -157,23 +163,29 @@
157 margin-right: 10px; 163 margin-right: 10px;
158 margin-bottom: 3px; 164 margin-bottom: 3px;
159 } 165 }
166
160 .cct-fields div input[type=text], 167 .cct-fields div input[type=text],
161 .cct-fields div textarea { 168 .cct-fields div textarea {
162 width: 300px; 169 width: 300px;
163 } 170 }
171
164 .cct-fields div textarea { 172 .cct-fields div textarea {
165 height: 80px; 173 height: 80px;
166 } 174 }
167 175
168 table.tabular-data { 176 table.tabular-data {
169 } 177 }
178
170 table.tabular-data thead td { 179 table.tabular-data thead td {
171 } 180 }
181
172 table.tabular-data thead th { 182 table.tabular-data thead th {
173 text-align: left; 183 text-align: left;
174 } 184 }
185
175 table.tabular-data tbody th { 186 table.tabular-data tbody th {
176 } 187 }
188
177 table.tabular-data tbody td { 189 table.tabular-data tbody td {
178 } 190 }
179 191
...@@ -252,36 +264,44 @@ table.tabular-data tbody td { ...@@ -252,36 +264,44 @@ table.tabular-data tbody td {
252 z-index: 9999; 264 z-index: 9999;
253 overflow: hidden; 265 overflow: hidden;
254 } 266 }
267
255 #cboxOverlay { 268 #cboxOverlay {
256 position: fixed; 269 position: fixed;
257 width: 100%; 270 width: 100%;
258 height: 100%; 271 height: 100%;
259 } 272 }
273
260 #cboxMiddleLeft, #cboxBottomLeft { 274 #cboxMiddleLeft, #cboxBottomLeft {
261 clear: left; 275 clear: left;
262 } 276 }
277
263 #cboxContent { 278 #cboxContent {
264 position: relative; 279 position: relative;
265 overflow: visible; 280 overflow: visible;
266 } 281 }
282
267 #cboxLoadedContent { 283 #cboxLoadedContent {
268 overflow: auto; 284 overflow: auto;
269 } 285 }
286
270 #cboxLoadedContent iframe { 287 #cboxLoadedContent iframe {
271 display: block; 288 display: block;
272 width: 100%; 289 width: 100%;
273 height: 100%; 290 height: 100%;
274 border: 0; 291 border: 0;
275 } 292 }
293
276 #cboxTitle { 294 #cboxTitle {
277 margin: 0; 295 margin: 0;
278 } 296 }
297
279 #cboxLoadingOverlay, #cboxLoadingGraphic { 298 #cboxLoadingOverlay, #cboxLoadingGraphic {
280 position: absolute; 299 position: absolute;
281 top: 0; 300 top: 0;
282 left: 0; 301 left: 0;
283 width: 100%; 302 width: 100%;
284 } 303 }
304
285 #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { 305 #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
286 cursor: pointer; 306 cursor: pointer;
287 } 307 }
...@@ -297,76 +317,95 @@ table.tabular-data tbody td { ...@@ -297,76 +317,95 @@ table.tabular-data tbody td {
297 317
298 #colorbox { 318 #colorbox {
299 } 319 }
320
300 #cboxContent { 321 #cboxContent {
301 margin-top: 32px; 322 margin-top: 32px;
302 background: #3b0d32; 323 background: #3b0d32;
303 } 324 }
325
304 #cboxLoadedContent { 326 #cboxLoadedContent {
305 background: #fff; 327 background: #fff;
306 padding: 1px; 328 padding: 1px;
307 } 329 }
330
308 #cboxLoadingGraphic { 331 #cboxLoadingGraphic {
309 background: url(../images/ajax-loader.gif) no-repeat center center; 332 background: url(../images/ajax-loader.gif) no-repeat center center;
310 } 333 }
334
311 #cboxLoadingOverlay { 335 #cboxLoadingOverlay {
312 background: #3b0d32; 336 background: #3b0d32;
313 } 337 }
338
314 #cboxTitle { 339 #cboxTitle {
315 position: absolute; 340 position: absolute;
316 top: -22px; 341 top: -22px;
317 left: 0; 342 left: 0;
318 color: #fff; 343 color: #fff;
319 } 344 }
345
320 #cboxCurrent { 346 #cboxCurrent {
321 position: absolute; 347 position: absolute;
322 top: -22px; 348 top: -22px;
323 right: 205px; 349 right: 205px;
324 text-indent: -9999px; 350 text-indent: -9999px;
325 } 351 }
352
326 #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose { 353 #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
327 height: 20px; 354 height: 20px;
328 position: absolute; 355 position: absolute;
329 top: -20px; /* background:url(../images/controls.png) no-repeat 0 0; */ 356 top: -20px; /* background:url(../images/controls.png) no-repeat 0 0; */
330 } 357 }
358
331 #cboxClose { 359 #cboxClose {
332 display: none; 360 display: none;
333 color: #fff; 361 color: #fff;
334 } 362 }
363
335 #cboxPrevious { 364 #cboxPrevious {
336 background-position: 0px 0px; 365 background-position: 0px 0px;
337 right: 44px; 366 right: 44px;
338 } 367 }
368
339 #cboxPrevious.hover { 369 #cboxPrevious.hover {
340 background-position: 0px -25px; 370 background-position: 0px -25px;
341 } 371 }
372
342 #cboxNext { 373 #cboxNext {
343 background-position: -25px 0px; 374 background-position: -25px 0px;
344 right: 22px; 375 right: 22px;
345 } 376 }
377
346 #cboxNext.hover { 378 #cboxNext.hover {
347 background-position: -25px -25px; 379 background-position: -25px -25px;
348 } 380 }
381
349 #cboxClose { 382 #cboxClose {
350 background-position: -50px 0px; 383 background-position: -50px 0px;
351 right: 0; 384 right: 0;
352 } 385 }
386
353 #cboxClose.hover { 387 #cboxClose.hover {
354 background-position: -50px -25px; 388 background-position: -50px -25px;
355 } 389 }
390
356 .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious { 391 .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
357 right: 66px; 392 right: 66px;
358 } 393 }
394
359 .cboxSlideshow_on #cboxSlideshow { 395 .cboxSlideshow_on #cboxSlideshow {
360 background-position: -75px -25px; 396 background-position: -75px -25px;
361 right: 44px; 397 right: 44px;
362 } 398 }
399
363 .cboxSlideshow_on #cboxSlideshow.hover { 400 .cboxSlideshow_on #cboxSlideshow.hover {
364 background-position: -100px -25px; 401 background-position: -100px -25px;
365 } 402 }
403
366 .cboxSlideshow_off #cboxSlideshow { 404 .cboxSlideshow_off #cboxSlideshow {
367 background-position: -100px 0px; 405 background-position: -100px 0px;
368 right: 44px; 406 right: 44px;
369 } 407 }
408
370 .cboxSlideshow_off #cboxSlideshow.hover { 409 .cboxSlideshow_off #cboxSlideshow.hover {
371 background-position: -75px -25px; 410 background-position: -75px -25px;
372 } 411 }
...@@ -400,6 +439,7 @@ table.tabular-data tbody td { ...@@ -400,6 +439,7 @@ table.tabular-data tbody td {
400 .error-wrap { 439 .error-wrap {
401 padding: 10px; 440 padding: 10px;
402 } 441 }
442
403 .validation-errors h6 { 443 .validation-errors h6 {
404 padding: 0px; 444 padding: 0px;
405 margin: 0px 0px 10px 0px; 445 margin: 0px 0px 10px 0px;
...@@ -412,6 +452,7 @@ table.tabular-data tbody td { ...@@ -412,6 +452,7 @@ table.tabular-data tbody td {
412 margin: 0; 452 margin: 0;
413 padding: 0; 453 padding: 0;
414 } 454 }
455
415 .validation-errors ul li { 456 .validation-errors ul li {
416 margin: 0px 0px 3px 0px; 457 margin: 0px 0px 3px 0px;
417 padding: 0px; 458 padding: 0px;
...@@ -423,11 +464,13 @@ table.tabular-data tbody td { ...@@ -423,11 +464,13 @@ table.tabular-data tbody td {
423 margin-top: 0px; 464 margin-top: 0px;
424 padding-top: 0px; 465 padding-top: 0px;
425 } 466 }
467
426 .my-profile-table tbody th { 468 .my-profile-table tbody th {
427 text-align: left; 469 text-align: left;
428 font-size: 11px; 470 font-size: 11px;
429 font-weight: normal; 471 font-weight: normal;
430 } 472 }
473
431 .my-profile-edit h4 { 474 .my-profile-edit h4 {
432 border-bottom: 1px solid #ccc; 475 border-bottom: 1px solid #ccc;
433 margin-bottom: 8px; 476 margin-bottom: 8px;
...@@ -442,6 +485,7 @@ table.jCalendar { ...@@ -442,6 +485,7 @@ table.jCalendar {
442 border-collapse: separate; 485 border-collapse: separate;
443 border-spacing: 2px; 486 border-spacing: 2px;
444 } 487 }
488
445 table.jCalendar th { 489 table.jCalendar th {
446 background: #333; 490 background: #333;
447 color: #fff; 491 color: #fff;
...@@ -457,37 +501,45 @@ table.jCalendar td { ...@@ -457,37 +501,45 @@ table.jCalendar td {
457 text-align: center; 501 text-align: center;
458 font-size: 10px; 502 font-size: 10px;
459 } 503 }
504
460 table.jCalendar td.other-month { 505 table.jCalendar td.other-month {
461 background: #ddd; 506 background: #ddd;
462 color: #aaa; 507 color: #aaa;
463 } 508 }
509
464 table.jCalendar td.today { 510 table.jCalendar td.today {
465 background: #666; 511 background: #666;
466 color: #fff; 512 color: #fff;
467 } 513 }
514
468 table.jCalendar td.selected { 515 table.jCalendar td.selected {
469 background: #f66; 516 background: #f66;
470 color: #fff; 517 color: #fff;
471 } 518 }
519
472 table.jCalendar td.selected.dp-hover { 520 table.jCalendar td.selected.dp-hover {
473 background: #f33; 521 background: #f33;
474 color: #fff; 522 color: #fff;
475 } 523 }
524
476 table.jCalendar td.dp-hover, 525 table.jCalendar td.dp-hover,
477 table.jCalendar tr.activeWeekHover td { 526 table.jCalendar tr.activeWeekHover td {
478 background: #fff; 527 background: #fff;
479 color: #000; 528 color: #000;
480 font-size: 10px; 529 font-size: 10px;
481 } 530 }
531
482 table.jCalendar tr.selectedWeek td { 532 table.jCalendar tr.selectedWeek td {
483 background: #f66; 533 background: #f66;
484 color: #fff; 534 color: #fff;
485 font-size: 10px; 535 font-size: 10px;
486 } 536 }
537
487 table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover { 538 table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
488 background: #bbb; 539 background: #bbb;
489 color: #888; 540 color: #888;
490 } 541 }
542
491 table.jCalendar td.unselectable, 543 table.jCalendar td.unselectable,
492 table.jCalendar td.unselectable:hover, 544 table.jCalendar td.unselectable:hover,
493 table.jCalendar td.unselectable.dp-hover { 545 table.jCalendar td.unselectable.dp-hover {
...@@ -517,26 +569,31 @@ div#dp-popup { ...@@ -517,26 +569,31 @@ div#dp-popup {
517 width: 176px; 569 width: 176px;
518 line-height: 1.2em; 570 line-height: 1.2em;
519 } 571 }
572
520 div.dp-popup h2 { 573 div.dp-popup h2 {
521 font-size: 12px; 574 font-size: 12px;
522 text-align: center; 575 text-align: center;
523 margin: 2px 0; 576 margin: 2px 0;
524 padding: 0; 577 padding: 0;
525 } 578 }
579
526 a#dp-close { 580 a#dp-close {
527 font-size: 11px; 581 font-size: 11px;
528 padding: 4px 0; 582 padding: 4px 0;
529 text-align: center; 583 text-align: center;
530 display: block; 584 display: block;
531 } 585 }
586
532 a#dp-close:hover { 587 a#dp-close:hover {
533 text-decoration: underline; 588 text-decoration: underline;
534 } 589 }
590
535 div.dp-popup a { 591 div.dp-popup a {
536 color: #000; 592 color: #000;
537 text-decoration: none; 593 text-decoration: none;
538 padding: 3px 2px 0; 594 padding: 3px 2px 0;
539 } 595 }
596
540 div.dp-popup div.dp-nav-prev { 597 div.dp-popup div.dp-nav-prev {
541 position: absolute; 598 position: absolute;
542 z-index: 9999; 599 z-index: 9999;
...@@ -544,35 +601,44 @@ div.dp-popup div.dp-nav-prev { ...@@ -544,35 +601,44 @@ div.dp-popup div.dp-nav-prev {
544 left: 4px; 601 left: 4px;
545 width: 100px; 602 width: 100px;
546 } 603 }
604
547 div.dp-popup div.dp-nav-prev a { 605 div.dp-popup div.dp-nav-prev a {
548 float: left; 606 float: left;
549 } 607 }
608
550 /* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */ 609 /* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
551 div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a { 610 div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
552 cursor: pointer; 611 cursor: pointer;
553 } 612 }
613
554 div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled { 614 div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
555 cursor: default; 615 cursor: default;
556 } 616 }
617
557 div.dp-popup div.dp-nav-next { 618 div.dp-popup div.dp-nav-next {
558 position: absolute; 619 position: absolute;
559 top: 2px; 620 top: 2px;
560 right: 4px; 621 right: 4px;
561 width: 100px; 622 width: 100px;
562 } 623 }
624
563 div.dp-popup div.dp-nav-next a { 625 div.dp-popup div.dp-nav-next a {
564 float: right; 626 float: right;
565 } 627 }
628
566 div.dp-popup a.disabled { 629 div.dp-popup a.disabled {
567 cursor: default; 630 cursor: default;
568 color: #aaa; 631 color: #aaa;
569 } 632 }
633
570 div.dp-popup td { 634 div.dp-popup td {
571 cursor: pointer; 635 cursor: pointer;
572 } 636 }
637
573 div.dp-popup td.disabled { 638 div.dp-popup td.disabled {
574 cursor: default; 639 cursor: default;
575 } 640 }
641
576 a.dp-choose-date { 642 a.dp-choose-date {
577 float: left; 643 float: left;
578 width: 16px; 644 width: 16px;
...@@ -584,10 +650,12 @@ a.dp-choose-date { ...@@ -584,10 +650,12 @@ a.dp-choose-date {
584 overflow: hidden; 650 overflow: hidden;
585 background: url(../images/calendar.png) no-repeat; 651 background: url(../images/calendar.png) no-repeat;
586 } 652 }
653
587 a.dp-choose-date.dp-disabled { 654 a.dp-choose-date.dp-disabled {
588 background-position: 0 -20px; 655 background-position: 0 -20px;
589 cursor: default; 656 cursor: default;
590 } 657 }
658
591 /* makes the input field shorter once the date picker code 659 /* makes the input field shorter once the date picker code
592 * has run (to allow space for the calendar icon 660 * has run (to allow space for the calendar icon
593 */ 661 */
...@@ -608,13 +676,16 @@ input.dp-applied { ...@@ -608,13 +676,16 @@ input.dp-applied {
608 float: left; 676 float: left;
609 margin-bottom: 5px; 677 margin-bottom: 5px;
610 } 678 }
679
611 .users-role-bar a { 680 .users-role-bar a {
612 text-decoration: none; 681 text-decoration: none;
613 } 682 }
683
614 .users-role-bar a.active { 684 .users-role-bar a.active {
615 color: #000; 685 color: #000;
616 font-weight: bold; 686 font-weight: bold;
617 } 687 }
688
618 .sm_count { 689 .sm_count {
619 font-size: 11px; 690 font-size: 11px;
620 color: #999; 691 color: #999;
...@@ -629,11 +700,13 @@ input.dp-applied { ...@@ -629,11 +700,13 @@ input.dp-applied {
629 margin-bottom: 5px; 700 margin-bottom: 5px;
630 float: right; 701 float: right;
631 } 702 }
703
632 .TzPaginateResults a { 704 .TzPaginateResults a {
633 text-decoration: none; 705 text-decoration: none;
634 padding: 1px 0px; 706 padding: 1px 0px;
635 border: 1px solid transparent; 707 border: 1px solid transparent;
636 } 708 }
709
637 .TzPaginateResults a.active { 710 .TzPaginateResults a.active {
638 color: #000; 711 color: #000;
639 font-weight: bold; 712 font-weight: bold;
...@@ -649,11 +722,13 @@ input.dp-applied { ...@@ -649,11 +722,13 @@ input.dp-applied {
649 border: none; 722 border: none;
650 border-collapse: collapse; 723 border-collapse: collapse;
651 } 724 }
725
652 .attendance-admin-table thead td { 726 .attendance-admin-table thead td {
653 font-weight: bold; 727 font-weight: bold;
654 border-bottom: 2px solid #e8e8e8; 728 border-bottom: 2px solid #e8e8e8;
655 padding: 0 0 8px 0; 729 padding: 0 0 8px 0;
656 } 730 }
731
657 .attendance-admin-table tbody td { 732 .attendance-admin-table tbody td {
658 border-bottom: 1px solid #e8e8e8; 733 border-bottom: 1px solid #e8e8e8;
659 padding: 4px 0; 734 padding: 4px 0;
...@@ -668,6 +743,7 @@ input.dp-applied { ...@@ -668,6 +743,7 @@ input.dp-applied {
668 border: 1px solid #ccc; 743 border: 1px solid #ccc;
669 margin: 8px 0px 4px 0px; 744 margin: 8px 0px 4px 0px;
670 } 745 }
746
671 #invoice-table thead th { 747 #invoice-table thead th {
672 margin: 0; 748 margin: 0;
673 padding: 5px 2px 5px 10px; 749 padding: 5px 2px 5px 10px;
...@@ -675,22 +751,26 @@ input.dp-applied { ...@@ -675,22 +751,26 @@ input.dp-applied {
675 border-bottom: 1px solid #ccc; 751 border-bottom: 1px solid #ccc;
676 border-right: 1px solid #ccc; 752 border-right: 1px solid #ccc;
677 } 753 }
754
678 #invoice-table thead td { 755 #invoice-table thead td {
679 margin: 0; 756 margin: 0;
680 padding: 4px 2px 4px 10px; 757 padding: 4px 2px 4px 10px;
681 text-align: left; 758 text-align: left;
682 } 759 }
760
683 #invoice-table tbody th { 761 #invoice-table tbody th {
684 margin: 0; 762 margin: 0;
685 padding: 4px 2px 4px 10px; 763 padding: 4px 2px 4px 10px;
686 text-align: left; 764 text-align: left;
687 } 765 }
766
688 #invoice-table tbody td { 767 #invoice-table tbody td {
689 margin: 0; 768 margin: 0;
690 padding: 4px 2px 4px 10px; 769 padding: 4px 2px 4px 10px;
691 text-align: left; 770 text-align: left;
692 border-right: 1px solid #ccc; 771 border-right: 1px solid #ccc;
693 } 772 }
773
694 #invoice-table tbody tr.odd td { 774 #invoice-table tbody tr.odd td {
695 background-color: #f5f5f5; 775 background-color: #f5f5f5;
696 } 776 }
...@@ -699,12 +779,15 @@ input.dp-applied { ...@@ -699,12 +779,15 @@ input.dp-applied {
699 background-color: #efd5d5; 779 background-color: #efd5d5;
700 color: #c17575; 780 color: #c17575;
701 } 781 }
782
702 #invoice-table tbody tr.unpaid td a { 783 #invoice-table tbody tr.unpaid td a {
703 color: #c17575; 784 color: #c17575;
704 } 785 }
786
705 #invoice-table tbody tr.unpaid td a:hover { 787 #invoice-table tbody tr.unpaid td a:hover {
706 color: #CC4433; 788 color: #CC4433;
707 } 789 }
790
708 #invoice-table tfoot td { 791 #invoice-table tfoot td {
709 margin: 0; 792 margin: 0;
710 padding: 4px 2px 4px 10px; 793 padding: 4px 2px 4px 10px;
...@@ -712,6 +795,7 @@ input.dp-applied { ...@@ -712,6 +795,7 @@ input.dp-applied {
712 border-top: 1px solid #ccc; 795 border-top: 1px solid #ccc;
713 border-right: 1px solid #ccc; 796 border-right: 1px solid #ccc;
714 } 797 }
798
715 #invoice-table caption { 799 #invoice-table caption {
716 text-align: left; 800 text-align: left;
717 font-size: 11px; 801 font-size: 11px;
...@@ -729,6 +813,7 @@ input.dp-applied { ...@@ -729,6 +813,7 @@ input.dp-applied {
729 border: 1px solid #ccc; 813 border: 1px solid #ccc;
730 margin: 8px 0px 4px 0px; 814 margin: 8px 0px 4px 0px;
731 } 815 }
816
732 .invoice-table thead th { 817 .invoice-table thead th {
733 margin: 0; 818 margin: 0;
734 padding: 5px 2px 5px 10px; 819 padding: 5px 2px 5px 10px;
...@@ -736,22 +821,26 @@ input.dp-applied { ...@@ -736,22 +821,26 @@ input.dp-applied {
736 border-bottom: 1px solid #ccc; 821 border-bottom: 1px solid #ccc;
737 border-right: 1px solid #ccc; 822 border-right: 1px solid #ccc;
738 } 823 }
824
739 .invoice-table thead td { 825 .invoice-table thead td {
740 margin: 0; 826 margin: 0;
741 padding: 4px 2px 4px 10px; 827 padding: 4px 2px 4px 10px;
742 text-align: left; 828 text-align: left;
743 } 829 }
830
744 .invoice-table tbody th { 831 .invoice-table tbody th {
745 margin: 0; 832 margin: 0;
746 padding: 4px 2px 4px 10px; 833 padding: 4px 2px 4px 10px;
747 text-align: left; 834 text-align: left;
748 } 835 }
836
749 .invoice-table tbody td { 837 .invoice-table tbody td {
750 margin: 0; 838 margin: 0;
751 padding: 4px 2px 4px 10px; 839 padding: 4px 2px 4px 10px;
752 text-align: left; 840 text-align: left;
753 border-right: 1px solid #ccc; 841 border-right: 1px solid #ccc;
754 } 842 }
843
755 .invoice-table tbody tr.odd td { 844 .invoice-table tbody tr.odd td {
756 background-color: #f5f5f5; 845 background-color: #f5f5f5;
757 } 846 }
...@@ -760,12 +849,15 @@ input.dp-applied { ...@@ -760,12 +849,15 @@ input.dp-applied {
760 background-color: #efd5d5; 849 background-color: #efd5d5;
761 color: #c17575; 850 color: #c17575;
762 } 851 }
852
763 .invoice-table tbody tr.unpaid td a { 853 .invoice-table tbody tr.unpaid td a {
764 color: #c17575; 854 color: #c17575;
765 } 855 }
856
766 .invoice-table tbody tr.unpaid td a:hover { 857 .invoice-table tbody tr.unpaid td a:hover {
767 color: #CC4433; 858 color: #CC4433;
768 } 859 }
860
769 .invoice-table tfoot td { 861 .invoice-table tfoot td {
770 margin: 0; 862 margin: 0;
771 padding: 4px 2px 4px 10px; 863 padding: 4px 2px 4px 10px;
...@@ -773,6 +865,7 @@ input.dp-applied { ...@@ -773,6 +865,7 @@ input.dp-applied {
773 border-top: 1px solid #ccc; 865 border-top: 1px solid #ccc;
774 border-right: 1px solid #ccc; 866 border-right: 1px solid #ccc;
775 } 867 }
868
776 .invoice-table caption { 869 .invoice-table caption {
777 text-align: left; 870 text-align: left;
778 font-size: 11px; 871 font-size: 11px;
...@@ -800,9 +893,11 @@ input.dp-applied { ...@@ -800,9 +893,11 @@ input.dp-applied {
800 font-size: 11px; 893 font-size: 11px;
801 margin: 5px 0; 894 margin: 5px 0;
802 } 895 }
896
803 .TzAdminPagination span { 897 .TzAdminPagination span {
804 margin-right: 5px; 898 margin-right: 5px;
805 } 899 }
900
806 .TzAdminPagination a { 901 .TzAdminPagination a {
807 margin-right: 5px; 902 margin-right: 5px;
808 } 903 }
...@@ -819,14 +914,17 @@ input.dp-applied { ...@@ -819,14 +914,17 @@ input.dp-applied {
819 word-wrap: normal; 914 word-wrap: normal;
820 padding: 3px 5px; 915 padding: 3px 5px;
821 } 916 }
917
822 .cbv-report-list tbody tr.odd td, 918 .cbv-report-list tbody tr.odd td,
823 #report-list tbody tr.odd td { 919 #report-list tbody tr.odd td {
824 background-color: #f5f5f5; 920 background-color: #f5f5f5;
825 } 921 }
922
826 .cbv-report-list thead th { 923 .cbv-report-list thead th {
827 background-color: #e1e1e1; 924 background-color: #e1e1e1;
828 border-bottom: 1px solid #e8e8e8; 925 border-bottom: 1px solid #e8e8e8;
829 } 926 }
927
830 .cbv-report-list tbody td { 928 .cbv-report-list tbody td {
831 border-bottom: 1px solid #e8e8e8; 929 border-bottom: 1px solid #e8e8e8;
832 min-width: 120px; 930 min-width: 120px;
...@@ -842,6 +940,7 @@ input.dp-applied { ...@@ -842,6 +940,7 @@ input.dp-applied {
842 margin: 0; 940 margin: 0;
843 padding: 0; 941 padding: 0;
844 } 942 }
943
845 .edit-option-table tbody th { 944 .edit-option-table tbody th {
846 padding: 5px 5px 3px 5px; 945 padding: 5px 5px 3px 5px;
847 text-align: left; 946 text-align: left;
...@@ -849,12 +948,14 @@ input.dp-applied { ...@@ -849,12 +948,14 @@ input.dp-applied {
849 font-size: 11px; 948 font-size: 11px;
850 vertical-align: top; 949 vertical-align: top;
851 } 950 }
951
852 .edit-option-table tbody td { 952 .edit-option-table tbody td {
853 padding: 3px 5px; 953 padding: 3px 5px;
854 text-align: left; 954 text-align: left;
855 font-weight: bold; 955 font-weight: bold;
856 font-size: 11px; 956 font-size: 11px;
857 } 957 }
958
858 .edit-option-table tbody td textarea, 959 .edit-option-table tbody td textarea,
859 .edit-option-table tbody td input { 960 .edit-option-table tbody td input {
860 font-size: 11px; 961 font-size: 11px;
...@@ -877,6 +978,7 @@ font-family:arial; ...@@ -877,6 +978,7 @@ font-family:arial;
877 */ 978 */
878 text-align: left; 979 text-align: left;
879 } 980 }
981
880 table.tablesorter thead tr th, table.tablesorter tfoot tr th { 982 table.tablesorter thead tr th, table.tablesorter tfoot tr th {
881 /* 983 /*
882 background-color: #e6EEEE; 984 background-color: #e6EEEE;
...@@ -885,12 +987,14 @@ background-color: #e6EEEE; ...@@ -885,12 +987,14 @@ background-color: #e6EEEE;
885 padding: 4px; 987 padding: 4px;
886 */ 988 */
887 } 989 }
990
888 table.tablesorter thead tr .header { 991 table.tablesorter thead tr .header {
889 background-image: url(/wp-content/themes/cbv/assets/images/bg.gif); 992 background-image: url(/wp-content/themes/cbv/assets/images/bg.gif);
890 background-repeat: no-repeat; 993 background-repeat: no-repeat;
891 background-position: center right; 994 background-position: center right;
892 cursor: pointer; 995 cursor: pointer;
893 } 996 }
997
894 table.tablesorter tbody td { 998 table.tablesorter tbody td {
895 /* 999 /*
896 color: #3D3D3D; 1000 color: #3D3D3D;
...@@ -899,15 +1003,19 @@ color: #3D3D3D; ...@@ -899,15 +1003,19 @@ color: #3D3D3D;
899 vertical-align: top; 1003 vertical-align: top;
900 */ 1004 */
901 } 1005 }
1006
902 table.tablesorter tbody tr.odd td { 1007 table.tablesorter tbody tr.odd td {
903 background-color: #f5f5f5; 1008 background-color: #f5f5f5;
904 } 1009 }
1010
905 table.tablesorter thead tr .headerSortUp { 1011 table.tablesorter thead tr .headerSortUp {
906 background-image: url(/wp-content/themes/cbv/assets/images/asc.gif); 1012 background-image: url(/wp-content/themes/cbv/assets/images/asc.gif);
907 } 1013 }
1014
908 table.tablesorter thead tr .headerSortDown { 1015 table.tablesorter thead tr .headerSortDown {
909 background-image: url(/wp-content/themes/cbv/assets/images/desc.gif); 1016 background-image: url(/wp-content/themes/cbv/assets/images/desc.gif);
910 } 1017 }
1018
911 table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { 1019 table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
912 color: #DF3224; 1020 color: #DF3224;
913 } 1021 }
...@@ -917,17 +1025,21 @@ div.tablesorterPager { ...@@ -917,17 +1025,21 @@ div.tablesorterPager {
917 background-color: #D6D2C2; 1025 background-color: #D6D2C2;
918 text-align: center; 1026 text-align: center;
919 } 1027 }
1028
920 div.tablesorterPager span { 1029 div.tablesorterPager span {
921 padding: 0 5px 0 5px; 1030 padding: 0 5px 0 5px;
922 } 1031 }
1032
923 div.tablesorterPager input.prev { 1033 div.tablesorterPager input.prev {
924 width: auto; 1034 width: auto;
925 margin-right: 10px; 1035 margin-right: 10px;
926 } 1036 }
1037
927 div.tablesorterPager input.next { 1038 div.tablesorterPager input.next {
928 width: auto; 1039 width: auto;
929 margin-left: 10px; 1040 margin-left: 10px;
930 } 1041 }
1042
931 div.tablesorterPager input { 1043 div.tablesorterPager input {
932 font-size: 8px; 1044 font-size: 8px;
933 width: 50px; 1045 width: 50px;
...@@ -941,11 +1053,13 @@ div.tablesorterPager input { ...@@ -941,11 +1053,13 @@ div.tablesorterPager input {
941 float: left; 1053 float: left;
942 width: 200px; 1054 width: 200px;
943 } 1055 }
1056
944 #mytable_filter, .dataTables_filter { 1057 #mytable_filter, .dataTables_filter {
945 float: right; 1058 float: right;
946 text-align: right; 1059 text-align: right;
947 width: 400px; 1060 width: 400px;
948 } 1061 }
1062
949 #mytable_info, .dataTables_info { 1063 #mytable_info, .dataTables_info {
950 font-size: 12px; 1064 font-size: 12px;
951 color: #bbb; 1065 color: #bbb;
...@@ -962,10 +1076,12 @@ div.tablesorterPager input { ...@@ -962,10 +1076,12 @@ div.tablesorterPager input {
962 background-image: url(/wp-content/themes/cbv/assets/images/bg.gif); 1076 background-image: url(/wp-content/themes/cbv/assets/images/bg.gif);
963 cursor: pointer; 1077 cursor: pointer;
964 } 1078 }
1079
965 .sorting_asc { 1080 .sorting_asc {
966 background-image: url(/wp-content/themes/cbv/assets/images/asc.gif); 1081 background-image: url(/wp-content/themes/cbv/assets/images/asc.gif);
967 color: #DF3224; 1082 color: #DF3224;
968 } 1083 }
1084
969 .sorting_desc { 1085 .sorting_desc {
970 background-image: url(/wp-content/themes/cbv/assets/images/desc.gif); 1086 background-image: url(/wp-content/themes/cbv/assets/images/desc.gif);
971 color: #DF3224; 1087 color: #DF3224;
...@@ -990,6 +1106,7 @@ div.tablesorterPager input { ...@@ -990,6 +1106,7 @@ div.tablesorterPager input {
990 .dataTables_info { 1106 .dataTables_info {
991 float: left; 1107 float: left;
992 } 1108 }
1109
993 .dataTables_paginate { 1110 .dataTables_paginate {
994 float: right; 1111 float: right;
995 width: 400px; 1112 width: 400px;
...@@ -1002,9 +1119,11 @@ div.tablesorterPager input { ...@@ -1002,9 +1119,11 @@ div.tablesorterPager input {
1002 .paginate_active { 1119 .paginate_active {
1003 padding: 0px 4px; 1120 padding: 0px 4px;
1004 } 1121 }
1122
1005 .paginate_button { 1123 .paginate_button {
1006 cursor: pointer; 1124 cursor: pointer;
1007 } 1125 }
1126
1008 .paginate_button:hover { 1127 .paginate_button:hover {
1009 color: #DF3224; 1128 color: #DF3224;
1010 } 1129 }
...@@ -1015,6 +1134,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1015,6 +1134,7 @@ div.dataTables_paginate span.paginate_active {
1015 1134
1016 .small-table { 1135 .small-table {
1017 } 1136 }
1137
1018 .small-table td { 1138 .small-table td {
1019 font-size: 11px; 1139 font-size: 11px;
1020 padding: 3px; 1140 padding: 3px;
...@@ -1035,6 +1155,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1035,6 +1155,7 @@ div.dataTables_paginate span.paginate_active {
1035 .label-black-attending { 1155 .label-black-attending {
1036 background-position: 0px 0px; 1156 background-position: 0px 0px;
1037 } 1157 }
1158
1038 .label-black-attending:hover { 1159 .label-black-attending:hover {
1039 background-position: -43px 0px; 1160 background-position: -43px 0px;
1040 } 1161 }
...@@ -1042,6 +1163,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1042,6 +1163,7 @@ div.dataTables_paginate span.paginate_active {
1042 .label-black-register { 1163 .label-black-register {
1043 background-position: 0px -14px; 1164 background-position: 0px -14px;
1044 } 1165 }
1166
1045 .label-black-register:hover { 1167 .label-black-register:hover {
1046 background-position: -43px -14px; 1168 background-position: -43px -14px;
1047 } 1169 }
...@@ -1049,6 +1171,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1049,6 +1171,7 @@ div.dataTables_paginate span.paginate_active {
1049 .label-black-taken { 1171 .label-black-taken {
1050 background-position: 0px -28px; 1172 background-position: 0px -28px;
1051 } 1173 }
1174
1052 .label-black-taken:hover { 1175 .label-black-taken:hover {
1053 background-position: -43px -28px; 1176 background-position: -43px -28px;
1054 } 1177 }
...@@ -1056,6 +1179,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1056,6 +1179,7 @@ div.dataTables_paginate span.paginate_active {
1056 .label-black-enrol { 1179 .label-black-enrol {
1057 background-position: 0px -42px; 1180 background-position: 0px -42px;
1058 } 1181 }
1182
1059 .label-black-enrol:hover { 1183 .label-black-enrol:hover {
1060 background-position: -43px -42px; 1184 background-position: -43px -42px;
1061 } 1185 }
...@@ -1063,6 +1187,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1063,6 +1187,7 @@ div.dataTables_paginate span.paginate_active {
1063 .label-red-attending { 1187 .label-red-attending {
1064 background-position: -43px 0px; 1188 background-position: -43px 0px;
1065 } 1189 }
1190
1066 .label-red-attending:hover { 1191 .label-red-attending:hover {
1067 background-position: -86px 0px; 1192 background-position: -86px 0px;
1068 } 1193 }
...@@ -1070,6 +1195,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1070,6 +1195,7 @@ div.dataTables_paginate span.paginate_active {
1070 .label-red-register { 1195 .label-red-register {
1071 background-position: -43px -14px; 1196 background-position: -43px -14px;
1072 } 1197 }
1198
1073 .label-red-register:hover { 1199 .label-red-register:hover {
1074 background-position: -86px -14px; 1200 background-position: -86px -14px;
1075 } 1201 }
...@@ -1077,6 +1203,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1077,6 +1203,7 @@ div.dataTables_paginate span.paginate_active {
1077 .label-red-taken { 1203 .label-red-taken {
1078 background-position: -43px -28px; 1204 background-position: -43px -28px;
1079 } 1205 }
1206
1080 .label-red-taken:hover { 1207 .label-red-taken:hover {
1081 background-position: -86px -28px; 1208 background-position: -86px -28px;
1082 } 1209 }
...@@ -1084,6 +1211,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1084,6 +1211,7 @@ div.dataTables_paginate span.paginate_active {
1084 .label-red-enrol { 1211 .label-red-enrol {
1085 background-position: -43px -42px; 1212 background-position: -43px -42px;
1086 } 1213 }
1214
1087 .label-red-enrol:hover { 1215 .label-red-enrol:hover {
1088 background-position: -86px -42px; 1216 background-position: -86px -42px;
1089 } 1217 }
...@@ -1091,6 +1219,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1091,6 +1219,7 @@ div.dataTables_paginate span.paginate_active {
1091 .label-grey-closed { 1219 .label-grey-closed {
1092 background-position: -86px -56px; 1220 background-position: -86px -56px;
1093 } 1221 }
1222
1094 .label-grey-closed:hover { 1223 .label-grey-closed:hover {
1095 background-position: -86px -56px; 1224 background-position: -86px -56px;
1096 } 1225 }
...@@ -1098,6 +1227,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1098,6 +1227,7 @@ div.dataTables_paginate span.paginate_active {
1098 .label-grey-fail { 1227 .label-grey-fail {
1099 background-position: -86px -70px; 1228 background-position: -86px -70px;
1100 } 1229 }
1230
1101 .label-grey-fail:hover { 1231 .label-grey-fail:hover {
1102 background-position: -86px -70px; 1232 background-position: -86px -70px;
1103 } 1233 }
...@@ -1105,6 +1235,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1105,6 +1235,7 @@ div.dataTables_paginate span.paginate_active {
1105 .label-black-fail { 1235 .label-black-fail {
1106 background-position: 0px -70px; 1236 background-position: 0px -70px;
1107 } 1237 }
1238
1108 .label-black-fail:hover { 1239 .label-black-fail:hover {
1109 background-position: 0px -70px; 1240 background-position: 0px -70px;
1110 } 1241 }
...@@ -1112,6 +1243,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1112,6 +1243,7 @@ div.dataTables_paginate span.paginate_active {
1112 .label-red-fail { 1243 .label-red-fail {
1113 background-position: -43px -70px; 1244 background-position: -43px -70px;
1114 } 1245 }
1246
1115 .label-red-fail:hover { 1247 .label-red-fail:hover {
1116 background-position: -43px -70px; 1248 background-position: -43px -70px;
1117 } 1249 }
...@@ -1119,6 +1251,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1119,6 +1251,7 @@ div.dataTables_paginate span.paginate_active {
1119 .label-grey-pass { 1251 .label-grey-pass {
1120 background-position: -86px -84px; 1252 background-position: -86px -84px;
1121 } 1253 }
1254
1122 .label-grey-pass:hover { 1255 .label-grey-pass:hover {
1123 background-position: -86px -84px; 1256 background-position: -86px -84px;
1124 } 1257 }
...@@ -1126,6 +1259,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1126,6 +1259,7 @@ div.dataTables_paginate span.paginate_active {
1126 .label-black-pass { 1259 .label-black-pass {
1127 background-position: 0px -84px; 1260 background-position: 0px -84px;
1128 } 1261 }
1262
1129 .label-black-pass:hover { 1263 .label-black-pass:hover {
1130 background-position: 0px -84px; 1264 background-position: 0px -84px;
1131 } 1265 }
...@@ -1133,6 +1267,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1133,6 +1267,7 @@ div.dataTables_paginate span.paginate_active {
1133 .label-red-pass { 1267 .label-red-pass {
1134 background-position: -43px -84px; 1268 background-position: -43px -84px;
1135 } 1269 }
1270
1136 .label-red-pass:hover { 1271 .label-red-pass:hover {
1137 background-position: -43px -84px; 1272 background-position: -43px -84px;
1138 } 1273 }
...@@ -1140,6 +1275,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1140,6 +1275,7 @@ div.dataTables_paginate span.paginate_active {
1140 .label-black-print { 1275 .label-black-print {
1141 background-position: 0px -98px; 1276 background-position: 0px -98px;
1142 } 1277 }
1278
1143 .label-black-print:hover { 1279 .label-black-print:hover {
1144 background-position: -86px -98px; 1280 background-position: -86px -98px;
1145 } 1281 }
...@@ -1147,6 +1283,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1147,6 +1283,7 @@ div.dataTables_paginate span.paginate_active {
1147 .label-grey-print { 1283 .label-grey-print {
1148 background-position: -86px -98px; 1284 background-position: -86px -98px;
1149 } 1285 }
1286
1150 .label-grey-print:hover { 1287 .label-grey-print:hover {
1151 background-position: 0px -98px; 1288 background-position: 0px -98px;
1152 } 1289 }
...@@ -1154,6 +1291,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1154,6 +1291,7 @@ div.dataTables_paginate span.paginate_active {
1154 .label-red-print { 1291 .label-red-print {
1155 background-position: -43px -98px; 1292 background-position: -43px -98px;
1156 } 1293 }
1294
1157 .label-red-print:hover { 1295 .label-red-print:hover {
1158 background-position: -86px -98px; 1296 background-position: -86px -98px;
1159 } 1297 }
...@@ -1162,6 +1300,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1162,6 +1300,7 @@ div.dataTables_paginate span.paginate_active {
1162 .label-black-view { 1300 .label-black-view {
1163 background-position: 0px -112px; 1301 background-position: 0px -112px;
1164 } 1302 }
1303
1165 .label-black-view:hover { 1304 .label-black-view:hover {
1166 background-position: -86px -112px; 1305 background-position: -86px -112px;
1167 } 1306 }
...@@ -1169,6 +1308,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1169,6 +1308,7 @@ div.dataTables_paginate span.paginate_active {
1169 .label-grey-view { 1308 .label-grey-view {
1170 background-position: -86px -112px; 1309 background-position: -86px -112px;
1171 } 1310 }
1311
1172 .label-grey-view:hover { 1312 .label-grey-view:hover {
1173 background-position: 0px -112px; 1313 background-position: 0px -112px;
1174 } 1314 }
...@@ -1176,6 +1316,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1176,6 +1316,7 @@ div.dataTables_paginate span.paginate_active {
1176 .label-red-view { 1316 .label-red-view {
1177 background-position: -43px -112px; 1317 background-position: -43px -112px;
1178 } 1318 }
1319
1179 .label-red-view:hover { 1320 .label-red-view:hover {
1180 background-position: -86px -112px; 1321 background-position: -86px -112px;
1181 } 1322 }
...@@ -1184,6 +1325,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1184,6 +1325,7 @@ div.dataTables_paginate span.paginate_active {
1184 .label-black-coming { 1325 .label-black-coming {
1185 background-position: 0px -126px; 1326 background-position: 0px -126px;
1186 } 1327 }
1328
1187 .label-black-coming:hover { 1329 .label-black-coming:hover {
1188 background-position: -86px -126px; 1330 background-position: -86px -126px;
1189 } 1331 }
...@@ -1191,6 +1333,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1191,6 +1333,7 @@ div.dataTables_paginate span.paginate_active {
1191 .label-grey-coming { 1333 .label-grey-coming {
1192 background-position: -86px -126px; 1334 background-position: -86px -126px;
1193 } 1335 }
1336
1194 .label-grey-coming:hover { 1337 .label-grey-coming:hover {
1195 background-position: 0px -126px; 1338 background-position: 0px -126px;
1196 } 1339 }
...@@ -1198,6 +1341,7 @@ div.dataTables_paginate span.paginate_active { ...@@ -1198,6 +1341,7 @@ div.dataTables_paginate span.paginate_active {
1198 .label-red-coming { 1341 .label-red-coming {
1199 background-position: -43px -126px; 1342 background-position: -43px -126px;
1200 } 1343 }
1344
1201 .label-red-coming:hover { 1345 .label-red-coming:hover {
1202 background-position: -86px -126px; 1346 background-position: -86px -126px;
1203 } 1347 }
...@@ -1206,15 +1350,18 @@ div.dataTables_paginate span.paginate_active { ...@@ -1206,15 +1350,18 @@ div.dataTables_paginate span.paginate_active {
1206 padding: 4px 5px; 1350 padding: 4px 5px;
1207 border-top: 1px solid #e8e8e8; 1351 border-top: 1px solid #e8e8e8;
1208 } 1352 }
1353
1209 .filter-table tr.odd td { 1354 .filter-table tr.odd td {
1210 background-color: #f5f5f5; 1355 background-color: #f5f5f5;
1211 } 1356 }
1357
1212 .filter-table tr:first-child { 1358 .filter-table tr:first-child {
1213 border-top: none; 1359 border-top: none;
1214 } 1360 }
1215 1361
1216 ul.action-class { 1362 ul.action-class {
1217 } 1363 }
1364
1218 ul.action-class li { 1365 ul.action-class li {
1219 margin: 0px 0px 10px 0px; 1366 margin: 0px 0px 10px 0px;
1220 } 1367 }
...@@ -1315,10 +1462,6 @@ h6.fieldset-heading { ...@@ -1315,10 +1462,6 @@ h6.fieldset-heading {
1315 float: right; 1462 float: right;
1316 } 1463 }
1317 1464
1318 .option-groups-region .remove-group {
1319 margin-top: 3px;
1320 }
1321
1322 .option-groups-region .remove-option { 1465 .option-groups-region .remove-option {
1323 margin-top: 4px; 1466 margin-top: 4px;
1324 } 1467 }
...@@ -1374,7 +1517,7 @@ h6.fieldset-heading { ...@@ -1374,7 +1517,7 @@ h6.fieldset-heading {
1374 1517
1375 .option-groups-region .group-title, 1518 .option-groups-region .group-title,
1376 .option-groups-region .editable-group-title { 1519 .option-groups-region .editable-group-title {
1377 max-width: 76%; 1520 max-width: 66%;
1378 min-width: 50px; 1521 min-width: 50px;
1379 min-height: 15px; 1522 min-height: 15px;
1380 position: relative; 1523 position: relative;
...@@ -1415,6 +1558,16 @@ h6.fieldset-heading { ...@@ -1415,6 +1558,16 @@ h6.fieldset-heading {
1415 margin-right: 10px; 1558 margin-right: 10px;
1416 } 1559 }
1417 1560
1561 .option-groups-region .toggle-lang-container {
1562 display: inline-block;
1563 float: right;
1564 margin-top: -10px;
1565 }
1566
1567 .field-option .toggle-lang-container {
1568 margin-top: 0;
1569 }
1570
1418 .dragged { 1571 .dragged {
1419 position: absolute; 1572 position: absolute;
1420 opacity: 0.5; 1573 opacity: 0.5;
...@@ -1437,10 +1590,12 @@ li.placeholder:before { ...@@ -1437,10 +1590,12 @@ li.placeholder:before {
1437 padding: 0; 1590 padding: 0;
1438 width: 100%; 1591 width: 100%;
1439 } 1592 }
1593
1440 #sortable ul { 1594 #sortable ul {
1441 margin-left: 20px; 1595 margin-left: 20px;
1442 list-style: none; 1596 list-style: none;
1443 } 1597 }
1598
1444 #sortable li { 1599 #sortable li {
1445 padding: 2px 0px; 1600 padding: 2px 0px;
1446 margin: 4px 0px; 1601 margin: 4px 0px;
...@@ -1448,6 +1603,7 @@ li.placeholder:before { ...@@ -1448,6 +1603,7 @@ li.placeholder:before {
1448 cursor: move; 1603 cursor: move;
1449 -moz-border-radius: 6px 1604 -moz-border-radius: 6px
1450 } 1605 }
1606
1451 #sortable li span { 1607 #sortable li span {
1452 display: block; 1608 display: block;
1453 background: #f7f7f7; 1609 background: #f7f7f7;
...@@ -1456,6 +1612,7 @@ li.placeholder:before { ...@@ -1456,6 +1612,7 @@ li.placeholder:before {
1456 font-size: 14px; 1612 font-size: 14px;
1457 font-weight: bold; 1613 font-weight: bold;
1458 } 1614 }
1615
1459 #sortable li.placeholder { 1616 #sortable li.placeholder {
1460 border: dashed 2px #ccc; 1617 border: dashed 2px #ccc;
1461 background-color: #FFF; 1618 background-color: #FFF;
...@@ -1465,9 +1622,11 @@ li.placeholder:before { ...@@ -1465,9 +1622,11 @@ li.placeholder:before {
1465 .diff-accept { 1622 .diff-accept {
1466 background-color: #68be2e; 1623 background-color: #68be2e;
1467 } 1624 }
1625
1468 .diff-reject { 1626 .diff-reject {
1469 background-color: #ed1f24; 1627 background-color: #ed1f24;
1470 } 1628 }
1629
1471 td.diff-left:hover, td.diff-right:hover { 1630 td.diff-left:hover, td.diff-right:hover {
1472 cursor: pointer; 1631 cursor: pointer;
1473 } 1632 }
...@@ -1495,11 +1654,10 @@ a, input, textarea, select { ...@@ -1495,11 +1654,10 @@ a, input, textarea, select {
1495 transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear; 1654 transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear;
1496 } 1655 }
1497 1656
1498
1499
1500 .left, .float-left { 1657 .left, .float-left {
1501 float: left; 1658 float: left;
1502 } 1659 }
1660
1503 .right, .float-right { 1661 .right, .float-right {
1504 float: right; 1662 float: right;
1505 } 1663 }
......