Changeset 33331
- Timestamp:
- 07/20/2015 07:00:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/forms.css
r33275 r33331 1206 1206 max-width: none; 1207 1207 } 1208 }1209 1210 @media only screen and (max-width: 768px) {1211 .form-field input[type="text"],1212 .form-field input[type="email"],1213 .form-field input[type="password"],1214 .form-field select,1215 .form-field textarea {1216 width: 99%;1217 }1218 1219 .form-wrap .form-field {1220 padding:0;1221 }1222 1223 /* users */1224 #profile-page .form-table textarea {1225 max-width: 400px;1226 width: auto;1227 }1228 1208 1229 1209 /* New Password */ … … 1261 1241 } 1262 1242 1243 @media only screen and (max-width: 768px) { 1244 .form-field input[type="text"], 1245 .form-field input[type="email"], 1246 .form-field input[type="password"], 1247 .form-field select, 1248 .form-field textarea { 1249 width: 99%; 1250 } 1251 1252 .form-wrap .form-field { 1253 padding:0; 1254 } 1255 1256 /* users */ 1257 #profile-page .form-table textarea { 1258 max-width: 400px; 1259 width: auto; 1260 } 1261 } 1262 1263 1263 @media only screen and (max-height: 480px) { 1264 1264 /* Request Credentials */
Note: See TracChangeset
for help on using the changeset viewer.