mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
35b18e5034
git-svn-id: http://svn.automattic.com/wordpress/trunk@8600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
100 lines
1.7 KiB
CSS
100 lines
1.7 KiB
CSS
/* footer */
|
|
body, td {
|
|
font-family: Tahoma,Verdana,sans-serif;
|
|
}
|
|
|
|
#wpcontent #sidemenu li a {
|
|
float: left;
|
|
}
|
|
|
|
.wrap {
|
|
text-align: right;
|
|
}
|
|
|
|
.wrap h2 {
|
|
margin: 5px 0 0 4px;
|
|
}
|
|
|
|
#footer {
|
|
padding-left:50px;
|
|
}
|
|
#footer p {
|
|
background:none;
|
|
height:auto;
|
|
padding: 5px 5px 0;
|
|
}
|
|
|
|
#bh {
|
|
padding-left: 15px;
|
|
padding-right: 0px;
|
|
}
|
|
/* write post */
|
|
#poststuff .togbox {
|
|
margin-right:-16px;
|
|
}
|
|
#poststuff h3 {
|
|
padding-right:20px;
|
|
}
|
|
|
|
p#widget-search, p#post-search {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.widefat th {
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
/* template editor */
|
|
#template textarea {
|
|
float:left;
|
|
}
|
|
|
|
/* Editor */
|
|
|
|
.mceToolbar {
|
|
direction: ltr;
|
|
text-align: left;
|
|
}
|
|
|
|
/* IE6 */
|
|
|
|
/* Search box gets stuck to the right, hidden outside view */
|
|
* html #post-search, * html #widget-search {
|
|
height: 1% !important;
|
|
right: 600px !important;
|
|
}
|
|
|
|
/* Sidemenu tends to disapear, widget filter area tends to jump around when adding filters - Peek-A-Boo! */
|
|
* html #sidemenu, * html #widgets-filter {
|
|
height: 1% !important;
|
|
}
|
|
|
|
/* Media upload window gets stuck to the right, hidden outside view */
|
|
* html #TB_window {
|
|
left: 100px !important;
|
|
}
|
|
|
|
/* Bad floating in the sub-sub-sub menu makes links un-clickable */
|
|
* html .subsubsub li {
|
|
display: block; float: right; margin: 0 2px;
|
|
}
|
|
|
|
/* Fixing floats on sub-sub-sub menu skewes the view-switch menu on comments management page */
|
|
* html .wrap .view-switch {
|
|
margin-top: 1px;
|
|
}
|
|
|
|
/* Theme selector on theme edit page gets stuck to the left, hidden outside view */
|
|
* html #themeselector {
|
|
position: static;
|
|
}
|
|
|
|
/* Template edit area floats beneath template list, gets RTLed */
|
|
* html #template {
|
|
float: right;
|
|
overflow: hidden;
|
|
width: 755px !important;
|
|
}
|
|
* html #template #newcontent {
|
|
direction: ltr;
|
|
} |