1@font-face { 2 font-family: 'Awesome'; /*a name to be used later*/ 3 src: url('fontawesome-webfont.woff'); /*URL to font*/ 4} 5 6.bez_awesome { 7 font-family: Awesome; 8} 9 10#bds_issue_box { 11 position: relative; 12 background: #fff; 13 border: 1px solid #bbb; 14 border-radius: 0.4em; 15 margin-top: 0.2em; 16 padding: 0.5em 1em; 17} 18 19#bds_issue_box.pr2 { 20 border-color: #B0D2B6; 21 background-color: #EEF6F0; 22} 23table.bez .pr2, #bds_timeline dt.pr2 { 24 background-color: #EEF6F0; 25} 26#bds_issue_box.pr2 table, #bds_issue_box.pr2 td, #bds_issue_box.pr2 th,#bds_issue_box.pr2 h2, #bds_issue_box.pr2 h1#bez_issue_title { 27 border-color: #B0D2B6; 28} 29 30#bds_issue_box.pr1 { 31 background-color: #ffd; 32 border-color: #dd9; 33} 34table.bez .pr1 , #bds_timeline dt.pr1 { 35 background-color: #ffd; 36} 37#bds_issue_box.pr1 table, #bds_issue_box.pr1 td, #bds_issue_box.pr1 th,#bds_issue_box.pr1 h2, #bds_issue_box.pr1 h1#bez_issue_title { 38 border-color: #dd9; 39} 40 41#bds_issue_box.pr0 { 42 border-color: #F0AFAD; 43 background-color: #F8E8E8; 44} 45table.bez .pr0 , #bds_timeline dt.pr0 { 46 background-color: #F8E8E8; 47} 48 49table.bez .prRejected { 50 color: #aaa; 51 font-style: italic; 52} 53 54 55#bds_issue_box.pr0 table, #bds_issue_box.pr0 td, #bds_issue_box.pr0 th,#bds_issue_box.pr0 h2, #bds_issue_box.pr0 h1#bez_issue_title { 56 border-color: #F0AFAD; 57} 58 59 60#bds_issue_box.prNone { 61 border-color: #a3c8ff; 62 background-color: #e7f1ff; 63} 64table.bez .prNone , #bds_timeline dt.prNone { 65 background-color: #e7f1ff; 66} 67 68 69#bds_issue_box.prNone table, #bds_issue_box.prNone td, #bds_issue_box.prNone th,#bds_issue_box.prNone h2, #bds_issue_box.prNone h1#bez_issue_title { 70 border-color: #a3c8ff; 71} 72 73#bds_issue_box h1 { 74 font-size: 1.3em; 75 margin-top: 1em; 76} 77 78#bds_issue_box h1:first-child { 79 margin: 0; 80} 81#bds_issue_box h1:first-child a:first-child { 82 font-size: 1.5em; 83 padding-right: 0.5em; 84} 85 86#bds_issue_box h1#bez_issue_title { 87/* 88 border-bottom: 1px solid #000; 89*/ 90} 91 92.bez_timebox { 93 position: absolute; 94 top: 2px; 95 right: 5px; 96 font-size: 0.8em; 97} 98 99.bez_timebox span { 100 display: block; 101} 102 103#bds_issue_box table, .bds_block table { 104 border-collapse:collapse; 105 106 border:0; 107 border-top: 1px solid #bbb; 108 width: 100%; 109 margin-top: 1.5em; 110} 111 112#bds_issue_box table th, .bds_block th { 113} 114#bds_issue_box table th, #bds_issue_box table td, .bds_block th, .bds_block td { 115 border:0; 116 background: none; 117 border-bottom: 1px solid #bbb; 118 font-size: 90%; 119} 120 121#bds_issue_box h2 { 122 font-size: 1em; 123 border-bottom: 1px dotted #bbb; 124} 125 126.bds_block h1 { 127 font-size: 1.3em; 128 margin: 1em 0; 129 padding-bottom: 3px; 130 border-bottom: 1px solid #bbb; 131} 132 133.bds_block h1 span { 134 color:#999; 135} 136 137.bez_standard_block h2 { 138 border-bottom: 1px solid #D7D7D7; 139 box-shadow: 0.1em 0.4em 0.7em 0 #F2F2F2; 140 color: #999999; 141 font-size: 100%; 142 font-weight: normal; 143 margin-bottom: 0.5em; 144 padding: 0 0.2em; 145} 146 147.bez_standard_block h2 span { 148 display: block; 149 float: right; 150 font-size: 100%; 151 color: #999; 152 padding-right: 0.4em; 153} 154 155.task { 156 position: relative; 157} 158 159.task h2 { 160 font-size: 1.2em; 161 font-weight: bold; 162 color: black; 163 border: 0; 164 box-shadow: none; 165} 166.task h2 a { 167 font-size: 1.3em; 168} 169 170.task h3 { 171 border-bottom: 1px dotted #8bbcbc; 172 font-size: 90%; 173} 174 175.bds_block_content > div { 176 margin-bottom: 3em; 177} 178 179.task table { 180 clear:both; 181 margin-top: 3em; 182} 183 184.task table { 185 clear:both; 186 border-top-color: #8bbcbc; 187 margin-top: 3em; 188} 189 190div.task { 191 background: #e4f4f4; 192 border: 1px solid #8bbcbc; 193 border-radius: 0.4em; 194 margin-bottom: 10px; 195 padding: 0.5em 1em; 196} 197 198.task td, .task th{ 199 border-bottom-color: #8bbcbc; 200} 201 202.task .bds_edit_button { 203 position:absolute; 204 bottom: 0.5em; 205 right: 6em; 206} 207.task .bds_send_button { 208 position:absolute; 209 bottom: 0.5em; 210 right: 0.5em; 211} 212bez_comment 213/*commets*/ 214#bez_comments .bez_buttons { 215 bottom: -1.3em; 216} 217 218#bez_comments .comment { 219 position: relative; 220} 221 222/*causes*/ 223#bez_causes .cause { 224 position: relative; 225 background: #ffeedc !important; 226 border-color: #ddb68d !important; 227} 228 229#bez_causes table { 230 border-color: #ddb68d !important; 231} 232 233#bez_causes table td { 234 border-color: #dd9447 !important; 235} 236 237#bez_causes h2 { 238 font-size: 1.2em; 239 font-weight: bold; 240 color: black; 241 border: 0; 242 box-shadow: none; 243} 244#bez_causes h2 a { 245 font-size: 1.3em; 246} 247 248#bez_causes h3 { 249 border-bottom: 1px dotted #8bbcbc; 250 font-size: 90%; 251} 252 253.bds_block_content > div { 254 margin-bottom: 3em; 255} 256 257#bez_causes table { 258 clear:both; 259 margin-top: 3em; 260} 261 262#bez_causes table { 263 clear:both; 264 border-top-color: #8bbcbc; 265 margin-top: 3em; 266} 267 268#bez_causes div.cause { 269 background: #e4f4f4; 270 border: 1px solid #8bbcbc; 271 border-radius: 0.4em; 272 margin-top: 0.2em; 273 padding: 0.5em 1em; 274} 275 276#bez_causes td, #bez_causes th{ 277 border-bottom-color: #8bbcbc; 278} 279 280#bez_causes .bds_edit_button { 281 position:absolute; 282 bottom: 0.5em; 283 right: 6em; 284} 285#bez_causes .bds_send_button { 286 position:absolute; 287 bottom: 0.5em; 288 right: 0.5em; 289} 290 291/*end causes*/ 292 293.bez_buttons { 294 text-align: right; 295} 296 297.bez_buttons a { 298 margin-right: 1em; 299 padding: 0.2em 0.5em; 300} 301 302.bez_buttons a:last-child { 303 margin-right: 0; 304} 305 306.bds_inline_button { 307 background: #fff; 308 border: 1px solid #DDDDDD; 309 border-radius: 1em; 310 box-shadow: none; 311 text-shadow: 0.1em 0.1em #DDDDDD; 312 cursor: pointer; 313 color: #808080 !important; 314 font-size: 70%; 315} 316 317.bds_inline_button:hover { 318 background: none repeat scroll 0 0 #F6F6F6; 319 box-shadow: 0.1em 0.1em 0.6em 0 #999999; 320 text-shadow: 0.1em 0.1em #FCFCFC; 321 color: #fff; 322 text-decoration:none !important; 323} 324 325.bds_inline_button_noborder { 326 color: #808080 !important; 327 font-size: 10px; 328 padding-left: 0 !important; 329} 330 331.bds_inline_button_noborder:hover { 332 text-decoration:underline !important; 333} 334 335.bez_delete_button { 336 color: #808080 !important; 337 font-size: 70%; 338 text-decoration:underline !important; 339} 340 341.bez_delete_button:hover { 342 text-decoration:none !important; 343} 344 345.bez_cancel_button { 346 margin-left: 2em; 347} 348 349.bds_last_edit { 350 color: #999999; 351 font-size: 80%; 352 margin-top: 0.8em; 353 padding-left: 2.5em; 354} 355 356.bds_block li { 357 color: #000 !important; 358} 359 360/*FORMS*/ 361 362#bds_issue_box.bds_form { 363 width:95%; 364} 365 366.bds_block fieldset.bds_form { 367 display: table; 368 background: none repeat scroll 0 0 #F7F7F0; 369 border: 1px solid #D7D7D7; 370 border-radius: 0.4em; 371 /*box-shadow: 0.1em 0.1em 1em 0 #E7E7E7 inset;*/ 372 margin-bottom: 1em; 373 padding: 0.5em; 374/* 375 width:100%; 376*/ 377 text-align: left; 378} 379 380.bds_form .row { 381 display: table-row; 382} 383 384.bds_form label[for] { 385 display: table-cell; 386 padding: 0.4em; 387 text-align: right; 388 vertical-align: top; 389 width: 20%; 390} 391.bds_form span { 392 display: table-cell; 393 vertical-align: middle; 394 width: 80%; 395} 396 397.bds_form input { 398 padding: 0.25em 0.5em; 399} 400 401.bds_form textarea { 402 width: 100% !important; 403 height: 10em; 404 display: block; 405} 406 407 408.bds_form input[id=title] { 409 width: 30em; 410} 411 412.bds_form input[id=cost] { 413 width: 7em; 414} 415input.days { 416 width: 3em; 417} 418 419.root_cause { 420 margin-bottom:0.5em; 421} 422.root_cause span { 423 background: #ffeedc; 424 padding: 0.5em; 425} 426 427#bds_timeline h2 { 428 background: none repeat scroll 0 0 #F7F7F7; 429 border-bottom: 1px solid #D7D7D7; 430 border-radius: 0.1em; 431 box-shadow: 1px 1px 0.5em 0 #CCCCCC; 432 font-size: 105%; 433 margin: 2em 0 0.5em; 434 padding: 0.4em; 435} 436 437#bds_timeline dt { 438 font-weight: normal; 439} 440#bds_timeline dd { 441 font-weight: normal; 442 margin: 0 0 0.75em 4.2em; 443} 444 445#bds_timeline dt a { 446 padding: 0 4px 2px 22px; 447} 448 449#bds_timeline dt a .id { 450 font-weight: bold; 451} 452#bds_timeline dt a:hover { 453 text-decoration: none !important; 454 background-color: #eee; 455} 456 457#bds_timeline dt .id { 458 font-weight: normal; 459} 460 461#bds_timeline dt .time { 462 color: #999999; 463 font-size: 80%; 464} 465 466#bds_timeline dt .author { 467 color: #666666; 468} 469#bds_timeline dt > a { 470 background: url('images/changeset.png') no-repeat 1px 4px; 471} 472 473#bds_timeline .issue_closed > a { 474 background: url('images/closedticket.png') no-repeat 1px 4px; 475} 476 477#bds_timeline .issue_created > a { 478 background: url('images/newticket.png') no-repeat 1px 4px; 479} 480 481#bds_timeline .issue_rejected > a { 482 background: url('images/rejectedticket.png') no-repeat 1px 4px; 483} 484 485 486#bds_timeline .task_opened > a { 487 background: url('images/newtask.png') no-repeat 1px 4px; 488} 489 490#bds_timeline .task_done > a { 491 background: url('images/closedtask.png') no-repeat 1px 4px; 492} 493 494#bds_timeline .task_rejected > a { 495 background: url('images/rejectedtask.png') no-repeat 1px 4px; 496} 497 498#bds_timeline .cause > a { 499 background: url('images/newcause.png') no-repeat 1px 4px; 500} 501 502#bds_timeline h3 { 503 font-size: 1em; 504 border-bottom: 1px dotted #ddd; 505 margin-bottom: 0; 506} 507 508#entities_form label { 509 display: block; 510} 511 512#entities_form textarea { 513 display: block; 514 height: 40em; 515 width: 20em; 516 margin-bottom: 1em; 517} 518 519#entities_form input[type=reset] { 520 background: none; 521 border: none; 522 text-decoration: underline; 523} 524 525#entities_form input[type=reset]:hover { 526 text-decoration: none; 527} 528 529#bez_removal_confirm { 530 max-width: 15em; 531 background: #f7F7F0; 532 border: 1px solid #D7D7D7; 533 border-radius: 0.4em; 534 box-shadow: 0.1em 0.1em 1em 0px #E7E7E7 inset; 535 margin: 1em 0px; 536 padding: 0.5em; 537 width: 100%; 538 text-align: left; 539} 540 541#bez_report_issue_button { 542 background: url("images/addticket.png") no-repeat 4px 50% #fafafa; 543} 544 545#bez_info_issues { 546 background: url("images/newticket.png") no-repeat 4px 50% #fafafa; 547} 548 549#bez_info_tasks { 550 background: url("images/newtask.png") no-repeat 4px 50% #fafafa; 551} 552 553#bez_info_proposals { 554 background: url("images/newticket.png") no-repeat 4px 50% #fafafa; 555} 556 557.bez_start_button { 558 border: 1px solid #eee; 559 border-radius: 0.3em; 560 color: #222 !important; 561 padding: 0.7em 0.7em 0.6em 24px; 562 text-shadow: 0.1em 0.1em #FCFCFC; 563 cursor: pointer; 564} 565 566.bez_start_button:hover { 567 background-color: #fcfcfc; 568 border: 1px solid #bbb; 569 text-decoration: none !important; 570} 571 572#bez_info { 573 text-align: center; 574 margin-top: 15px; 575} 576 577#bez_info a { 578 margin-left: 2em; 579} 580 581#bez_info a:first-child { 582 margin-left: 0; 583} 584 585#bez_version { 586 position: relative; 587} 588#bez_version div { 589 position:absolute; 590 font-size: 90%; 591 top: -18px; 592 left: -18px; 593} 594 595#bez_8d_send_button { 596 font-size: 50%; 597 font-weight: normal; 598} 599 600h3.bez_8d { 601 font-size: inherit; 602 border-bottom: 1px solid #ccc; 603} 604 605.bez_sumarise { 606 border: 0; 607} 608 609.bez_sumarise tr:last-child th { 610 background-color: transparent; 611 border-left: 0; 612 border-right: 0; 613} 614 615.bez_sumarise tr:last-child td { 616 border-left: 0; 617 border-right: 0; 618} 619 620h1.bez_report span { 621 display:block; 622 font-size: 50%; 623 font-weight: normal; 624} 625 626.bez_filter_form { 627 background-color: #F7F7F0; 628 border: 1px solid #D7D7D7; 629 border-radius: 0.4em; 630 margin-bottom: 1em; 631 text-align: left; 632 display:block; 633 line-height: 200%; 634} 635 636.bez_filter_form label { 637 margin: 0.8em; 638 white-space: nowrap; 639} 640 641.bez_filter_form div { 642 display: block; 643} 644 645/*NEW FORM */ 646 647form.bez_form > fieldset { 648 display: table; 649 background: none repeat scroll 0 0 #F7F7F0; 650 border: 1px solid #D7D7D7; 651 border-radius: 0.4em; 652 text-align: left; 653 width: 98.5%; 654 margin-bottom: 1em !important; 655} 656 657form.bez_cause_form > fieldset { 658 background: #ffeedc !important; 659 border-color: #ddb68d !important; 660} 661 662form.bez_task_form > fieldset { 663 background: #e4f4f4 !important; 664 border-color: #8bbcbc !important; 665} 666 667.bez_form .row { 668 display: table-row; 669} 670 671.bez_form label[for] { 672 display: table-cell; 673 padding: 0.4em; 674 text-align: right; 675 vertical-align: top; 676 width: 200px; 677} 678.bez_form span { 679 display: table-cell; 680 vertical-align: middle; 681 width: 80%; 682} 683 684.bez_form input { 685 padding: 0.25em 0.5em; 686} 687 688.bez_form a { 689 margin-left: 1em; 690} 691 692.bez_form textarea { 693 width: 100% !important; 694 height: 10em; 695 display: block; 696} 697 698 699.bez_form input[id=title] { 700 width: 30em; 701} 702 703.bez_form input[id=cost] { 704 width: 7em; 705} 706input.days { 707 width: 3em; 708} 709 710.rr h3 { 711 font-size:inherit; 712 font-weight: normal; 713} 714 715.rr table { 716 table-layout:fixed; 717} 718 719.rr th { 720 width: 33%; 721} 722 723.bez_timepicker_wrapper { 724 overflow-y: auto; 725 height: 150px; 726 width: 6.5em; 727 background: #fff; 728 border: 1px solid #ddd; 729 -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2); 730 -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2); 731 box-shadow:0 5px 10px rgba(0,0,0,0.2); 732 outline: none; 733 z-index: 10001; 734 margin: 0; 735} 736 737.bez_timepicker_wrapper ul { 738 margin: 0; 739 padding: 0; 740} 741 742.bez_timepicker_wrapper li { 743 margin: 0; 744 padding: 0; 745 list-style: none; 746 padding: 3px 0 3px 5px; 747 cursor: pointer; 748 white-space: nowrap; 749 color: #000; 750 list-style: none; 751} 752 753.bez_timepicker_wrapper li:hover { 754 background: #1980EC; 755} 756 757.bez_timepicker_wrapper li.selected { 758 background: #1980EC; 759} 760 761/*comments*/ 762 763.bez_comments .bez_comment { 764 margin-top: 10px; 765 width: 100%; 766 display: table; 767} 768 769.bez_comments .bez_avatar { 770 display: table-cell; 771 vertical-align: top; 772 width: 50px; 773} 774 775.bez_comments .bez_text_comment { 776 display: table-cell; 777} 778 779.bez_comments .bez_content { 780 box-sizing: border-box; 781 border-radius: 0 0 3px 3px; 782 border: 1px solid #ddd; 783 margin-top: -1px; 784 margin-left: 13px; 785 padding: 8px; 786} 787 788.bez_comments .bez_comment .commcause_content h2 { 789 font-size: 15px; 790 font-weight: normal; 791 height:50px; 792 line-height:50px; 793 794 display: block; 795 position: relative; 796 color: #767676; 797 background: #F7F7F7; 798 box-sizing: border-box; 799 border-radius: 0 3px 0 0; 800 border: 1px solid #ddd; 801 border-left: 0; 802 padding-left: 5px; 803 margin-left: 14px; 804 margin-bottom:0; 805} 806 807.bez_comments .bez_arrow-tip-container { 808 display: block; 809 width:50px; 810 height:50px; 811 position:absolute; 812 overflow:hidden; 813} 814.bez_comments .bez_arrow-tip { 815 display:block; 816 width:50px; 817 height:50px; 818 transform:rotate(45deg) skew(20deg,20deg); 819} 820.bez_comments .bez_arrow-tip-grad { 821 display:block; 822 width:100%; 823 height:100%; 824 background: #F7F7F7; 825 border: 1px solid #ddd; 826} 827 828.bez_comments textarea { 829 display: block; 830 box-sizing: border-box; 831 width: 100%; 832 margin-bottom: 10px; 833 height: 200px; 834} 835 836.bez_toolbar { 837 display: inline-block; 838} 839 840.bez_comment.bez_my_comment .commcause_content h2 { 841 background: #f2f8fa; 842 border-color: #bfccd1; 843 844} 845 846.bez_comment.bez_my_comment .bez_arrow-tip-grad { 847 background: #f2f8fa; 848 border-color: #bfccd1; 849 850} 851 852.bez_comments.bez_my_comment .bez_content { 853 border-color: #bfccd1; 854} 855 856.bez_comments .bez_comment_buttons { 857 display: inline-block; 858 position: absolute; 859 right: 20px; 860} 861 862.bez_comments .bez_comment_buttons a { 863 color: #767676; 864 display: inline-block; 865 margin-left: 20px; 866} 867 868.bez_comments .bez_comment_buttons a:hover { 869 color: #2b73b7; 870 text-decoration: none; 871} 872 873#bez_issue_activity { 874 margin-top: 10px; 875 width: 100%; 876 font-size: 0.8em; 877} 878 879.bez_comments .bez_cause .bez_content { 880 border-color: #ddb68d; 881} 882 883.bez_comment.bez_cause .commcause_content h2 { 884 background-color: #ffeedc; 885 border-color: #ddb68d; 886} 887 888.bez_comment.bez_cause .bez_arrow-tip-grad { 889 background-color: #ffeedc; 890 border-color: #ddb68d; 891} 892 893.bez_comments.bez_cause .bez_content { 894 border-color: #ddb68d; 895} 896 897/*forms*/ 898 899.bez_comments .bez_comment_form .commcause_content h2 { 900 display: flex; 901} 902 903.bez_comment_form .bez_toolbar { 904 margin-top: 1px; 905 line-height: 50px; 906 overflow: hidden; 907} 908 909.bez_tabs { 910 padding: 0; 911 margin: 0; 912 display: block; 913 white-space: nowrap; 914 margin-right: 10px; 915} 916 917 918.bez_tabs li { 919 margin: 0; 920 position: relative; 921 bottom: -1px; 922 923 display: inline-block; 924 padding: 8px 12px; 925 padding-bottom: 13px; 926 font-size: 14px; 927 line-height: 20px; 928 border: 1px solid #ddd; 929 border-bottom: 0; 930 931 background-color: #F0F0F0; 932 933} 934 935.bez_tabs li a { 936 937} 938 939.bez_tabs li.active { 940 background-color: #fff; 941} 942 943.bez_comments { 944 display: table-row; 945} 946 947.bez_comments .bez_left_col { 948 width: 100%; 949} 950 951.bez_comments .bez_left_col, .bez_comments .bez_right_col { 952 display: table-cell; 953 margin: 0; 954 padding: 0; 955} 956 957.bez_comments .bez_right_col { 958 padding-left: 10px; 959 min-width: 150px; 960} 961 962.bez_comments .bez_right_col h2 { 963 margin: 0; 964 padding: 0; 965 966 margin-bottom: 10px; 967 font-size: 12px; 968 line-height: 16px; 969 color: #767676; 970} 971.bez_comments .bez_right_col div.bez_box:first-child { 972 border-top: 0; 973 margin-top: 0; 974 padding-top: 0; 975} 976 977.bez_comments .bez_right_col div.bez_box { 978 margin-top: 15px; 979 border-top: 1px solid #eee; 980 padding-top: 15px; 981 font-size: 12px; 982 color: #767676; 983} 984 985.bez_subscribe_button { 986 display: block; 987 text-align: center; 988 text-decoration: none; 989 padding: 3px 10px; 990 font-size: 12px; 991 line-height: 20px; 992 font-weight: 600; 993 color: #333 !important; 994 white-space: nowrap; 995 vertical-align: middle; 996 cursor: pointer; 997 -webkit-user-select: none; 998 -moz-user-select: none; 999 -ms-user-select: none; 1000 user-select: none; 1001 background-color: #eee; 1002 background-image: -webkit-linear-gradient(#fcfcfc, #eee); 1003 background-image: linear-gradient(#fcfcfc, #eee); 1004 border: 1px solid #d5d5d5; 1005 border-radius: 3px; 1006 -webkit-appearance: none; 1007 -moz-appearance: none; 1008 appearance: none; 1009 1010} 1011 1012.bez_subscribe_button:hover, 1013.bez_subscribe_button:active { 1014 background-color: #ddd; 1015 background-image: -webkit-linear-gradient(#eee, #ddd); 1016 background-image: linear-gradient(#eee, #ddd); 1017 border-color: #ccc; 1018 text-decoration: none !important; 1019} 1020 1021.bez_second_lv_buttons { 1022 display: flex; 1023} 1024 1025.bez_second_lv_buttons .bez_subscribe_button { 1026 display: inline-block; 1027 margin-right: 10px; 1028} 1029 1030.bez_subscribe_box p { 1031 margin: 5px 0 0; 1032 color: #767676; 1033 line-height: 1.5; 1034 1035} 1036 1037#issue_participants { 1038 list-style: none; 1039 padding-left: 5px; 1040 1041} 1042#issue_participants li { 1043 margin-left: 0; 1044} 1045#issue_participants a { 1046 color: inherit; 1047} 1048 1049 1050.custom-combobox { 1051 display: flex; 1052 margin-right: 5px; 1053} 1054 1055.custom-combobox-toggle { 1056 margin-left: -1px; 1057} 1058 1059.custom-combobox-input { 1060 margin: 0; 1061 padding: 6px 10px; 1062 max-width: 90px; 1063} 1064 1065#bez_invite_users_form select { 1066 max-width: 90px; 1067} 1068 1069#bez_invite_users_form { 1070 display: flex; 1071} 1072 1073#bez_invite_users button { 1074 display: block; 1075} 1076 1077.bez_metadata_edit_warn { 1078 border: 1px solid #f00 !important; 1079 background: url('images/warn-background.png') repeat !important; 1080} 1081 1082.bez_box_data_table th { 1083 width: 20%; 1084} 1085 1086.bez_box_data_table td { 1087 width: 30%; 1088} 1089