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: 70%; 328 padding-left: 0 !important; 329} 330 331.bez_delete_button { 332 color: #808080 !important; 333 font-size: 70%; 334 text-decoration:underline !important; 335} 336 337.bez_delete_button:hover { 338 text-decoration:none !important; 339} 340 341.bez_cancel_button { 342 margin-left: 2em; 343} 344 345.bds_last_edit { 346 color: #999999; 347 font-size: 80%; 348 margin-top: 0.8em; 349 padding-left: 2.5em; 350} 351 352.bds_block li { 353 color: #000 !important; 354} 355 356/*FORMS*/ 357 358#bds_issue_box.bds_form { 359 width:95%; 360} 361 362.bds_block fieldset.bds_form { 363 display: table; 364 background: none repeat scroll 0 0 #F7F7F0; 365 border: 1px solid #D7D7D7; 366 border-radius: 0.4em; 367 /*box-shadow: 0.1em 0.1em 1em 0 #E7E7E7 inset;*/ 368 margin-bottom: 1em; 369 padding: 0.5em; 370/* 371 width:100%; 372*/ 373 text-align: left; 374} 375 376.bds_form .row { 377 display: table-row; 378} 379 380.bds_form label[for] { 381 display: table-cell; 382 padding: 0.4em; 383 text-align: right; 384 vertical-align: top; 385 width: 20%; 386} 387.bds_form span { 388 display: table-cell; 389 vertical-align: middle; 390 width: 80%; 391} 392 393.bds_form input { 394 padding: 0.25em 0.5em; 395} 396 397.bds_form textarea { 398 width: 100% !important; 399 height: 10em; 400 display: block; 401} 402 403 404.bds_form input[id=title] { 405 width: 30em; 406} 407 408.bds_form input[id=cost] { 409 width: 7em; 410} 411input.days { 412 width: 3em; 413} 414 415.root_cause { 416 margin-bottom:0.5em; 417} 418.root_cause span { 419 background: #ffeedc; 420 padding: 0.5em; 421} 422 423#bds_timeline h2 { 424 background: none repeat scroll 0 0 #F7F7F7; 425 border-bottom: 1px solid #D7D7D7; 426 border-radius: 0.1em; 427 box-shadow: 1px 1px 0.5em 0 #CCCCCC; 428 font-size: 105%; 429 margin: 2em 0 0.5em; 430 padding: 0.4em; 431} 432 433#bds_timeline dt { 434 font-weight: normal; 435} 436#bds_timeline dd { 437 font-weight: normal; 438 margin: 0 0 0.75em 4.2em; 439} 440 441#bds_timeline dt a { 442 padding: 0 4px 2px 22px; 443} 444 445#bds_timeline dt a .id { 446 font-weight: bold; 447} 448#bds_timeline dt a:hover { 449 text-decoration: none !important; 450 background-color: #eee; 451} 452 453#bds_timeline dt .id { 454 font-weight: normal; 455} 456 457#bds_timeline dt .time { 458 color: #999999; 459 font-size: 80%; 460} 461 462#bds_timeline dt .author { 463 color: #666666; 464} 465#bds_timeline dt > a { 466 background: url('images/changeset.png') no-repeat 1px 4px; 467} 468 469#bds_timeline .issue_closed > a { 470 background: url('images/closedticket.png') no-repeat 1px 4px; 471} 472 473#bds_timeline .issue_created > a { 474 background: url('images/newticket.png') no-repeat 1px 4px; 475} 476 477#bds_timeline .issue_rejected > a { 478 background: url('images/rejectedticket.png') no-repeat 1px 4px; 479} 480 481 482#bds_timeline .task_opened > a { 483 background: url('images/newtask.png') no-repeat 1px 4px; 484} 485 486#bds_timeline .task_done > a { 487 background: url('images/closedtask.png') no-repeat 1px 4px; 488} 489 490#bds_timeline .task_rejected > a { 491 background: url('images/rejectedtask.png') no-repeat 1px 4px; 492} 493 494#bds_timeline .cause > a { 495 background: url('images/newcause.png') no-repeat 1px 4px; 496} 497 498#bds_timeline h3 { 499 font-size: 1em; 500 border-bottom: 1px dotted #ddd; 501 margin-bottom: 0; 502} 503 504#entities_form label { 505 display: block; 506} 507 508#entities_form textarea { 509 display: block; 510 height: 40em; 511 width: 20em; 512 margin-bottom: 1em; 513} 514 515#entities_form input[type=reset] { 516 background: none; 517 border: none; 518 text-decoration: underline; 519} 520 521#entities_form input[type=reset]:hover { 522 text-decoration: none; 523} 524 525#bez_removal_confirm { 526 max-width: 15em; 527 background: #f7F7F0; 528 border: 1px solid #D7D7D7; 529 border-radius: 0.4em; 530 box-shadow: 0.1em 0.1em 1em 0px #E7E7E7 inset; 531 margin: 1em 0px; 532 padding: 0.5em; 533 width: 100%; 534 text-align: left; 535} 536 537#bez_report_issue_button { 538 background: url("images/addticket.png") no-repeat 4px 50% #fafafa; 539} 540 541#bez_info_issues { 542 background: url("images/newticket.png") no-repeat 4px 50% #fafafa; 543} 544 545#bez_info_tasks { 546 background: url("images/newtask.png") no-repeat 4px 50% #fafafa; 547} 548 549#bez_info_proposals { 550 background: url("images/newticket.png") no-repeat 4px 50% #fafafa; 551} 552 553.bez_start_button { 554 border: 1px solid #eee; 555 border-radius: 0.3em; 556 color: #222 !important; 557 padding: 0.7em 0.7em 0.6em 24px; 558 text-shadow: 0.1em 0.1em #FCFCFC; 559 cursor: pointer; 560} 561 562.bez_start_button:hover { 563 background-color: #fcfcfc; 564 border: 1px solid #bbb; 565 text-decoration: none !important; 566} 567 568#bez_info { 569 text-align: center; 570 margin-top: 15px; 571} 572 573#bez_info a { 574 margin-left: 2em; 575} 576 577#bez_info a:first-child { 578 margin-left: 0; 579} 580 581#bez_version { 582 position: relative; 583} 584#bez_version div { 585 position:absolute; 586 font-size: 90%; 587 top: -18px; 588 left: -18px; 589} 590 591#bez_8d_send_button { 592 font-size: 50%; 593 font-weight: normal; 594} 595 596h3.bez_8d { 597 font-size: inherit; 598 border-bottom: 1px solid #ccc; 599} 600 601.bez_sumarise { 602 border: 0; 603} 604 605.bez_sumarise tr:last-child th { 606 background-color: transparent; 607 border-left: 0; 608 border-right: 0; 609} 610 611.bez_sumarise tr:last-child td { 612 border-left: 0; 613 border-right: 0; 614} 615 616h1.bez_report span { 617 display:block; 618 font-size: 50%; 619 font-weight: normal; 620} 621 622.bez_filter_form { 623 background-color: #F7F7F0; 624 border: 1px solid #D7D7D7; 625 border-radius: 0.4em; 626 margin-bottom: 1em; 627 text-align: left; 628 display:block; 629 line-height: 200%; 630} 631 632.bez_filter_form label { 633 margin: 0.8em; 634 white-space: nowrap; 635} 636 637.bez_filter_form div { 638 display: block; 639} 640 641/*NEW FORM */ 642 643form.bez_form > fieldset { 644 display: table; 645 background: none repeat scroll 0 0 #F7F7F0; 646 border: 1px solid #D7D7D7; 647 border-radius: 0.4em; 648 text-align: left; 649 width: 98.5%; 650 margin-bottom: 1em !important; 651} 652 653form.bez_cause_form > fieldset { 654 background: #ffeedc !important; 655 border-color: #ddb68d !important; 656} 657 658form.bez_task_form > fieldset { 659 background: #e4f4f4 !important; 660 border-color: #8bbcbc !important; 661} 662 663.bez_form .row { 664 display: table-row; 665} 666 667.bez_form label[for] { 668 display: table-cell; 669 padding: 0.4em; 670 text-align: right; 671 vertical-align: top; 672 width: 200px; 673} 674.bez_form span { 675 display: table-cell; 676 vertical-align: middle; 677 width: 80%; 678} 679 680.bez_form input { 681 padding: 0.25em 0.5em; 682} 683 684.bez_form a { 685 margin-left: 1em; 686} 687 688.bez_form textarea { 689 width: 100% !important; 690 height: 10em; 691 display: block; 692} 693 694 695.bez_form input[id=title] { 696 width: 30em; 697} 698 699.bez_form input[id=cost] { 700 width: 7em; 701} 702input.days { 703 width: 3em; 704} 705 706.rr h3 { 707 font-size:inherit; 708 font-weight: normal; 709} 710 711.rr table { 712 table-layout:fixed; 713} 714 715.rr th { 716 width: 33%; 717} 718 719.bez_timepicker_wrapper { 720 overflow-y: auto; 721 height: 150px; 722 width: 6.5em; 723 background: #fff; 724 border: 1px solid #ddd; 725 -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2); 726 -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2); 727 box-shadow:0 5px 10px rgba(0,0,0,0.2); 728 outline: none; 729 z-index: 10001; 730 margin: 0; 731} 732 733.bez_timepicker_wrapper ul { 734 margin: 0; 735 padding: 0; 736} 737 738.bez_timepicker_wrapper li { 739 margin: 0; 740 padding: 0; 741 list-style: none; 742 padding: 3px 0 3px 5px; 743 cursor: pointer; 744 white-space: nowrap; 745 color: #000; 746 list-style: none; 747} 748 749.bez_timepicker_wrapper li:hover { 750 background: #1980EC; 751} 752 753.bez_timepicker_wrapper li.selected { 754 background: #1980EC; 755} 756 757/*comments*/ 758 759.bez_comments .bez_comment { 760 margin-top: 10px; 761 width: 100%; 762 display: table; 763} 764 765.bez_comments .bez_avatar { 766 display: table-cell; 767 vertical-align: top; 768 width: 50px; 769} 770 771.bez_comments .bez_text_comment { 772 display: table-cell; 773} 774 775.bez_comments .bez_content { 776 box-sizing: border-box; 777 border-radius: 0 0 3px 3px; 778 border: 1px solid #ddd; 779 margin-top: -1px; 780 margin-left: 13px; 781 padding: 8px; 782} 783 784.bez_comments .bez_comment .commcause_content h2 { 785 font-size: 15px; 786 font-weight: normal; 787 height:50px; 788 line-height:50px; 789 790 display: block; 791 position: relative; 792 color: #767676; 793 background: #F7F7F7; 794 box-sizing: border-box; 795 border-radius: 0 3px 0 0; 796 border: 1px solid #ddd; 797 border-left: 0; 798 padding-left: 5px; 799 margin-left: 14px; 800 margin-bottom:0; 801} 802 803.bez_comments .bez_arrow-tip-container { 804 display: block; 805 width:50px; 806 height:50px; 807 position:absolute; 808 overflow:hidden; 809} 810.bez_comments .bez_arrow-tip { 811 display:block; 812 width:50px; 813 height:50px; 814 transform:rotate(45deg) skew(20deg,20deg); 815} 816.bez_comments .bez_arrow-tip-grad { 817 display:block; 818 width:100%; 819 height:100%; 820 background: #F7F7F7; 821 border: 1px solid #ddd; 822} 823 824.bez_comments textarea { 825 display: block; 826 box-sizing: border-box; 827 width: 100%; 828 margin-bottom: 10px; 829 height: 200px; 830} 831 832.bez_toolbar { 833 display: inline-block; 834} 835 836.bez_comment.bez_my_comment .commcause_content h2 { 837 background: #f2f8fa; 838 border-color: #bfccd1; 839 840} 841 842.bez_comment.bez_my_comment .bez_arrow-tip-grad { 843 background: #f2f8fa; 844 border-color: #bfccd1; 845 846} 847 848.bez_comments.bez_my_comment .bez_content { 849 border-color: #bfccd1; 850} 851 852.bez_comments .bez_comment_buttons { 853 display: inline-block; 854 position: absolute; 855 right: 20px; 856} 857 858.bez_comments .bez_comment_buttons a { 859 color: #767676; 860 display: inline-block; 861 margin-left: 20px; 862} 863 864.bez_comments .bez_comment_buttons a:hover { 865 color: #2b73b7; 866 text-decoration: none; 867} 868 869#bez_issue_activity { 870 margin-top: 10px; 871 width: 100%; 872 font-size: 0.8em; 873} 874 875.bez_comments .bez_cause .bez_content { 876 border-color: #ddb68d; 877} 878 879.bez_comment.bez_cause .commcause_content h2 { 880 background-color: #ffeedc; 881 border-color: #ddb68d; 882} 883 884.bez_comment.bez_cause .bez_arrow-tip-grad { 885 background-color: #ffeedc; 886 border-color: #ddb68d; 887} 888 889.bez_comments.bez_cause .bez_content { 890 border-color: #ddb68d; 891} 892 893/*forms*/ 894 895.bez_comments .bez_comment_form .commcause_content h2 { 896 display: flex; 897} 898 899.bez_comment_form .bez_toolbar { 900 margin-top: 1px; 901 line-height: 50px; 902 overflow: hidden; 903} 904 905.bez_tabs { 906 padding: 0; 907 margin: 0; 908 display: block; 909 white-space: nowrap; 910 margin-right: 10px; 911} 912 913 914.bez_tabs li { 915 margin: 0; 916 position: relative; 917 bottom: -1px; 918 919 display: inline-block; 920 padding: 8px 12px; 921 padding-bottom: 13px; 922 font-size: 14px; 923 line-height: 20px; 924 border: 1px solid #ddd; 925 border-bottom: 0; 926 927 background-color: #F0F0F0; 928 929} 930 931.bez_tabs li a { 932 933} 934 935.bez_tabs li.active { 936 background-color: #fff; 937} 938 939.bez_comments { 940 display: table-row; 941} 942 943.bez_comments .bez_left_col { 944 width: 100%; 945} 946 947.bez_comments .bez_left_col, .bez_comments .bez_right_col { 948 display: table-cell; 949 margin: 0; 950 padding: 0; 951} 952 953.bez_comments .bez_right_col { 954 padding-left: 10px; 955 min-width: 150px; 956} 957 958.bez_comments .bez_right_col h2 { 959 margin: 0; 960 padding: 0; 961 962 margin-bottom: 10px; 963 font-size: 12px; 964 line-height: 16px; 965 color: #767676; 966} 967.bez_comments .bez_right_col div.bez_box:first-child { 968 border-top: 0; 969 margin-top: 0; 970 padding-top: 0; 971} 972 973.bez_comments .bez_right_col div.bez_box { 974 margin-top: 15px; 975 border-top: 1px solid #eee; 976 padding-top: 15px; 977 font-size: 12px; 978 color: #767676; 979} 980 981.bez_subscribe_button { 982 display: block; 983 text-align: center; 984 text-decoration: none; 985 padding: 3px 10px; 986 font-size: 12px; 987 line-height: 20px; 988 font-weight: 600; 989 color: #333 !important; 990 white-space: nowrap; 991 vertical-align: middle; 992 cursor: pointer; 993 -webkit-user-select: none; 994 -moz-user-select: none; 995 -ms-user-select: none; 996 user-select: none; 997 background-color: #eee; 998 background-image: -webkit-linear-gradient(#fcfcfc, #eee); 999 background-image: linear-gradient(#fcfcfc, #eee); 1000 border: 1px solid #d5d5d5; 1001 border-radius: 3px; 1002 -webkit-appearance: none; 1003 -moz-appearance: none; 1004 appearance: none; 1005 1006} 1007 1008.bez_subscribe_button:hover, 1009.bez_subscribe_button:active { 1010 background-color: #ddd; 1011 background-image: -webkit-linear-gradient(#eee, #ddd); 1012 background-image: linear-gradient(#eee, #ddd); 1013 border-color: #ccc; 1014 text-decoration: none !important; 1015} 1016 1017.bez_second_lv_buttons { 1018 display: flex; 1019} 1020 1021.bez_second_lv_buttons .bez_subscribe_button { 1022 display: inline-block; 1023 margin-right: 10px; 1024} 1025 1026.bez_subscribe_box p { 1027 margin: 5px 0 0; 1028 color: #767676; 1029 line-height: 1.5; 1030 1031} 1032 1033#issue_participants { 1034 list-style: none; 1035 padding-left: 5px; 1036 1037} 1038#issue_participants li { 1039 margin-left: 0; 1040} 1041#issue_participants a { 1042 color: inherit; 1043} 1044 1045 1046.custom-combobox { 1047 display: flex; 1048 margin-right: 5px; 1049} 1050 1051.custom-combobox-toggle { 1052 margin-left: -1px; 1053} 1054 1055.custom-combobox-input { 1056 margin: 0; 1057 padding: 6px 10px; 1058 max-width: 90px; 1059} 1060 1061#bez_invite_users_form select { 1062 max-width: 90px; 1063} 1064 1065#bez_invite_users_form { 1066 display: flex; 1067} 1068 1069#bez_invite_users button { 1070 display: block; 1071} 1072 1073.bez_metadata_edit_warn { 1074 border: 1px solid #f00 !important; 1075 background: url('images/warn-background.png') repeat !important; 1076} 1077 1078.bez_box_data_table th { 1079 width: 20%; 1080} 1081 1082.bez_box_data_table td { 1083 width: 30%; 1084} 1085