PluginProbe
WANotifier for Forms and Actions / 2.5.4
WANotifier for Forms and Actions v2.5.4
3.1.1 3.1.0 3.0.4 2.7.10 2.7.11 2.7.12 2.7.13 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 3.0.0 3.0.1 3.0.2 3.0.3 trunk 0.1.0 0.1.1 1.0.0 1.0.1 1.0.2 All 67 releases
← All changes | assets/css/admin.css +4 -14 2.7.122.5.4 View file →
@@ -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; }
@@ -1035,20 +1035,10 @@
1035 1035 }
1036 1036 .notifier-tool-activity-wrap .activity-log-preview-wrap {
1037 1037 background: #f7f7f7;
1038 1038 padding: 10px;
1039 - max-height: 200px;
1039 + max-height: 150px;
1040 1040 overflow: auto;
1041 1041 border: 1px solid #ddd;
1042 1042 border-radius: 8px;
1043 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 1044 }