wp/wp-admin/css/nav-menus-rtl.css
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   302 	font-weight: 600;
   302 	font-weight: 600;
   303 }
   303 }
   304 
   304 
   305 #select-nav-menu-container {
   305 #select-nav-menu-container {
   306 	text-align: left;
   306 	text-align: left;
   307 	padding: 0 10px 3px 10px;
   307 	padding: 0 10px 3px;
   308 	margin-bottom: 5px;
   308 	margin-bottom: 5px;
   309 }
   309 }
   310 
   310 
   311 #select-nav-menu {
   311 #select-nav-menu {
   312 	width: 100px;
   312 	width: 100px;
   432 	width: 270px;
   432 	width: 270px;
   433 	vertical-align: middle;
   433 	vertical-align: middle;
   434 }
   434 }
   435 
   435 
   436 #manage-menu .inside {
   436 #manage-menu .inside {
   437 	padding: 0px 0px;
   437 	padding: 0;
   438 }
   438 }
   439 
   439 
   440 /* Custom Links */
   440 /* Custom Links */
   441 #available-links dt {
   441 #available-links dt {
   442 	display: block;
   442 	display: block;
   613 .menu-item .menu-item-transport:empty {
   613 .menu-item .menu-item-transport:empty {
   614 	display: none;
   614 	display: none;
   615 }
   615 }
   616 
   616 
   617 /* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */
   617 /* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */
   618 .menu-item-depth-0 { margin-right: 0px; }
   618 .menu-item-depth-0 { margin-right: 0; }
   619 .menu-item-depth-1 { margin-right: 30px; }
   619 .menu-item-depth-1 { margin-right: 30px; }
   620 .menu-item-depth-2 { margin-right: 60px; }
   620 .menu-item-depth-2 { margin-right: 60px; }
   621 .menu-item-depth-3 { margin-right: 90px; }
   621 .menu-item-depth-3 { margin-right: 90px; }
   622 .menu-item-depth-4 { margin-right: 120px; }
   622 .menu-item-depth-4 { margin-right: 120px; }
   623 .menu-item-depth-5 { margin-right: 150px; }
   623 .menu-item-depth-5 { margin-right: 150px; }
   626 .menu-item-depth-8 { margin-right: 240px; }
   626 .menu-item-depth-8 { margin-right: 240px; }
   627 .menu-item-depth-9 { margin-right: 270px; }
   627 .menu-item-depth-9 { margin-right: 270px; }
   628 .menu-item-depth-10 { margin-right: 300px; }
   628 .menu-item-depth-10 { margin-right: 300px; }
   629 .menu-item-depth-11 { margin-right: 330px; }
   629 .menu-item-depth-11 { margin-right: 330px; }
   630 
   630 
   631 .menu-item-depth-0 .menu-item-transport { margin-right: 0px; }
   631 .menu-item-depth-0 .menu-item-transport { margin-right: 0; }
   632 .menu-item-depth-1 .menu-item-transport { margin-right: -30px; }
   632 .menu-item-depth-1 .menu-item-transport { margin-right: -30px; }
   633 .menu-item-depth-2 .menu-item-transport { margin-right: -60px; }
   633 .menu-item-depth-2 .menu-item-transport { margin-right: -60px; }
   634 .menu-item-depth-3 .menu-item-transport { margin-right: -90px; }
   634 .menu-item-depth-3 .menu-item-transport { margin-right: -90px; }
   635 .menu-item-depth-4 .menu-item-transport { margin-right: -120px; }
   635 .menu-item-depth-4 .menu-item-transport { margin-right: -120px; }
   636 .menu-item-depth-5 .menu-item-transport { margin-right: -150px; }
   636 .menu-item-depth-5 .menu-item-transport { margin-right: -150px; }
  1004 		
  1004 		
  1005 		#nav-menu-footer {
  1005 		#nav-menu-footer {
  1006                 position: sticky;
  1006                 position: sticky;
  1007 				bottom: 0;
  1007 				bottom: 0;
  1008 				z-index: 10;
  1008 				z-index: 10;
  1009 				box-shadow: 0 -1px 0 0px #ddd;
  1009 				box-shadow: 0 -1px 0 0 #ddd;
  1010         }
  1010         }
  1011 
  1011 
  1012         #save_menu_header {
  1012         #save_menu_header {
  1013                 display: none;
  1013                 display: none;
  1014         }
  1014         }
  1018 @media only screen and (max-width: 768px) {
  1018 @media only screen and (max-width: 768px) {
  1019 	/* menu locations */
  1019 	/* menu locations */
  1020 	#menu-locations-wrap .widefat {
  1020 	#menu-locations-wrap .widefat {
  1021 		width: 100%;
  1021 		width: 100%;
  1022 	}
  1022 	}
  1023 }
  1023 
       
  1024 	.bulk-select-button {
       
  1025 		padding: 5px 10px;
       
  1026 	}
       
  1027 }