WordPress/wp-admin/css/ie-rtl.css
ryan 31e258ae64 RTL CSS from Mani. fixes #6296
git-svn-id: http://svn.automattic.com/wordpress/trunk@7398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-03-19 16:08:03 +00:00

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;
}