| 1 |
.edit-php.post-type-wp_stream_alerts .inline-edit-col, |
| 2 |
.edit-php.post-type-wp_stream_alerts .widefat .inline-edit-col, |
| 3 |
.edit-php.post-type-wp_stream_alerts .widefat p { |
| 4 |
color: #444; |
| 5 |
font-size: 12px; |
| 6 |
display: block; |
| 7 |
margin: .2em 0; |
| 8 |
line-height: 2.5; |
| 9 |
} |
| 10 |
.edit-php.post-type-wp_stream_alerts .inline-edit-col .wp_stream_alert_type_description { |
| 11 |
line-height: 1.5em; |
| 12 |
display: inline-block; |
| 13 |
} |
| 14 |
.edit-php.post-type-wp_stream_alerts .inline-edit-col { |
| 15 |
padding: 0 0.5em !important; |
| 16 |
} |
| 17 |
|
| 18 |
.edit-php.post-type-wp_stream_alerts .inline-edit-col legend { |
| 19 |
padding: 0.2em 0 !important; |
| 20 |
color: #555; |
| 21 |
} |
| 22 |
|
| 23 |
.edit-php.post-type-wp_stream_alerts .inline-edit-col .select2-container { |
| 24 |
display: block; |
| 25 |
} |
| 26 |
|
| 27 |
#wp_stream_alert_type_form { |
| 28 |
max-height: 14em; |
| 29 |
border: 1px solid #ddd; |
| 30 |
overflow-y: scroll; |
| 31 |
padding: 0.2em 0.5em; |
| 32 |
margin: 6px 0; |
| 33 |
background-color: #fff; |
| 34 |
display: none; |
| 35 |
} |
| 36 |
|
| 37 |
#wp_stream_alert_type_form select { |
| 38 |
width: 100%; |
| 39 |
} |
| 40 |
|
| 41 |
#wp_stream_alert_type_form .dashicons { |
| 42 |
position: relative; |
| 43 |
top: 7px; |
| 44 |
left: -2px; |
| 45 |
font-size: 1em; |
| 46 |
} |
| 47 |
|
| 48 |
.edit-php.post-type-wp_stream_alerts .misc-pub-section.misc-pub-post-status, |
| 49 |
.edit-php.post-type-wp_stream_alerts #misc-publishing-actions { |
| 50 |
padding: 0; |
| 51 |
} |
| 52 |
|
| 53 |
@media ( min-width: 781px ) { |
| 54 |
.wp-stream-show-mobile { |
| 55 |
display: none; |
| 56 |
} |
| 57 |
.edit-php.post-type-wp_stream_alerts .inline-edit-col.inline-edit-wp_stream_alerts { |
| 58 |
float: left; |
| 59 |
width: 100%; |
| 60 |
max-width: 20% |
| 61 |
} |
| 62 |
} |
| 63 |
|
| 64 |
.edit-php.post-type-wp_stream_alerts .select2 .select2-selection { |
| 65 |
border-color: #ccc; |
| 66 |
background: #f7f7f7; |
| 67 |
-webkit-box-shadow: 0 1px 0 #ccc; |
| 68 |
box-shadow: 0 1px 0 #ccc; |
| 69 |
} |
| 70 |
.edit-php.post-type-wp_stream_alerts label { |
| 71 |
font-style: italic; |
| 72 |
} |
| 73 |
|
| 74 |
.edit-php.post-type-wp_stream_alerts select { |
| 75 |
width: auto; |
| 76 |
} |
| 77 |
|
| 78 |
.edit-php.post-type-wp_stream_alerts span.select2-selection__rendered { |
| 79 |
font-style: normal; |
| 80 |
} |
| 81 |
|
| 82 |
#add-new-alert.inline-edit-row.inline-edit-row-page .inline-edit-col-right { |
| 83 |
margin-top: 32px; |
| 84 |
} |
| 85 |
.edit-php.post-type-wp_stream_alerts #add-new-alert .select2.select2-container { |
| 86 |
display: block; |
| 87 |
} |
| 88 |
.edit-php.post-type-wp_stream_alerts #add-new-alert .inline-edit-add-new-notifications, |
| 89 |
.edit-php.post-type-wp_stream_alerts #add-new-alert .inline-edit-add-new-status { |
| 90 |
margin-top: 33px; |
| 91 |
} |
| 92 |
#add-new-alert .inline-edit-add-new-triggers label { |
| 93 |
margin: .2em 0; |
| 94 |
line-height: 2.5; |
| 95 |
} |
| 96 |
.post-type-wp_stream_alerts .select2-container { |
| 97 |
margin-bottom: 6px; |
| 98 |
min-width: 165px; |
| 99 |
} |
| 100 |
|
| 101 |
/* Alert List Page */ |
| 102 |
.post-type-wp_stream_alerts #posts-filter #post-query-submit { |
| 103 |
display: none; |
| 104 |
} |
| 105 |
|
| 106 |
.post-type-wp_stream_alerts .wp-list-table .alert_trigger_value { |
| 107 |
padding: 3px 20px 3px 10px; |
| 108 |
border-top: 1px solid #e5e5e5; |
| 109 |
border-bottom: 1px solid #e5e5e5; |
| 110 |
background: #fff; |
| 111 |
display: inline-block; |
| 112 |
height: 22px; |
| 113 |
line-height: 22px; |
| 114 |
box-shadow: 0 1px 1px rgba(0, 0, 0, .04); |
| 115 |
} |
| 116 |
|
| 117 |
.post-type-wp_stream_alerts .wp-list-table .alert_trigger_value:first-child { |
| 118 |
border-left: 1px solid #e5e5e5; |
| 119 |
} |
| 120 |
|
| 121 |
.post-type-wp_stream_alerts .wp-list-table .alert_trigger_value:last-child { |
| 122 |
padding-right: 10px; |
| 123 |
border-right: 1px solid #e5e5e5; |
| 124 |
} |
| 125 |
|
| 126 |
.post-type-wp_stream_alerts .wp-list-table .alert_trigger_value:after { |
| 127 |
content: ""; |
| 128 |
position: absolute; |
| 129 |
margin-left: 7px; |
| 130 |
margin-top: 6px; |
| 131 |
display: inline-block; |
| 132 |
height: 8px; |
| 133 |
width: 8px; |
| 134 |
transform: rotate(45deg); |
| 135 |
border-top: 2px solid #e5e5e5; |
| 136 |
border-right: 2px solid #e5e5e5; |
| 137 |
} |
| 138 |
|
| 139 |
.post-type-wp_stream_alerts .wp-list-table .alert_trigger_value:last-child:after { |
| 140 |
border-top: none; |
| 141 |
border-right: none; |
| 142 |
} |
| 143 |
|