2010-05-04 21:34:38 +02:00
|
|
|
#nav-menus-frame {
|
|
|
|
margin-right: 300px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content #menu-settings-column {
|
|
|
|
margin-right: -300px;
|
|
|
|
margin-left: 0;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Menu Container */
|
|
|
|
#menu-management-liquid {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#menu-management {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#post-body {
|
|
|
|
padding:0 10px 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-body-plain {
|
|
|
|
padding: 10px 0 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Menu Tabs */
|
|
|
|
|
|
|
|
#menu-management .nav-tabs-arrow-left {
|
|
|
|
right: 0;
|
|
|
|
left:auto;
|
|
|
|
}
|
|
|
|
#menu-management .nav-tabs-arrow-right {
|
|
|
|
left: 0;
|
2010-05-27 18:27:13 +02:00
|
|
|
right:auto;
|
2010-05-04 21:34:38 +02:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu-management .nav-tabs {
|
2010-05-31 22:22:49 +02:00
|
|
|
padding-right: 20px;
|
2010-05-04 21:34:38 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
.js #menu-management .nav-tabs {
|
2010-05-03 22:26:11 +02:00
|
|
|
float: right;
|
2010-05-04 21:34:38 +02:00
|
|
|
margin-right: 0px;
|
|
|
|
margin-left: -400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#select-nav-menu-container {
|
2010-05-27 18:27:13 +02:00
|
|
|
text-align: left;
|
2010-04-28 16:22:41 +02:00
|
|
|
}
|
2010-05-04 21:34:38 +02:00
|
|
|
|
2010-05-27 18:27:13 +02:00
|
|
|
#wpbody .open-label {
|
|
|
|
float:right;
|
2010-04-28 16:22:41 +02:00
|
|
|
}
|
2010-05-04 21:34:38 +02:00
|
|
|
|
|
|
|
#wpbody .open-label span {
|
|
|
|
padding-left: 10px;
|
2010-05-27 18:27:13 +02:00
|
|
|
padding-right:0;
|
2010-05-04 21:34:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.js .input-with-default-title {
|
|
|
|
font-style: normal;
|
2010-05-27 18:27:13 +02:00
|
|
|
font-weight:bold;
|
2010-05-04 21:34:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Add Menu Item Boxes */
|
|
|
|
.postbox .howto input {
|
2010-05-03 22:26:11 +02:00
|
|
|
float: left;
|
2010-04-28 16:22:41 +02:00
|
|
|
}
|
2010-05-27 18:27:13 +02:00
|
|
|
#nav-menu-theme-locations .button-controls {
|
|
|
|
text-align: left;
|
2010-04-28 16:22:41 +02:00
|
|
|
}
|
2010-05-26 04:42:15 +02:00
|
|
|
|
2010-05-27 18:27:13 +02:00
|
|
|
/* Button Primary Actions */
|
|
|
|
|
|
|
|
.meta-sep,
|
|
|
|
.submitdelete,
|
|
|
|
.submitcancel {
|
|
|
|
float:right;
|
2010-05-04 21:34:38 +02:00
|
|
|
}
|
|
|
|
|
2010-05-27 18:27:13 +02:00
|
|
|
#cancel-save { margin-right: 20px; margin-left: 0; }
|
2010-05-04 21:34:38 +02:00
|
|
|
|
|
|
|
/* Button Secondary Actions */
|
2010-05-27 18:27:13 +02:00
|
|
|
.list-controls { float: right; }
|
2010-05-04 21:34:38 +02:00
|
|
|
.add-to-menu {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom Links */
|
|
|
|
#add-custom-link label span { float: right; padding-left: 5px; padding-right:0;}
|
|
|
|
.howto span { float: right; }
|
|
|
|
|
2010-05-27 18:27:13 +02:00
|
|
|
.list li .menu-item-title input { margin-left: 3px; margin-right: 0 }
|
2010-05-04 21:34:38 +02:00
|
|
|
|
|
|
|
/* Nav Menu */
|
|
|
|
.menu-item-handle {
|
2010-04-28 16:22:41 +02:00
|
|
|
padding-right: 10px;
|
2010-05-04 21:34:38 +02:00
|
|
|
padding-left: 0;
|
2010-04-28 16:22:41 +02:00
|
|
|
}
|
2010-05-27 18:27:13 +02:00
|
|
|
.menu-item-edit-active .menu-item-handle {
|
2010-06-11 07:19:36 +02:00
|
|
|
-moz-border-radius: 6px 6px 0 0;
|
2010-05-27 18:27:13 +02:00
|
|
|
-webkit-border-bottom-left-radius: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-khtml-border-bottom-left-radius: 0;
|
|
|
|
-khtml-border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
2010-05-04 21:34:38 +02:00
|
|
|
.menu-item-handle .item-title {
|
|
|
|
margin-left:13em;
|
|
|
|
margin-right:0;
|
|
|
|
}
|
|
|
|
|
2010-05-27 18:27:13 +02:00
|
|
|
|
2010-05-04 21:34:38 +02:00
|
|
|
/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
|
|
|
|
.menu-item-depth-0 { margin-right: 0px; margin-left:0;}
|
|
|
|
.menu-item-depth-1 { margin-right: 30px; margin-left:0;}
|
|
|
|
.menu-item-depth-2 { margin-right: 60px; margin-left:0;}
|
|
|
|
.menu-item-depth-3 { margin-right: 90px; margin-left:0;}
|
|
|
|
.menu-item-depth-4 { margin-right: 120px; margin-left:0;}
|
|
|
|
.menu-item-depth-5 { margin-right: 150px; margin-left:0;}
|
|
|
|
.menu-item-depth-6 { margin-right: 180px; margin-left:0;}
|
|
|
|
.menu-item-depth-7 { margin-right: 210px; margin-left:0;}
|
|
|
|
.menu-item-depth-8 { margin-right: 240px; margin-left:0;}
|
|
|
|
.menu-item-depth-9 { margin-right: 270px; margin-left:0;}
|
|
|
|
.menu-item-depth-10 { margin-right: 300px; margin-left:0;}
|
|
|
|
.menu-item-depth-11 { margin-right: 330px; margin-left:0;}
|
|
|
|
|
|
|
|
.menu-item-depth-0 .menu-item-transport { margin-right: 0px; margin-left:0;}
|
|
|
|
.menu-item-depth-1 .menu-item-transport { margin-right: -30px; margin-left:0;}
|
|
|
|
.menu-item-depth-2 .menu-item-transport { margin-right: -60px; margin-left:0;}
|
|
|
|
.menu-item-depth-3 .menu-item-transport { margin-right: -90px; margin-left:0;}
|
|
|
|
.menu-item-depth-4 .menu-item-transport { margin-right: -120px; margin-left:0;}
|
|
|
|
.menu-item-depth-5 .menu-item-transport { margin-right: -150px; margin-left:0;}
|
|
|
|
.menu-item-depth-6 .menu-item-transport { margin-right: -180px; margin-left:0;}
|
|
|
|
.menu-item-depth-7 .menu-item-transport { margin-right: -210px; margin-left:0;}
|
|
|
|
.menu-item-depth-8 .menu-item-transport { margin-right: -240px; margin-left:0;}
|
|
|
|
.menu-item-depth-9 .menu-item-transport { margin-right: -270px; margin-left:0;}
|
|
|
|
.menu-item-depth-10 .menu-item-transport { margin-right: -300px; margin-left:0;}
|
|
|
|
.menu-item-depth-11 .menu-item-transport { margin-right: -330px; margin-left:0;}
|
|
|
|
|
|
|
|
/* Menu item controls */
|
2010-05-27 18:27:13 +02:00
|
|
|
.item-type { padding-left: 10px; padding-right:0;}
|
|
|
|
.item-controls { left: 20px; right: auto;}
|
|
|
|
.item-controls .item-order { padding-left: 10px; padding-right: 0;}
|
2010-05-04 21:34:38 +02:00
|
|
|
|
|
|
|
.item-edit {
|
2010-05-31 08:33:46 +02:00
|
|
|
background-image: url("../images/menu-bits-rtl.gif?ver=20100531");
|
2010-05-04 21:34:38 +02:00
|
|
|
background-position: 100% -105px;
|
|
|
|
left: -20px;
|
2010-05-27 18:27:13 +02:00
|
|
|
right:auto;
|
|
|
|
-moz-border-radius-bottomright: 3px;
|
|
|
|
-moz-border-radius-bottomleft: 0;
|
|
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
|
|
-webkit-border-bottom-left-radius: 0;
|
|
|
|
-khtml-border-bottom-right-radius: 3px;
|
|
|
|
-khtml-border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-bottom-left-radius: 0;
|
2010-05-04 21:34:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Menu editing */
|
|
|
|
.menu-item-settings {
|
|
|
|
padding: 10px 10px 10px 0;
|
2010-05-27 18:27:13 +02:00
|
|
|
border-width: 0 1px 1px 1px;
|
2010-04-28 16:22:41 +02:00
|
|
|
}
|
2010-05-04 21:34:38 +02:00
|
|
|
|
2010-05-27 18:27:13 +02:00
|
|
|
.link-to-original {
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-05-04 21:34:38 +02:00
|
|
|
.link-to-original a {
|
|
|
|
padding-right: 4px;
|
2010-05-27 18:27:13 +02:00
|
|
|
padding-left:0;
|
2010-05-04 21:34:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-item-settings .description-thin,
|
|
|
|
.menu-item-settings .description-wide {
|
|
|
|
margin-left: 10px;
|
2010-05-27 18:27:13 +02:00
|
|
|
margin-right:0;
|
2010-05-04 21:34:38 +02:00
|
|
|
float: right;
|
2010-04-28 16:22:41 +02:00
|
|
|
}
|
2010-05-04 21:34:38 +02:00
|
|
|
|
2010-05-27 18:27:13 +02:00
|
|
|
/* Major/minor publishing actions (classes) */
|
2010-05-04 21:34:38 +02:00
|
|
|
.major-publishing-actions .publishing-action {
|
|
|
|
text-align: left;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.major-publishing-actions .delete-action {
|
|
|
|
text-align: right;
|
2010-05-27 18:27:13 +02:00
|
|
|
float: right;
|
2010-05-04 21:34:38 +02:00
|
|
|
padding-left: 15px;
|
2010-05-27 18:27:13 +02:00
|
|
|
padding-right:0;
|
2010-05-06 20:33:27 +02:00
|
|
|
}
|
2010-05-27 18:27:13 +02:00
|
|
|
.menu-name-label {
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right:0;
|
2010-05-06 20:33:27 +02:00
|
|
|
}
|
2010-05-27 18:27:13 +02:00
|
|
|
.auto-add-pages {
|
|
|
|
float: right;
|
2010-04-28 16:22:41 +02:00
|
|
|
}
|