Changeset 22780
- Timestamp:
- 11/21/2012 06:00:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/css/media-views.css
r22739 r22780 13 13 line-height: 28px; 14 14 margin-top: 3px; 15 } 16 17 .media-modal { 18 font-family: sans-serif; 19 } 20 21 input[type="text"], 22 input[type="password"], 23 input[type="number"], 24 input[type="search"], 25 input[type="email"], 26 input[type="url"], 27 textarea, 28 select { 29 -moz-box-sizing: border-box; 30 -webkit-box-sizing: border-box; 31 -ms-box-sizing: border-box; /* ie8 only */ 32 box-sizing: border-box; 33 -webkit-border-radius: 3px; 34 border-radius: 3px; 35 border-width: 1px; 36 border-style: solid; 37 border-color: #dfdfdf; 38 } 39 40 input[type="search"] { 41 -webkit-appearance: textfield; 15 42 } 16 43 … … 209 236 min-width: 30%; 210 237 margin-right: 4%; 238 font-size: 12px; 211 239 } 212 240 … … 434 462 margin: 0 10px 20px; 435 463 color: #464646; 464 list-style: none; 436 465 437 466 -webkit-user-select: none;
Note: See TracChangeset
for help on using the changeset viewer.