mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
5a3c15d7bd
git-svn-id: http://svn.automattic.com/wordpress/trunk@7552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
53 lines
606 B
CSS
53 lines
606 B
CSS
/* footer */
|
|
body, td {
|
|
font-family: Tahoma,Verdana,sans-serif;
|
|
}
|
|
|
|
.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;
|
|
} |