X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/48ab98cb1779cf2088c1351ac3dd3d0da6fb31d3..f34e3c5e1f96e4214461c0b72b651ad48ccffe50:/wp-admin/css/nav-menus-rtl.css diff --git a/wp-admin/css/nav-menus-rtl.css b/wp-admin/css/nav-menus-rtl.css index ed2405b4..a9b0133b 100644 --- a/wp-admin/css/nav-menus-rtl.css +++ b/wp-admin/css/nav-menus-rtl.css @@ -101,10 +101,6 @@ ul.add-menu-item-tabs li { margin-top: 1px; } -.menu-edit p { - margin: .3em 0 .6em; -} - .menu-edit #post-body-content h3 { margin: 1em 0 10px; } @@ -216,8 +212,16 @@ ul.add-menu-item-tabs li { margin-top: -2px; } -.widefat td.menu-location-menus { - padding-bottom: 5px; +.widefat .menu-locations tr + tr td { + padding-top: 0; +} + +.widefat .menu-locations td { + vertical-align: middle; +} + +.menu-location-title label { + font-weight: bold; } .menu-location-menus select { @@ -259,7 +263,7 @@ ul.add-menu-item-tabs li { } .js .input-with-default-title { - color: #aaa; + color: #a0a5aa; font-style: italic; } @@ -345,11 +349,6 @@ ul.add-menu-item-tabs li { float: left; } -.postbox .spinner { - display: none; - vertical-align: middle; -} - .button-controls { clear:both; margin: 10px 0; @@ -404,6 +403,11 @@ ul.add-menu-item-tabs li { width: 190px; } +.quick-search-wrap .spinner { + float: none; + margin: 0 5px; +} + .nav-menus-php .list-wrap { display: none; clear: both; @@ -471,6 +475,7 @@ ul.add-menu-item-tabs li { position: relative; padding: 10px 15px; height: auto; + min-height: 20px; width: 382px; line-height: 30px; overflow: hidden; @@ -512,11 +517,11 @@ ul.add-menu-item-tabs li { } /* Sortables */ -li.menu-item.ui-sortable-helper dl { +li.menu-item.ui-sortable-helper .menu-item-bar { margin-top: 0; } -li.menu-item.ui-sortable-helper .menu-item-transport dl { +li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar { margin-top: 13px; } @@ -526,7 +531,12 @@ li.menu-item.ui-sortable-helper .menu-item-transport dl { margin-top: 13px; } -/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */ +/* Hide the transport list when it's empty */ +.menu-item .menu-item-transport:empty { + display: none; +} + +/* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */ .menu-item-depth-0 { margin-right: 0px; } .menu-item-depth-1 { margin-right: 30px; } .menu-item-depth-2 { margin-right: 60px; } @@ -568,11 +578,11 @@ body.menu-max-depth-11 { min-width: 1280px !important; } /* Menu item controls */ .item-type { - color: #777; - font-size: 12px; + display: inline-block; padding: 12px 10px; + color: #666; + font-size: 12px; line-height: 18px; - display: block; } .item-controls { @@ -670,7 +680,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; } .description-thin { width: 190px; - height: 40px; } .description-wide { @@ -708,14 +717,14 @@ body.menu-max-depth-11 { min-width: 1280px !important; } } .nav-menus-php .submitbox .submitcancel { - border-bottom: 1px solid #0074a2; + border-bottom: 1px solid #0073aa; padding: 1px 2px; - color: #0074a2; + color: #0073aa; text-decoration: none; } .nav-menus-php .submitbox .submitcancel:hover { - background: #0074a2; + background: #0073aa; color: #fff; } @@ -824,13 +833,17 @@ body.menu-max-depth-11 { min-width: 1280px !important; } .menu-item-settings .description-thin, .menu-item-settings .description-wide { width: 100%; - height: auto; } .menu-item-settings input { width: 100%; } + .menu-item-settings input[type="checkbox"], + .menu-item-settings input[type="radio"] { + width: 25px; + } + .menu-settings dl { padding-right: 0; }