nav-menus-rtl.css (17777B)
1 /*! This file is auto-generated */ 2 /* nav-menu */ 3 4 /* @todo: determine if this is truly for nav menus only */ 5 .no-js #message { 6 display: block; 7 } 8 9 ul.add-menu-item-tabs li { 10 padding: 3px 8px 4px 5px; 11 } 12 13 .accordion-section ul.category-tabs, 14 .accordion-section ul.add-menu-item-tabs, 15 .accordion-section ul.wp-tab-bar { 16 margin: 0; 17 } 18 19 .accordion-section .categorychecklist { 20 margin: 13px 0; 21 } 22 23 #nav-menu-meta .accordion-section-content { 24 padding: 18px 13px; 25 } 26 27 #nav-menu-meta .button-controls { 28 margin-bottom: 0; 29 } 30 31 .has-no-menu-item .button-controls { 32 display: none; 33 } 34 35 #nav-menus-frame { 36 margin-right: 300px; 37 margin-top: 23px; 38 } 39 40 #wpbody-content #menu-settings-column { 41 display: inline; 42 width: 281px; 43 margin-right: -300px; 44 clear: both; 45 float: right; 46 padding-top: 0; 47 } 48 49 #menu-settings-column .inside { 50 clear: both; 51 margin: 10px 0 0; 52 } 53 54 .metabox-holder-disabled .postbox, 55 .metabox-holder-disabled .accordion-section-content, 56 .metabox-holder-disabled .accordion-section-title { 57 opacity: 0.5; 58 filter: alpha(opacity=50); 59 } 60 61 .metabox-holder-disabled .button-controls .select-all { 62 display: none; 63 } 64 65 #wpbody { 66 position: relative; 67 } 68 69 .is-submenu { 70 color: #50575e; /* #fafafa background */ 71 font-style: italic; 72 font-weight: 400; 73 margin-right: 4px; 74 } 75 76 .manage-menus { 77 margin-top: 23px; 78 padding: 10px; 79 overflow: hidden; 80 background: #fff; 81 } 82 83 .manage-menus .selected-menu, 84 .manage-menus select, 85 .manage-menus .submit-btn, 86 .nav-menus-php .add-new-menu-action { 87 display: inline-block; 88 margin-left: 3px; 89 vertical-align: middle; 90 } 91 92 .manage-menus select, 93 .menu-location-menus select { 94 max-width: 100%; 95 } 96 97 .menu-edit #post-body-content h3 { 98 margin: 1em 0 10px; 99 } 100 101 #nav-menu-bulk-actions-top { 102 margin: 1em 0; 103 } 104 105 #nav-menu-bulk-actions-bottom { 106 margin: 1em 0; 107 margin: calc( 1em + 9px ) 0 ; 108 } 109 110 .bulk-actions input.button { 111 margin-left: 12px; 112 } 113 114 .bulk-select-button { 115 position: relative; 116 display: inline-block; 117 padding: 0 10px; 118 font-size: 13px; 119 line-height: 2.15384615; 120 height: auto; 121 min-height: 30px; 122 background: #f6f7f7; 123 vertical-align: top; 124 border: 1px solid #dcdcde; 125 margin: 0; 126 cursor: pointer; 127 border-radius: 3px; 128 white-space: nowrap; 129 box-sizing: border-box; 130 } 131 132 .bulk-selection .bulk-select-button { 133 color: #2271b1; 134 border-color: #2271b1; 135 background: #f6f7f7; 136 vertical-align: top; 137 } 138 139 #pending-menu-items-to-delete { 140 display: none; 141 } 142 143 .bulk-selection #pending-menu-items-to-delete { 144 display: block; 145 margin-top: 1em; 146 } 147 148 #pending-menu-items-to-delete p { 149 margin-bottom: 0; 150 } 151 152 #pending-menu-items-to-delete ul { 153 margin-top: 0; 154 list-style: none; 155 } 156 157 #pending-menu-items-to-delete ul li { 158 display: inline; 159 } 160 161 input.bulk-select-switcher + .bulk-select-button-label { 162 vertical-align: inherit; 163 } 164 165 label.bulk-select-button:hover, 166 label.bulk-select-button:active, 167 label.bulk-select-button:focus-within { 168 background: #f0f0f1; 169 border-color: #0a4b78; 170 color: #0a4b78; 171 } 172 173 input.bulk-select-switcher:focus + .bulk-select-button-label{ 174 color: #0a4b78; 175 } 176 177 .bulk-actions input.menu-items-delete { 178 -webkit-appearance: none; 179 appearance: none; 180 font-size: inherit; 181 border: 0; 182 line-height: 2.1em; 183 background: none; 184 cursor: pointer; 185 text-decoration: underline; 186 color: #b32d2e; 187 } 188 189 .bulk-actions input.menu-items-delete:hover { 190 color: #b32d2e; 191 border: none; 192 } 193 194 .bulk-actions input.menu-items-delete.disabled { 195 cursor: default; 196 color: #a7aaad; 197 box-shadow: none; 198 } 199 200 .menu-settings { 201 border-top: 1px solid #f0f0f1; 202 margin-top: 2em; 203 } 204 205 .menu-settings-group { 206 margin: 0 0 10px; 207 overflow: hidden; 208 padding-right: 20%; 209 } 210 211 .menu-settings-group:last-of-type { 212 margin-bottom: 0; 213 } 214 215 .menu-settings-input { 216 float: right; 217 margin: 0; 218 width: 100%; 219 } 220 221 .menu-settings-group-name { 222 float: right; 223 clear: both; 224 width: 25%; 225 padding: 3px 0 0; 226 margin-right: -25%; /* 20 container left padding x ( 100 container % width / 80 this % width ) */ 227 } 228 229 .menu-settings label { 230 vertical-align: baseline; 231 } 232 233 .menu-edit .checkbox-input { 234 margin-top: 4px; 235 } 236 237 .theme-location-set { 238 color: #646970; 239 font-size: 11px; 240 } 241 242 /* Menu Container */ 243 244 /* @todo: responsive view. */ 245 #menu-management-liquid { 246 float: right; 247 min-width: 100%; 248 margin-top: 3px; 249 } 250 251 /* @todo: responsive view. */ 252 #menu-management { 253 position: relative; 254 margin-left: 20px; 255 margin-top: -3px; 256 width: 100%; 257 } 258 259 #menu-management .menu-edit { 260 margin-bottom: 20px; 261 } 262 263 .nav-menus-php #post-body { 264 padding: 0 10px; 265 border-top: 1px solid #fff; 266 border-bottom: 1px solid #dcdcde; 267 background: #fff; 268 } 269 270 #nav-menu-header, 271 #nav-menu-footer { 272 padding: 0 10px; 273 background: #f6f7f7; 274 } 275 276 #nav-menu-header { 277 border-bottom: 1px solid #dcdcde; 278 margin-bottom: 0; 279 } 280 281 #nav-menu-header .menu-name-label { 282 display: inline-block; 283 vertical-align: middle; 284 margin-left: 7px; 285 } 286 287 .nav-menus-php #post-body div.updated, 288 .nav-menus-php #post-body div.error { 289 margin: 0; 290 } 291 292 .nav-menus-php #post-body-content { 293 position: relative; 294 float: none; 295 } 296 297 .nav-menus-php #post-body-content .post-body-plain { 298 margin-bottom: 0; 299 } 300 301 #menu-management .menu-add-new abbr { 302 font-weight: 600; 303 } 304 305 #select-nav-menu-container { 306 text-align: left; 307 padding: 0 10px 3px 10px; 308 margin-bottom: 5px; 309 } 310 311 #select-nav-menu { 312 width: 100px; 313 display: inline; 314 } 315 316 #menu-name-label { 317 margin-top: -2px; 318 } 319 320 .widefat .menu-locations .menu-location-title { 321 padding: 13px 10px 0; 322 } 323 324 .menu-location-title label { 325 font-weight: 600; 326 } 327 328 .menu-location-menus select { 329 float: right; 330 } 331 332 #locations-nav-menu-wrapper { 333 padding: 5px 0; 334 } 335 336 .locations-nav-menu-select select { 337 float: right; 338 width: 160px; 339 margin-left: 5px; 340 } 341 342 .locations-row-links { 343 float: right; 344 margin: 6px 6px 0 0; 345 } 346 347 .locations-edit-menu-link, 348 .locations-add-menu-link { 349 margin: 0 3px; 350 } 351 352 .locations-edit-menu-link { 353 padding-left: 3px; 354 border-left: 1px solid #c3c4c7; 355 } 356 357 #menu-management .inside { 358 padding: 0 10px; 359 } 360 361 /* Add Menu Item Boxes */ 362 .postbox .howto input, 363 .customlinkdiv .menu-item-textbox { 364 width: 180px; 365 float: left; 366 } 367 368 .accordion-container .outer-border { 369 margin: 0; 370 } 371 372 .customlinkdiv p { 373 margin-top: 0 374 } 375 376 #nav-menu-theme-locations .howto select { 377 width: 100%; 378 } 379 380 #nav-menu-theme-locations .button-controls { 381 text-align: left; 382 } 383 384 .add-menu-item-view-all { 385 height: 400px; 386 } 387 388 /* Button Primary Actions */ 389 #menu-container .submit { 390 margin: 0 0 10px; 391 padding: 0; 392 } 393 394 /* @todo: is this actually used? */ 395 #cancel-save { 396 text-decoration: underline; 397 font-size: 12px; 398 margin-right: 20px; 399 margin-top: 5px; 400 } 401 402 .button.right, .button-secondary.right, .button-primary.right { 403 float: left; 404 } 405 406 /* Button Secondary Actions */ 407 .list-controls { 408 float: right; 409 margin-top: 5px; 410 } 411 412 .add-to-menu { 413 float: left; 414 } 415 416 .button-controls { 417 clear: both; 418 margin: 10px 0; 419 } 420 421 .show-all, 422 .hide-all { 423 cursor: pointer; 424 } 425 426 .hide-all { 427 display: none; 428 } 429 430 /* Create Menu */ 431 #menu-name { 432 width: 270px; 433 vertical-align: middle; 434 } 435 436 #manage-menu .inside { 437 padding: 0px 0px; 438 } 439 440 /* Custom Links */ 441 #available-links dt { 442 display: block; 443 } 444 445 #add-custom-link .howto { 446 font-size: 12px; 447 } 448 449 #add-custom-link label span { 450 display: block; 451 float: right; 452 margin-top: 5px; 453 padding-left: 5px; 454 } 455 456 .menu-item-textbox { 457 width: 180px; 458 } 459 460 .customlinkdiv label, 461 .nav-menus-php .howto span { 462 float: right; 463 margin-top: 6px; 464 } 465 466 /* Menu item types */ 467 .quick-search { 468 width: 190px; 469 } 470 471 .quick-search-wrap .spinner { 472 float: none; 473 margin: -3px 0 0 -10px; 474 } 475 476 .nav-menus-php .list-wrap { 477 display: none; 478 clear: both; 479 margin-bottom: 10px; 480 } 481 482 .nav-menus-php .postbox p.submit { 483 margin-bottom: 0; 484 } 485 486 /* Listings */ 487 .nav-menus-php .list li { 488 display: none; 489 margin: 0 0 5px; 490 } 491 492 .nav-menus-php .list li .menu-item-title { 493 cursor: pointer; 494 display: block; 495 } 496 497 .nav-menus-php .list li .menu-item-title input { 498 margin-left: 3px; 499 margin-top: -3px; 500 } 501 502 .menu-item-title input[type=checkbox] { 503 display: inline-block; 504 margin-top: -4px; 505 } 506 507 .menu-item-title .post-state { 508 font-weight: 600; 509 } 510 511 /* Nav Menu */ 512 #menu-container .inside { 513 padding-bottom: 10px; 514 } 515 516 .menu { 517 padding-top: 1em; 518 } 519 520 #menu-to-edit { 521 margin: 0; 522 padding: 0.1em 0; 523 } 524 525 .menu ul { 526 width: 100%; 527 } 528 529 .menu li { 530 margin-bottom: 0; 531 position: relative; 532 } 533 534 .menu-item-bar { 535 clear: both; 536 line-height: 1.5; 537 position: relative; 538 margin: 9px 0 0; 539 } 540 541 .menu-item-bar .menu-item-handle { 542 border: 1px solid #dcdcde; 543 position: relative; 544 padding: 10px 15px; 545 height: auto; 546 min-height: 20px; 547 max-width: 382px; 548 line-height: 2.30769230; 549 overflow: hidden; 550 word-wrap: break-word; 551 } 552 553 .menu-item-bar .menu-item-handle:hover { 554 border-color: #8c8f94; 555 } 556 557 #menu-to-edit .menu-item-invalid .menu-item-handle { 558 background: #fcf0f1; 559 border-color: #d63638; 560 } 561 562 .no-js .menu-item-edit-active .item-edit { 563 display: none; 564 } 565 566 .js .menu-item-handle { 567 cursor: move; 568 } 569 570 .menu li.deleting .menu-item-handle { 571 background-image: none; 572 background-color: #f86368; 573 } 574 575 .menu-item-handle .item-title { 576 font-size: 13px; 577 font-weight: 600; 578 line-height: 1.53846153; 579 display: block; 580 /* @todo: responsive view. */ 581 margin-left: 13em; 582 } 583 584 .menu-item-handle .menu-item-checkbox { 585 display: none; 586 } 587 588 .bulk-selection .menu-item-handle .menu-item-checkbox { 589 display: inline-block; 590 margin-left: 6px; 591 } 592 593 .menu-item-handle .menu-item-title.no-title { 594 color: #646970; 595 } 596 597 /* Sortables */ 598 li.menu-item.ui-sortable-helper .menu-item-bar { 599 margin-top: 0; 600 } 601 602 li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar { 603 margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */ 604 } 605 606 .menu .sortable-placeholder { 607 height: 35px; 608 width: 410px; 609 margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */ 610 } 611 612 /* Hide the transport list when it's empty */ 613 .menu-item .menu-item-transport:empty { 614 display: none; 615 } 616 617 /* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */ 618 .menu-item-depth-0 { margin-right: 0px; } 619 .menu-item-depth-1 { margin-right: 30px; } 620 .menu-item-depth-2 { margin-right: 60px; } 621 .menu-item-depth-3 { margin-right: 90px; } 622 .menu-item-depth-4 { margin-right: 120px; } 623 .menu-item-depth-5 { margin-right: 150px; } 624 .menu-item-depth-6 { margin-right: 180px; } 625 .menu-item-depth-7 { margin-right: 210px; } 626 .menu-item-depth-8 { margin-right: 240px; } 627 .menu-item-depth-9 { margin-right: 270px; } 628 .menu-item-depth-10 { margin-right: 300px; } 629 .menu-item-depth-11 { margin-right: 330px; } 630 631 .menu-item-depth-0 .menu-item-transport { margin-right: 0px; } 632 .menu-item-depth-1 .menu-item-transport { margin-right: -30px; } 633 .menu-item-depth-2 .menu-item-transport { margin-right: -60px; } 634 .menu-item-depth-3 .menu-item-transport { margin-right: -90px; } 635 .menu-item-depth-4 .menu-item-transport { margin-right: -120px; } 636 .menu-item-depth-5 .menu-item-transport { margin-right: -150px; } 637 .menu-item-depth-6 .menu-item-transport { margin-right: -180px; } 638 .menu-item-depth-7 .menu-item-transport { margin-right: -210px; } 639 .menu-item-depth-8 .menu-item-transport { margin-right: -240px; } 640 .menu-item-depth-9 .menu-item-transport { margin-right: -270px; } 641 .menu-item-depth-10 .menu-item-transport { margin-right: -300px; } 642 .menu-item-depth-11 .menu-item-transport { margin-right: -330px; } 643 644 body.menu-max-depth-0 { min-width: 950px !important; } 645 body.menu-max-depth-1 { min-width: 980px !important; } 646 body.menu-max-depth-2 { min-width: 1010px !important; } 647 body.menu-max-depth-3 { min-width: 1040px !important; } 648 body.menu-max-depth-4 { min-width: 1070px !important; } 649 body.menu-max-depth-5 { min-width: 1100px !important; } 650 body.menu-max-depth-6 { min-width: 1130px !important; } 651 body.menu-max-depth-7 { min-width: 1160px !important; } 652 body.menu-max-depth-8 { min-width: 1190px !important; } 653 body.menu-max-depth-9 { min-width: 1220px !important; } 654 body.menu-max-depth-10 { min-width: 1250px !important; } 655 body.menu-max-depth-11 { min-width: 1280px !important; } 656 657 /* Menu item controls */ 658 .item-type { 659 display: inline-block; 660 padding: 12px 16px; 661 color: #646970; 662 font-size: 12px; 663 line-height: 1.5; 664 } 665 666 .item-controls { 667 font-size: 12px; 668 position: absolute; 669 left: 20px; 670 top: -1px; 671 } 672 673 .item-controls a { 674 text-decoration: none; 675 } 676 677 .item-controls a:hover { 678 cursor: pointer; 679 } 680 681 .item-controls .item-order { 682 padding-left: 10px; 683 } 684 685 .nav-menus-php .item-edit { 686 position: absolute; 687 left: -20px; 688 top: 0; 689 display: block; 690 width: 30px; 691 height: 40px; 692 outline: none; 693 } 694 695 .no-js.nav-menus-php .item-edit { 696 position: static; 697 float: left; 698 width: auto; 699 height: auto; 700 margin: 12px 0 12px -10px; 701 padding: 0; 702 color: #2271b1; 703 text-decoration: underline; 704 font-size: 12px; 705 line-height: 1.5; 706 } 707 708 .no-js.nav-menus-php .item-edit .screen-reader-text { 709 position: static; 710 -webkit-clip-path: none; 711 clip-path: none; 712 width: auto; 713 height: auto; 714 margin: 0; 715 } 716 717 .nav-menus-php .item-edit:before { 718 margin-top: 10px; 719 margin-right: 4px; 720 width: 20px; 721 border-radius: 50%; 722 text-indent: -1px; /* account for the dashicon alignment */ 723 } 724 725 .no-js.nav-menus-php .item-edit:before { 726 display: none; 727 } 728 729 .rtl .nav-menus-php .item-edit:before { 730 text-indent: 1px; /* account for the dashicon alignment */ 731 } 732 733 .js.nav-menus-php .item-edit:focus { 734 box-shadow: none; 735 } 736 737 .nav-menus-php .item-edit:focus:before { 738 box-shadow: 739 0 0 0 1px #4f94d4, 740 0 0 2px 1px rgba(79, 148, 212, 0.8); 741 } 742 743 /* Menu editing */ 744 .menu-instructions-inactive { 745 display: none; 746 } 747 748 .menu-item-settings { 749 display: block; 750 max-width: 392px; 751 padding: 10px; 752 position: relative; 753 z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */ 754 border: 1px solid #c3c4c7; 755 border-top: none; 756 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 757 } 758 759 .menu-item-settings .field-move { 760 margin: 3px 0 5px; 761 line-height: 1.5; 762 } 763 764 .field-move-visual-label { 765 float: right; 766 margin-left: 4px; 767 } 768 769 .menu-item-settings .field-move .button-link { 770 display: none; 771 margin: 0 2px; 772 } 773 774 .menu-item-edit-active .menu-item-settings { 775 display: block; 776 } 777 778 .menu-item-edit-inactive .menu-item-settings { 779 display: none; 780 } 781 782 .add-menu-item-pagelinks { 783 margin: .5em -10px; 784 text-align: center; 785 } 786 787 .add-menu-item-pagelinks .page-numbers { 788 display: inline-block; 789 min-width: 20px; 790 } 791 792 .add-menu-item-pagelinks .page-numbers.dots { 793 min-width: 0; 794 } 795 796 .link-to-original { 797 display: block; 798 margin: 0 0 15px; 799 padding: 3px 5px 5px; 800 border: 1px solid #dcdcde; 801 color: #646970; 802 font-size: 12px; 803 } 804 805 .link-to-original a { 806 padding-right: 4px; 807 font-style: normal; 808 } 809 810 .hidden-field { 811 display: none; 812 } 813 814 .menu-item-settings .description-thin, 815 .menu-item-settings .description-wide { 816 margin-left: 10px; 817 float: right; 818 } 819 820 .description-thin { 821 width: calc(50% - 5px); 822 } 823 824 .menu-item-settings .description-thin + .description-thin { 825 margin-left: 0; 826 } 827 828 .description-wide { 829 width: 100%; 830 } 831 832 .menu-item-actions { 833 padding-top: 15px; 834 padding-bottom: 7px; 835 } 836 837 #cancel-save { 838 cursor: pointer; 839 } 840 841 /* Major/minor publishing actions (classes) */ 842 .nav-menus-php .major-publishing-actions { 843 clear: both; 844 padding: 10px 0; 845 line-height: 2.15384615; 846 } 847 848 .nav-menus-php .major-publishing-actions .publishing-action { 849 text-align: left; 850 float: left; 851 } 852 853 /* Same as the Publish Meta Box #delete-action */ 854 .nav-menus-php .delete-action { 855 float: right; 856 line-height: 2.1; 857 } 858 859 .nav-menus-php .major-publishing-actions .form-invalid { 860 padding-right: 4px; 861 margin-right: -4px; 862 } 863 864 #nav-menus-frame, 865 .button-controls, 866 #menu-item-url-wrap, 867 #menu-item-name-wrap { 868 display: block; 869 } 870 871 /* =Media Queries 872 -------------------------------------------------------------- */ 873 874 @media only screen and (min-width: 769px) and (max-width: 1000px) { 875 body.menu-max-depth-0 { 876 min-width: 0 !important; 877 } 878 879 #menu-management-liquid { 880 width: 100%; 881 } 882 883 .nav-menus-php #post-body-content { 884 min-width: 0; 885 } 886 } 887 888 @media screen and (max-width: 782px) { 889 body.nav-menus-php, 890 body.wp-customizer { 891 min-width: 0 !important; 892 } 893 894 #nav-menus-frame { 895 margin-right: 0; 896 float: none; 897 width: 100%; 898 } 899 900 #wpbody-content #menu-settings-column { 901 display: block; 902 width: 100%; 903 float: none; 904 margin-right: 0; 905 } 906 907 #side-sortables .add-menu-item-tabs { 908 margin: 15px 0 14px; 909 } 910 911 ul.add-menu-item-tabs li.tabs { 912 padding: 13px 15px 14px; 913 } 914 915 .nav-menus-php .customlinkdiv .howto input { 916 width: 65%; 917 } 918 919 .nav-menus-php .quick-search { 920 width: 85%; 921 } 922 923 #menu-management-liquid { 924 margin-top: 25px; 925 } 926 927 .nav-menus-php .menu-name-label.howto span { 928 margin-top: 13px 929 } 930 931 #menu-name { 932 width: 100%; 933 } 934 935 .nav-menus-php #nav-menu-header .major-publishing-actions .publishing-action { 936 padding-top: 1em; 937 } 938 939 .nav-menus-php .delete-action { 940 font-size: 14px; 941 line-height: 2.14285714; 942 } 943 944 .menu-item-bar .menu-item-handle, 945 .menu-item-settings, 946 .description-wide { 947 width: auto; 948 } 949 950 .menu-item-settings { 951 padding: 10px; 952 } 953 954 .menu-item-settings .description-thin, 955 .menu-item-settings .description-wide { 956 width: 100%; 957 } 958 959 .menu-item-settings input { 960 width: 100%; 961 } 962 963 .menu-item-settings input[type="checkbox"], 964 .menu-item-settings input[type="radio"] { 965 width: 25px; 966 } 967 968 .menu-settings-group { 969 padding-right: 0; 970 overflow: visible; 971 } 972 973 .menu-settings-group-name { 974 float: none; 975 width: auto; 976 margin-right: 0; 977 margin-bottom: 15px; 978 } 979 980 .menu-settings-input { 981 float: none; 982 margin-bottom: 15px; 983 } 984 985 .menu-edit .checkbox-input { 986 margin-top: 0; 987 } 988 989 .manage-menus select { 990 margin: 0.5em 0; 991 } 992 993 .wp-core-ui .manage-menus .button { 994 margin-bottom: 0; 995 } 996 997 .widefat .menu-locations .menu-location-title { 998 padding-top: 16px; 999 } 1000 } 1001 1002 @media only screen and (min-width: 783px) { 1003 @supports (position: sticky) and (scroll-margin-bottom: 130px) { 1004 1005 #nav-menu-footer { 1006 position: sticky; 1007 bottom: 0; 1008 z-index: 10; 1009 box-shadow: 0 -1px 0 0px #ddd; 1010 } 1011 1012 #save_menu_header { 1013 display: none; 1014 } 1015 } 1016 } 1017 1018 @media only screen and (max-width: 768px) { 1019 /* menu locations */ 1020 #menu-locations-wrap .widefat { 1021 width: 100%; 1022 } 1023 }