| @@ -35,11 +35,11 @@ | ||
| 35 | 35 | .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; } |
| 36 | 36 | .select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; padding: 8px 8px 0 8px; position: relative; } |
| 37 | 37 | .select2-container--default .select2-selection--multiple.select2-selection--clearable { padding-right: 25px; } |
| 38 | 38 | .select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; font-weight: bold; height: 20px; margin-right: 10px; margin-top: 5px; position: absolute; right: 0; padding: 1px; } |
| 39 | -.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: inline-flex ; margin-right: 8px; margin-bottom: 8px; padding: 0; position: relative; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } | |
| 40 | -.select2-container--default .select2-selection--multiple .select2-selection__choice__display { cursor: default; padding: 3px 8px 4px 8px; line-height: 1em; } | |
| 41 | -.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { background-color: transparent; border: none; border-right: 1px solid #aaa; border-top-left-radius: 4px; border-bottom-left-radius: 4px; color: #999; cursor: pointer; font-size: 1em; font-weight: bold; padding: 2px 6px 4px 6px; } | |
| 39 | +.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: inline-block; margin-right: 8px; margin-bottom: 8px; padding: 0; padding-left: 20px; position: relative; max-width: 100%; overflow: hidden; text-overflow: ellipsis; vertical-align: bottom; white-space: nowrap; } | |
| 40 | +.select2-container--default .select2-selection--multiple .select2-selection__choice__display { cursor: default; padding-left: 2px; padding-right: 5px; } | |
| 41 | +.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { background-color: transparent; border: none; border-right: 1px solid #aaa; border-top-left-radius: 4px; border-bottom-left-radius: 4px; color: #999; cursor: pointer; font-size: 1em; font-weight: bold; padding: 0 4px; position: absolute; left: 0; top: 0; } | |
| 42 | 42 | |
| 43 | 43 | .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, |
| 44 | 44 | .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus { background-color: #f1f1f1; color: #333; outline: none; } |
| 45 | 45 | .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; } |
| @@ -556,17 +556,10 @@ | ||
| 556 | 556 | } |
| 557 | 557 | #notifier-admin-header .notifier-admin-header-content .header-menu-items ul li a.active { |
| 558 | 558 | color: #555; |
| 559 | 559 | } |
| 560 | -#notifier-admin-header .notifier-admin-header-content .header-action-links .review-us-link { | |
| 561 | - color: #777; | |
| 562 | -} | |
| 563 | -#notifier-admin-header .notifier-admin-header-content .header-action-links .review-us-link a { | |
| 564 | - text-decoration: none; | |
| 565 | - color: #777; | |
| 566 | -} | |
| 567 | 560 | @media screen and (max-width: 767px) { |
| 568 | - #notifier-admin-header .notifier-admin-header-content .header-action-links > *:not(.review-us-link) { | |
| 561 | + #notifier-admin-header .notifier-admin-header-content .header-action-links { | |
| 569 | 562 | display: none !important; |
| 570 | 563 | } |
| 571 | 564 | } |
| 572 | 565 | #notifier-admin-header .notifier-admin-header-content .header-action-links > * { |
| @@ -997,58 +990,5 @@ | ||
| 997 | 990 | max-width: 150px; |
| 998 | 991 | max-height: 150px; |
| 999 | 992 | -o-object-fit: cover; |
| 1000 | 993 | object-fit: cover; |
| 1001 | -} | |
| 1002 | - | |
| 1003 | -.notifier-tool-wrap { | |
| 1004 | - background: #fff; | |
| 1005 | - margin-bottom: 15px; | |
| 1006 | - display: flex; | |
| 1007 | - justify-content: space-between; | |
| 1008 | - align-items: center; | |
| 1009 | - padding: 20px; | |
| 1010 | -} | |
| 1011 | -.notifier-tool-wrap .notifier-tool-name { | |
| 1012 | - margin-top: 0px; | |
| 1013 | - margin-bottom: 10px; | |
| 1014 | -} | |
| 1015 | -.notifier-tool-wrap .notifier-tool-description { | |
| 1016 | - margin: 0px; | |
| 1017 | -} | |
| 1018 | - | |
| 1019 | -.notifier-tool-activity-wrap { | |
| 1020 | - background: #ffffff; | |
| 1021 | - margin-bottom: 15px; | |
| 1022 | - padding: 20px; | |
| 1023 | -} | |
| 1024 | -.notifier-tool-activity-wrap .notifier-tool-inner-wrap { | |
| 1025 | - display: flex; | |
| 1026 | - justify-content: space-between; | |
| 1027 | - align-items: center; | |
| 1028 | -} | |
| 1029 | -.notifier-tool-activity-wrap .notifier-tool-inner-wrap .notifier-tool-name { | |
| 1030 | - margin-top: 0px; | |
| 1031 | - margin-bottom: 10px; | |
| 1032 | -} | |
| 1033 | -.notifier-tool-activity-wrap .notifier-tool-inner-wrap .notifier-tool-description { | |
| 1034 | - margin: 0px; | |
| 1035 | -} | |
| 1036 | -.notifier-tool-activity-wrap .activity-log-preview-wrap { | |
| 1037 | - background: #f7f7f7; | |
| 1038 | - padding: 10px; | |
| 1039 | - max-height: 200px; | |
| 1040 | - overflow: auto; | |
| 1041 | - border: 1px solid #ddd; | |
| 1042 | - border-radius: 8px; | |
| 1043 | - margin-top: 10px; | |
| 1044 | -} | |
| 1045 | -.notifier-tool-activity-wrap .activity-log-preview-wrap table { | |
| 1046 | - width: 100px; | |
| 1047 | -} | |
| 1048 | -.notifier-tool-activity-wrap .activity-log-preview-wrap table .activity-record td { | |
| 1049 | - vertical-align: top; | |
| 1050 | -} | |
| 1051 | -.notifier-tool-activity-wrap .activity-log-preview-wrap table .activity-record td:first-child { | |
| 1052 | - padding-right: 10px; | |
| 1053 | - white-space: nowrap; | |
| 1054 | 994 | } |