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