54d57b1236
git-svn-id: https://develop.svn.wordpress.org/trunk@7398 602fd350-edb4-49c9-b593-d223f7449a82
27 lines
371 B
CSS
27 lines
371 B
CSS
/* dashboard */
|
|
div#dashboard-widgets {
|
|
margin-left:0;
|
|
}
|
|
div.dashboard-widget-holder {
|
|
width:49%;
|
|
}
|
|
/* footer */
|
|
#footer {
|
|
padding-left:50px;
|
|
}
|
|
#footer p {
|
|
background:none;
|
|
height:auto;
|
|
padding: 5px 5px 0;
|
|
}
|
|
/* write post */
|
|
#poststuff .togbox {
|
|
margin-right:-16px;
|
|
}
|
|
#poststuff h3 {
|
|
padding-right:20px;
|
|
}
|
|
/* template editor */
|
|
#template textarea {
|
|
float:left;
|
|
} |