wp/wp-admin/css/nav-menus.css
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
    61 	display: none;
    61 	display: none;
    62 }
    62 }
    63 
    63 
    64 #wpbody {
    64 #wpbody {
    65 	position: relative;
    65 	position: relative;
    66 }
       
    67 
       
    68 .blank-slate .menu-settings {
       
    69 	border: none;
       
    70 	margin-top: 0;
       
    71 	padding-top: 0;
       
    72 	overflow: hidden;
       
    73 }
    66 }
    74 
    67 
    75 .is-submenu {
    68 .is-submenu {
    76 	color: #555d66; /* #fafafa background */
    69 	color: #555d66; /* #fafafa background */
    77 	font-style: italic;
    70 	font-style: italic;
   187 
   180 
   188 #nav-menu-header .menu-name-label {
   181 #nav-menu-header .menu-name-label {
   189 	display: inline-block;
   182 	display: inline-block;
   190 	vertical-align: middle;
   183 	vertical-align: middle;
   191 	margin-right: 7px;
   184 	margin-right: 7px;
   192 	font-style: italic;
       
   193 }
   185 }
   194 
   186 
   195 .nav-menus-php #post-body div.updated,
   187 .nav-menus-php #post-body div.updated,
   196 .nav-menus-php #post-body div.error {
   188 .nav-menus-php #post-body div.error {
   197 	margin: 0;
   189 	margin: 0;
   409 }
   401 }
   410 
   402 
   411 .menu-item-title input[type=checkbox] {
   403 .menu-item-title input[type=checkbox] {
   412 	display: inline-block;
   404 	display: inline-block;
   413 	margin-top: -4px;
   405 	margin-top: -4px;
       
   406 }
       
   407 
       
   408 .menu-item-title .post-state {
       
   409 	font-weight: 600;
   414 }
   410 }
   415 
   411 
   416 /* Nav Menu */
   412 /* Nav Menu */
   417 #menu-container .inside {
   413 #menu-container .inside {
   418 	padding-bottom: 10px;
   414 	padding-bottom: 10px;
   448 	position: relative;
   444 	position: relative;
   449 	padding: 10px 15px;
   445 	padding: 10px 15px;
   450 	height: auto;
   446 	height: auto;
   451 	min-height: 20px;
   447 	min-height: 20px;
   452 	width: 382px;
   448 	width: 382px;
   453 	line-height: 2.4;
   449 	line-height: 2.30769230;
   454 	overflow: hidden;
   450 	overflow: hidden;
   455 	word-wrap: break-word;
   451 	word-wrap: break-word;
   456 }
   452 }
   457 
   453 
   458 .menu-item-bar .menu-item-handle:hover {
   454 .menu-item-bar .menu-item-handle:hover {
   478 }
   474 }
   479 
   475 
   480 .menu-item-handle .item-title {
   476 .menu-item-handle .item-title {
   481 	font-size: 13px;
   477 	font-size: 13px;
   482 	font-weight: 600;
   478 	font-weight: 600;
   483 	line-height: 1.6;
   479 	line-height: 1.53846153;
   484 	display: block;
   480 	display: block;
   485 	/* @todo: responsive view. */
   481 	/* @todo: responsive view. */
   486 	margin-right: 13em;
   482 	margin-right: 13em;
   487 }
   483 }
   488 
   484 
   645 	display: block;
   641 	display: block;
   646 	width: 402px;
   642 	width: 402px;
   647 	padding: 10px 0 10px 10px;
   643 	padding: 10px 0 10px 10px;
   648 	position: relative;
   644 	position: relative;
   649 	z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
   645 	z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
   650 	border: 1px solid #e5e5e5;
   646 	border: 1px solid #ccd0d4;
   651 	border-top: none;
   647 	border-top: none;
   652 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   648 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   653 }
   649 }
   654 
   650 
   655 .menu-item-settings .field-move {
   651 .menu-item-settings .field-move {
   658 }
   654 }
   659 
   655 
   660 .field-move-visual-label {
   656 .field-move-visual-label {
   661 	float: left;
   657 	float: left;
   662 	margin-right: 4px;
   658 	margin-right: 4px;
   663 	font-style: italic;
       
   664 }
   659 }
   665 
   660 
   666 .menu-item-settings .field-move .button-link {
   661 .menu-item-settings .field-move .button-link {
   667 	display: none;
   662 	display: none;
   668 	margin: 0 2px;
   663 	margin: 0 2px;
   669 	font-style: italic;
       
   670 }
   664 }
   671 
   665 
   672 .menu-item-edit-active .menu-item-settings {
   666 .menu-item-edit-active .menu-item-settings {
   673 	display: block;
   667 	display: block;
   674 }
   668 }
   696 	margin: 0 0 15px;
   690 	margin: 0 0 15px;
   697 	padding: 3px 5px 5px;
   691 	padding: 3px 5px 5px;
   698 	border: 1px solid #ddd;
   692 	border: 1px solid #ddd;
   699 	color: #72777c;
   693 	color: #72777c;
   700 	font-size: 12px;
   694 	font-size: 12px;
   701 	font-style: italic;
       
   702 }
   695 }
   703 
   696 
   704 .link-to-original a {
   697 .link-to-original a {
   705 	padding-left: 4px;
   698 	padding-left: 4px;
   706 	font-style: normal;
   699 	font-style: normal;
   735 
   728 
   736 /* Major/minor publishing actions (classes) */
   729 /* Major/minor publishing actions (classes) */
   737 .nav-menus-php .major-publishing-actions {
   730 .nav-menus-php .major-publishing-actions {
   738 	clear: both;
   731 	clear: both;
   739 	padding: 10px 0;
   732 	padding: 10px 0;
   740 	line-height: 2.1;
   733 	line-height: 2.15384615;
   741 }
   734 }
   742 
   735 
   743 .nav-menus-php .major-publishing-actions .publishing-action {
   736 .nav-menus-php .major-publishing-actions .publishing-action {
   744 	text-align: right;
   737 	text-align: right;
   745 	float: right;
   738 	float: right;
   746 }
       
   747 
       
   748 .nav-menus-php .blank-slate .menu-settings {
       
   749 	display: none;
       
   750 }
   739 }
   751 
   740 
   752 /* Same as the Publish Meta Box #delete-action */
   741 /* Same as the Publish Meta Box #delete-action */
   753 .nav-menus-php .delete-action {
   742 .nav-menus-php .delete-action {
   754 	float: left;
   743 	float: left;
   839 		padding-top: 1em;
   828 		padding-top: 1em;
   840 	}
   829 	}
   841 
   830 
   842 	.nav-menus-php .delete-action {
   831 	.nav-menus-php .delete-action {
   843 		font-size: 14px;
   832 		font-size: 14px;
   844 		line-height: 2.1;
   833 		line-height: 2.14285714;
   845 	}
   834 	}
   846 
   835 
   847 	.menu-item-bar .menu-item-handle,
   836 	.menu-item-bar .menu-item-handle,
   848 	.menu-item-settings,
   837 	.menu-item-settings,
   849 	.description-wide {
   838 	.description-wide {