Changeset 23226
- Timestamp:
- 12/28/2012 10:57:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/css/editor.css
r22881 r23226 1247 1247 #wp-link .link-search-field { 1248 1248 float: left; 1249 margin-right: 5px;1249 width: 220px; 1250 1250 } 1251 1251 … … 1261 1261 } 1262 1262 1263 #wp-link .link-search-wrapper input[type="text"] {1264 float: left;1265 width: 220px;1266 }1267 1268 1263 #wp-link .link-search-wrapper .spinner { 1269 margin: 4px 2px 0 0;1270 1264 display: none; 1271 1265 vertical-align: text-bottom; … … 1342 1336 } 1343 1337 1344 #wp-link 1338 #wp-link #search-panel { 1345 1339 float: left; 1346 1340 width: 100%; … … 1501 1495 } 1502 1496 1497 .rtl .wp-dialog .ui-dialog-titlebar-close { 1498 right: auto; 1499 left: 6px; 1500 } 1501 1503 1502 .wp-dialog .ui-dialog-titlebar-close:hover, 1504 1503 .wp-dialog .ui-dialog-titlebar-close:focus { … … 1520 1519 } 1521 1520 1522 .rtl #wp-link label span { 1521 .rtl #wp-link #link-options label span, 1522 .rtl #wp-link #search-panel label span.search-label { 1523 1523 text-align: left; 1524 padding-right: 0; 1524 1525 padding-left: 5px; 1525 padding-right: 0; 1526 } 1527 1526 } 1527 1528 .rtl #wp-link #link-options label #url-field { 1529 direction: ltr; 1530 } 1531 1532 .rtl #wp-link .link-search-field, 1528 1533 .rtl #wp-link .link-search-wrapper span { 1529 1534 float: right; 1530 1535 } 1531 1536 1532 .rtl #wp-link .link-search-wrapper input[type="text"] {1533 float: right;1534 }1535 1536 1537 .rtl #wp-link .link-target { 1537 margin: 0 87px 0 0; 1538 margin-right: 87px; 1539 margin-left: 0; 1538 1540 } 1539 1541
Note: See TracChangeset
for help on using the changeset viewer.