Ticket #16954: minwidth.patch
| File minwidth.patch, 2.7 KB (added by , 15 years ago) |
|---|
-
wp-admin/css/dashboard.dev.css
36 36 padding: 0; 37 37 outline: none; 38 38 width: 99%; 39 min-width: 99%; 39 40 -moz-box-sizing: border-box; 40 41 -webkit-box-sizing: border-box; 41 42 box-sizing: border-box; -
wp-admin/css/media.dev.css
134 134 .describe input[type="text"], 135 135 .describe textarea { 136 136 width: 460px; 137 min-width: 460px; 137 138 border-width: 1px; 138 139 border-style: solid; 139 140 } -
wp-admin/css/plugin-install.dev.css
149 149 150 150 #plugin-information pre { 151 151 padding: 7px; 152 overflow: auto; 152 153 } -
wp-admin/css/theme-editor.dev.css
10 10 font-family: Consolas, Monaco, Courier, monospace; 11 11 font-size: 12px; 12 12 width: 97%; 13 min-width: 97%; 13 14 } 14 15 15 16 #template p { -
wp-admin/css/wp-admin.dev.css
193 193 194 194 textarea.all-options, input.all-options { 195 195 width: 250px; 196 min-width: 250px; 196 197 } 197 198 198 199 input.large-text, 199 200 textarea.large-text { 200 201 width: 99%; 202 min-width: 99%; 201 203 } 202 204 203 205 input.regular-text, … … 1701 1703 1702 1704 .inline-edit-row fieldset label textarea { 1703 1705 width: 100%; 1706 min-width: 100%; 1704 1707 height: 4em; 1705 1708 } 1706 1709 … … 2395 2398 #postcustomstuff table select, 2396 2399 #postcustomstuff table textarea { 2397 2400 width: 95%; 2401 min-width: 95%; 2398 2402 margin: 8px 0 8px 8px; 2399 2403 } 2400 2404 … … 2847 2851 #wpbody-content .describe input[type="text"], 2848 2852 #wpbody-content .describe textarea { 2849 2853 width: 460px; 2854 min-width: 460px; 2850 2855 } 2851 2856 2852 2857 #wpbody-content .describe p.help { -
wp-content/themes/twentyten/style.css
@@ -3874,6 +3883,7 @@ #profile-page .form-table textarea { width: 500px; + min-width: 500px; margin-bottom: 6px; }1088 1088 } 1089 1089 #respond textarea { 1090 1090 width: 98%; 1091 min-width: 98%; 1091 1092 } 1092 1093 #respond .form-allowed-tags { 1093 1094 color: #888;