mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Some file editor improvements. New: Recently edited and editor sidebar.
git-svn-id: https://develop.svn.wordpress.org/trunk@1703 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -352,6 +352,28 @@ textarea, input, select {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#template div {
|
||||
margin-right: 190px;
|
||||
}
|
||||
|
||||
#templateside {
|
||||
width: 170px;
|
||||
float: right;
|
||||
}
|
||||
#templateside h3 {
|
||||
margin: 0;
|
||||
}
|
||||
#templateside ol, #templateside ul {
|
||||
list-style: none;
|
||||
margin: .5em;
|
||||
padding: 0;
|
||||
}
|
||||
#template textarea {
|
||||
font-family: 'Courier New', Courier, monopace;
|
||||
font-size: small;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
#postcustom {
|
||||
border: 1px solid #aaa;
|
||||
padding: .5em;
|
||||
|
||||
Reference in New Issue
Block a user