PluginProbe
WP Ultimate Post Grid / 2.4.0
WP Ultimate Post Grid v2.4.0
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
← All changes | css/admin_form.scss +16 -0 1.72.4.0 View file →
@@ -140,8 +140,24 @@
140 140 }
141 141 }
142 142 }
143 143
144 +#wpupg_form_limit_terms {
145 + thead {
146 + font-weight: bold;
147 + }
148 +
149 + td {
150 + text-align: left;
151 + clear: both;
152 + width: 75%;
153 +
154 + &:nth-child(2) {
155 + width: 25%;
156 + }
157 + }
158 +}
159 +
144 160 #wpupg_add_rule {
145 161 color: #00aa00;
146 162 font-weight: bold;
147 163