nav-menus.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909
  1. /* nav-menu */
  2. /* @todo: determine if this is truly for nav menus only */
  3. .no-js #message {
  4. display: block;
  5. }
  6. ul.add-menu-item-tabs li {
  7. padding: 3px 5px 4px 8px;
  8. }
  9. .accordion-section ul.category-tabs,
  10. .accordion-section ul.add-menu-item-tabs,
  11. .accordion-section ul.wp-tab-bar {
  12. margin: 0;
  13. }
  14. .accordion-section .categorychecklist {
  15. margin: 13px 0;
  16. }
  17. #nav-menu-meta .accordion-section-content {
  18. padding: 18px 13px;
  19. }
  20. #nav-menu-meta .button-controls {
  21. margin-bottom: 0;
  22. }
  23. .has-no-menu-item .button-controls {
  24. display: none;
  25. }
  26. #nav-menus-frame {
  27. margin-left: 300px;
  28. margin-top: 23px;
  29. }
  30. #wpbody-content #menu-settings-column {
  31. display: inline;
  32. width: 281px;
  33. margin-left: -300px;
  34. clear: both;
  35. float: left;
  36. padding-top: 0;
  37. }
  38. #menu-settings-column .inside {
  39. clear: both;
  40. margin: 10px 0 0;
  41. }
  42. .metabox-holder-disabled .postbox,
  43. .metabox-holder-disabled .accordion-section-content,
  44. .metabox-holder-disabled .accordion-section-title {
  45. opacity: 0.5;
  46. filter: alpha(opacity=50);
  47. }
  48. .metabox-holder-disabled .button-controls .select-all {
  49. display: none;
  50. }
  51. #wpbody {
  52. position: relative;
  53. }
  54. .blank-slate .menu-settings {
  55. border: none;
  56. margin-top: 0;
  57. padding-top: 0;
  58. overflow: hidden;
  59. }
  60. .is-submenu {
  61. color: #555d66; /* #fafafa background */
  62. font-style: italic;
  63. font-weight: 400;
  64. margin-left: 4px;
  65. }
  66. .manage-menus {
  67. margin-top: 23px;
  68. padding: 10px;
  69. overflow: hidden;
  70. background: #fbfbfb;
  71. }
  72. .manage-menus .selected-menu,
  73. .manage-menus select,
  74. .manage-menus .submit-btn,
  75. .nav-menus-php .add-new-menu-action {
  76. display: inline-block;
  77. margin-right: 3px;
  78. vertical-align: middle;
  79. }
  80. .manage-menus select,
  81. .menu-location-menus select {
  82. max-width: 100%;
  83. }
  84. .menu-edit #post-body-content h3 {
  85. margin: 1em 0 10px;
  86. }
  87. .menu-settings {
  88. border-top: 1px solid #eee;
  89. margin-top: 2em;
  90. }
  91. .menu-settings-group {
  92. margin: 0 0 10px;
  93. overflow: hidden;
  94. padding-left: 20%;
  95. }
  96. .menu-settings-group:last-of-type {
  97. margin-bottom: 0;
  98. }
  99. .menu-settings-input {
  100. float: left;
  101. margin: 0;
  102. width: 100%;
  103. }
  104. .menu-settings-group-name {
  105. float: left;
  106. clear: both;
  107. width: 25%;
  108. padding: 3px 0 0;
  109. margin-left: -25%; /* 20 container left padding x ( 100 container % width / 80 this % width ) */
  110. }
  111. .menu-settings label {
  112. vertical-align: baseline;
  113. }
  114. .menu-edit .checkbox-input {
  115. margin-top: 4px;
  116. }
  117. .theme-location-set {
  118. color: #72777c;
  119. font-size: 11px;
  120. }
  121. /* Menu Container */
  122. /* @todo: responsive view. */
  123. #menu-management-liquid {
  124. float: left;
  125. min-width: 100%;
  126. margin-top: 3px;
  127. }
  128. /* @todo: responsive view. */
  129. #menu-management {
  130. position: relative;
  131. margin-right: 20px;
  132. margin-top: -3px;
  133. width: 100%;
  134. }
  135. #menu-management .menu-edit {
  136. margin-bottom: 20px;
  137. }
  138. .nav-menus-php #post-body {
  139. padding: 0 10px;
  140. border-top: 1px solid #fff;
  141. border-bottom: 1px solid #ddd;
  142. background: #fff;
  143. }
  144. #nav-menu-header,
  145. #nav-menu-footer {
  146. padding: 0 10px;
  147. background: #f5f5f5;
  148. }
  149. #nav-menu-header {
  150. border-bottom: 1px solid #ddd;
  151. margin-bottom: 0;
  152. }
  153. #nav-menu-header .menu-name-label {
  154. display: inline-block;
  155. vertical-align: middle;
  156. margin-right: 7px;
  157. font-style: italic;
  158. }
  159. .nav-menus-php #post-body div.updated,
  160. .nav-menus-php #post-body div.error {
  161. margin: 0;
  162. }
  163. .nav-menus-php #post-body-content {
  164. position: relative;
  165. float: none;
  166. }
  167. .nav-menus-php #post-body-content .post-body-plain {
  168. margin-bottom: 0;
  169. }
  170. #menu-management .menu-add-new abbr {
  171. font-weight: 600;
  172. }
  173. #select-nav-menu-container {
  174. text-align: right;
  175. padding: 0 10px 3px 10px;
  176. margin-bottom: 5px;
  177. }
  178. #select-nav-menu {
  179. width: 100px;
  180. display: inline;
  181. }
  182. #menu-name-label {
  183. margin-top: -2px;
  184. }
  185. .widefat .menu-locations .menu-location-title {
  186. padding: 13px 10px 0;
  187. }
  188. .menu-location-title label {
  189. font-weight: 600;
  190. }
  191. .menu-location-menus select {
  192. float: left;
  193. }
  194. #locations-nav-menu-wrapper {
  195. padding: 5px 0;
  196. }
  197. .locations-nav-menu-select select {
  198. float: left;
  199. width: 160px;
  200. margin-right: 5px;
  201. }
  202. .locations-row-links {
  203. float: left;
  204. margin: 6px 0 0 6px;
  205. }
  206. .locations-edit-menu-link,
  207. .locations-add-menu-link {
  208. margin: 0 3px;
  209. }
  210. .locations-edit-menu-link {
  211. padding-right: 3px;
  212. border-right: 1px solid #ccc;
  213. }
  214. #menu-management .inside {
  215. padding: 0 10px;
  216. }
  217. /* Add Menu Item Boxes */
  218. .postbox .howto input,
  219. .customlinkdiv .menu-item-textbox {
  220. width: 180px;
  221. float: right;
  222. }
  223. .accordion-container .outer-border {
  224. margin: 0;
  225. }
  226. .customlinkdiv p {
  227. margin-top: 0
  228. }
  229. #nav-menu-theme-locations .howto select {
  230. width: 100%;
  231. }
  232. #nav-menu-theme-locations .button-controls {
  233. text-align: right;
  234. }
  235. .add-menu-item-view-all {
  236. height: 400px;
  237. }
  238. /* Button Primary Actions */
  239. #menu-container .submit {
  240. margin: 0 0 10px;
  241. padding: 0;
  242. }
  243. /* @todo: is this actually used? */
  244. #cancel-save {
  245. text-decoration: underline;
  246. font-size: 12px;
  247. margin-left: 20px;
  248. margin-top: 5px;
  249. }
  250. .button.right, .button-secondary.right, .button-primary.right {
  251. float: right;
  252. }
  253. /* Button Secondary Actions */
  254. .list-controls {
  255. float: left;
  256. margin-top: 5px;
  257. }
  258. .add-to-menu {
  259. float: right;
  260. }
  261. .button-controls {
  262. clear: both;
  263. margin: 10px 0;
  264. }
  265. .show-all,
  266. .hide-all {
  267. cursor: pointer;
  268. }
  269. .hide-all {
  270. display: none;
  271. }
  272. /* Create Menu */
  273. #menu-name {
  274. width: 270px;
  275. vertical-align: middle;
  276. }
  277. #manage-menu .inside {
  278. padding: 0px 0px;
  279. }
  280. /* Custom Links */
  281. #available-links dt {
  282. display: block;
  283. }
  284. #add-custom-link .howto {
  285. font-size: 12px;
  286. }
  287. #add-custom-link label span {
  288. display: block;
  289. float: left;
  290. margin-top: 5px;
  291. padding-right: 5px;
  292. }
  293. .menu-item-textbox {
  294. width: 180px;
  295. }
  296. .customlinkdiv label,
  297. .nav-menus-php .howto span {
  298. float: left;
  299. margin-top: 6px;
  300. }
  301. /* Menu item types */
  302. .quick-search {
  303. width: 190px;
  304. }
  305. .quick-search-wrap .spinner {
  306. float: none;
  307. margin: -3px -10px 0 0;
  308. }
  309. .nav-menus-php .list-wrap {
  310. display: none;
  311. clear: both;
  312. margin-bottom: 10px;
  313. }
  314. .nav-menus-php .postbox p.submit {
  315. margin-bottom: 0;
  316. }
  317. /* Listings */
  318. .nav-menus-php .list li {
  319. display: none;
  320. margin: 0;
  321. margin-bottom: 5px;
  322. }
  323. .nav-menus-php .list li .menu-item-title {
  324. cursor: pointer;
  325. display: block;
  326. }
  327. .nav-menus-php .list li .menu-item-title input {
  328. margin-right: 3px;
  329. margin-top: -3px;
  330. }
  331. .menu-item-title input[type=checkbox] {
  332. display: inline-block;
  333. margin-top: -4px;
  334. }
  335. .menu-item-title .post-state {
  336. font-weight: 600;
  337. }
  338. /* Nav Menu */
  339. #menu-container .inside {
  340. padding-bottom: 10px;
  341. }
  342. .menu {
  343. padding-top: 1em;
  344. }
  345. #menu-to-edit {
  346. margin: 0;
  347. padding: 0.1em 0;
  348. }
  349. .menu ul {
  350. width: 100%;
  351. }
  352. .menu li {
  353. margin-bottom: 0;
  354. position: relative;
  355. }
  356. .menu-item-bar {
  357. clear: both;
  358. line-height: 1.5;
  359. position: relative;
  360. margin: 9px 0 0;
  361. }
  362. .menu-item-bar .menu-item-handle {
  363. border: 1px solid #ddd;
  364. position: relative;
  365. padding: 10px 15px;
  366. height: auto;
  367. min-height: 20px;
  368. width: 382px;
  369. line-height: 2.30769230;
  370. overflow: hidden;
  371. word-wrap: break-word;
  372. }
  373. .menu-item-bar .menu-item-handle:hover {
  374. border-color: #999;
  375. }
  376. #menu-to-edit .menu-item-invalid .menu-item-handle {
  377. background: #f6c9cc;
  378. border-color: #f1acb1;
  379. }
  380. .no-js .menu-item-edit-active .item-edit {
  381. display: none;
  382. }
  383. .js .menu-item-handle {
  384. cursor: move;
  385. }
  386. .menu li.deleting .menu-item-handle {
  387. background-image: none;
  388. background-color: #f66;
  389. }
  390. .menu-item-handle .item-title {
  391. font-size: 13px;
  392. font-weight: 600;
  393. line-height: 1.53846153;
  394. display: block;
  395. /* @todo: responsive view. */
  396. margin-right: 13em;
  397. }
  398. .menu-item-handle .menu-item-title.no-title {
  399. color: #72777c;
  400. }
  401. /* Sortables */
  402. li.menu-item.ui-sortable-helper .menu-item-bar {
  403. margin-top: 0;
  404. }
  405. li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar {
  406. margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */
  407. }
  408. .menu .sortable-placeholder {
  409. height: 35px;
  410. width: 410px;
  411. margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */
  412. }
  413. /* Hide the transport list when it's empty */
  414. .menu-item .menu-item-transport:empty {
  415. display: none;
  416. }
  417. /* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */
  418. .menu-item-depth-0 { margin-left: 0px; }
  419. .menu-item-depth-1 { margin-left: 30px; }
  420. .menu-item-depth-2 { margin-left: 60px; }
  421. .menu-item-depth-3 { margin-left: 90px; }
  422. .menu-item-depth-4 { margin-left: 120px; }
  423. .menu-item-depth-5 { margin-left: 150px; }
  424. .menu-item-depth-6 { margin-left: 180px; }
  425. .menu-item-depth-7 { margin-left: 210px; }
  426. .menu-item-depth-8 { margin-left: 240px; }
  427. .menu-item-depth-9 { margin-left: 270px; }
  428. .menu-item-depth-10 { margin-left: 300px; }
  429. .menu-item-depth-11 { margin-left: 330px; }
  430. .menu-item-depth-0 .menu-item-transport { margin-left: 0px; }
  431. .menu-item-depth-1 .menu-item-transport { margin-left: -30px; }
  432. .menu-item-depth-2 .menu-item-transport { margin-left: -60px; }
  433. .menu-item-depth-3 .menu-item-transport { margin-left: -90px; }
  434. .menu-item-depth-4 .menu-item-transport { margin-left: -120px; }
  435. .menu-item-depth-5 .menu-item-transport { margin-left: -150px; }
  436. .menu-item-depth-6 .menu-item-transport { margin-left: -180px; }
  437. .menu-item-depth-7 .menu-item-transport { margin-left: -210px; }
  438. .menu-item-depth-8 .menu-item-transport { margin-left: -240px; }
  439. .menu-item-depth-9 .menu-item-transport { margin-left: -270px; }
  440. .menu-item-depth-10 .menu-item-transport { margin-left: -300px; }
  441. .menu-item-depth-11 .menu-item-transport { margin-left: -330px; }
  442. body.menu-max-depth-0 { min-width: 950px !important; }
  443. body.menu-max-depth-1 { min-width: 980px !important; }
  444. body.menu-max-depth-2 { min-width: 1010px !important; }
  445. body.menu-max-depth-3 { min-width: 1040px !important; }
  446. body.menu-max-depth-4 { min-width: 1070px !important; }
  447. body.menu-max-depth-5 { min-width: 1100px !important; }
  448. body.menu-max-depth-6 { min-width: 1130px !important; }
  449. body.menu-max-depth-7 { min-width: 1160px !important; }
  450. body.menu-max-depth-8 { min-width: 1190px !important; }
  451. body.menu-max-depth-9 { min-width: 1220px !important; }
  452. body.menu-max-depth-10 { min-width: 1250px !important; }
  453. body.menu-max-depth-11 { min-width: 1280px !important; }
  454. /* Menu item controls */
  455. .item-type {
  456. display: inline-block;
  457. padding: 12px 16px;
  458. color: #666;
  459. font-size: 12px;
  460. line-height: 1.5;
  461. }
  462. .item-controls {
  463. font-size: 12px;
  464. position: absolute;
  465. right: 20px;
  466. top: -1px;
  467. }
  468. .item-controls a {
  469. text-decoration: none;
  470. }
  471. .item-controls a:hover {
  472. cursor: pointer;
  473. }
  474. .item-controls .item-order {
  475. padding-right: 10px;
  476. }
  477. .nav-menus-php .item-edit {
  478. position: absolute;
  479. right: -20px;
  480. top: 0;
  481. display: block;
  482. width: 30px;
  483. height: 40px;
  484. outline: none;
  485. }
  486. .no-js.nav-menus-php .item-edit {
  487. position: static;
  488. float: right;
  489. width: auto;
  490. height: auto;
  491. margin: 12px -10px 12px 0;
  492. padding: 0;
  493. color: #0073aa;
  494. text-decoration: underline;
  495. font-size: 12px;
  496. line-height: 1.5;
  497. }
  498. .no-js.nav-menus-php .item-edit .screen-reader-text {
  499. position: static;
  500. -webkit-clip-path: none;
  501. clip-path: none;
  502. width: auto;
  503. height: auto;
  504. margin: 0;
  505. }
  506. .nav-menus-php .item-edit:before {
  507. margin-top: 10px;
  508. margin-left: 4px;
  509. width: 20px;
  510. border-radius: 50%;
  511. text-indent: -1px; /* account for the dashicon alignment */
  512. }
  513. .no-js.nav-menus-php .item-edit:before {
  514. display: none;
  515. }
  516. .rtl .nav-menus-php .item-edit:before {
  517. text-indent: 1px; /* account for the dashicon alignment */
  518. }
  519. .js.nav-menus-php .item-edit:focus {
  520. box-shadow: none;
  521. }
  522. .nav-menus-php .item-edit:focus:before {
  523. box-shadow:
  524. 0 0 0 1px #5b9dd9,
  525. 0 0 2px 1px rgba(30, 140, 190, 0.8);
  526. }
  527. /* Menu editing */
  528. .menu-instructions-inactive {
  529. display: none;
  530. }
  531. .menu-item-settings {
  532. display: block;
  533. width: 402px;
  534. padding: 10px 0 10px 10px;
  535. position: relative;
  536. z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
  537. border: 1px solid #ccd0d4;
  538. border-top: none;
  539. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  540. }
  541. .menu-item-settings .field-move {
  542. margin: 3px 0 5px;
  543. line-height: 1.5;
  544. }
  545. .field-move-visual-label {
  546. float: left;
  547. margin-right: 4px;
  548. font-style: italic;
  549. }
  550. .menu-item-settings .field-move .button-link {
  551. display: none;
  552. margin: 0 2px;
  553. font-style: italic;
  554. }
  555. .menu-item-edit-active .menu-item-settings {
  556. display: block;
  557. }
  558. .menu-item-edit-inactive .menu-item-settings {
  559. display: none;
  560. }
  561. .add-menu-item-pagelinks {
  562. margin: .5em -10px;
  563. text-align: center;
  564. }
  565. .add-menu-item-pagelinks .page-numbers {
  566. display: inline-block;
  567. min-width: 20px;
  568. }
  569. .add-menu-item-pagelinks .page-numbers.dots {
  570. min-width: 0;
  571. }
  572. .link-to-original {
  573. display: block;
  574. margin: 0 0 15px;
  575. padding: 3px 5px 5px;
  576. border: 1px solid #ddd;
  577. color: #72777c;
  578. font-size: 12px;
  579. font-style: italic;
  580. }
  581. .link-to-original a {
  582. padding-left: 4px;
  583. font-style: normal;
  584. }
  585. .hidden-field {
  586. display: none;
  587. }
  588. .menu-item-settings .description-thin,
  589. .menu-item-settings .description-wide {
  590. margin-right: 10px;
  591. float: left;
  592. }
  593. .description-thin {
  594. width: 190px;
  595. }
  596. .description-wide {
  597. width: 390px;
  598. }
  599. .menu-item-actions {
  600. padding-top: 15px;
  601. padding-bottom: 7px;
  602. }
  603. #cancel-save {
  604. cursor: pointer;
  605. }
  606. /* Major/minor publishing actions (classes) */
  607. .nav-menus-php .major-publishing-actions {
  608. clear: both;
  609. padding: 10px 0;
  610. line-height: 2.15384615;
  611. }
  612. .nav-menus-php .major-publishing-actions .publishing-action {
  613. text-align: right;
  614. float: right;
  615. }
  616. .nav-menus-php .blank-slate .menu-settings {
  617. display: none;
  618. }
  619. /* Same as the Publish Meta Box #delete-action */
  620. .nav-menus-php .delete-action {
  621. float: left;
  622. line-height: 2.1;
  623. }
  624. .nav-menus-php .major-publishing-actions .form-invalid {
  625. padding-left: 4px;
  626. margin-left: -4px;
  627. }
  628. #nav-menus-frame,
  629. .button-controls,
  630. #menu-item-url-wrap,
  631. #menu-item-name-wrap {
  632. display: block;
  633. }
  634. /* =Media Queries
  635. -------------------------------------------------------------- */
  636. @media only screen and (min-width: 769px) and (max-width: 1000px){
  637. body.menu-max-depth-0 {
  638. min-width: 0 !important;
  639. }
  640. #menu-management-liquid{
  641. width: 100%;
  642. }
  643. .nav-menus-php #post-body-content{
  644. min-width: 0;
  645. }
  646. .menu-item-bar .menu-item-handle{
  647. width: 90%;
  648. }
  649. }
  650. @media screen and (max-width: 782px) {
  651. body.nav-menus-php,
  652. body.wp-customizer {
  653. min-width: 0 !important;
  654. }
  655. #nav-menus-frame {
  656. margin-left: 0;
  657. float: none;
  658. width: 100%;
  659. }
  660. #wpbody-content #menu-settings-column {
  661. display: block;
  662. width: 100%;
  663. float: none;
  664. margin-left: 0;
  665. }
  666. #side-sortables .add-menu-item-tabs {
  667. margin: 15px 0 14px;
  668. }
  669. ul.add-menu-item-tabs li.tabs {
  670. padding: 13px 15px 14px;
  671. }
  672. .nav-menus-php .customlinkdiv .howto input {
  673. width: 65%;
  674. }
  675. .nav-menus-php .quick-search {
  676. width: 85%;
  677. }
  678. #menu-management-liquid {
  679. margin-top: 25px;
  680. }
  681. .nav-menus-php .menu-name-label.howto span {
  682. margin-top: 13px
  683. }
  684. #menu-name {
  685. width: 100%;
  686. }
  687. .nav-menus-php #nav-menu-header .major-publishing-actions .publishing-action {
  688. padding-top: 1em;
  689. }
  690. .nav-menus-php .delete-action {
  691. font-size: 14px;
  692. line-height: 2.14285714;
  693. }
  694. .menu-item-bar .menu-item-handle,
  695. .menu-item-settings,
  696. .description-wide {
  697. width: auto;
  698. }
  699. .menu-item-settings {
  700. padding: 10px;
  701. }
  702. .menu-item-settings .description-thin,
  703. .menu-item-settings .description-wide {
  704. width: 100%;
  705. }
  706. .menu-item-settings input {
  707. width: 100%;
  708. }
  709. .menu-item-settings input[type="checkbox"],
  710. .menu-item-settings input[type="radio"] {
  711. width: 25px;
  712. }
  713. .menu-settings-group {
  714. padding-left: 0;
  715. }
  716. .menu-settings-group-name {
  717. float: none;
  718. width: auto;
  719. margin-left: 0;
  720. margin-bottom: 15px;
  721. }
  722. .menu-settings-input {
  723. float: none;
  724. margin-bottom: 15px;
  725. }
  726. .menu-edit .checkbox-input {
  727. margin-top: 0;
  728. }
  729. .manage-menus select {
  730. margin: 0.5em 0;
  731. }
  732. .widefat .menu-locations .menu-location-title {
  733. padding-top: 16px;
  734. }
  735. }
  736. @media only screen and (max-width: 768px) {
  737. /* menu locations */
  738. #menu-locations-wrap .widefat {
  739. width: 100%;
  740. }
  741. }