Alpha 2 multiple category support.

git-svn-id: http://svn.automattic.com/wordpress/trunk@571 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2003-12-05 01:44:42 +00:00
parent 41327030fd
commit cbccab200c
4 changed files with 55 additions and 29 deletions

View File

@@ -147,6 +147,20 @@ textarea, input, select {
font-size: 14px;
}
#categorydiv {
float: right;
width: 10%;
line-height: 130%;
}
#poststuff {
width: 88%;
}
#poststuff textarea {
width: 100%;
}
#ed_button {
padding: 1px;
}
@@ -202,6 +216,7 @@ textarea, input, select {
padding: 0 2px;
display: block;
margin-bottom: 1px;
margin-top: 1px;
border-bottom: 1px solid #666;
font-size: 11px;
}
@@ -241,11 +256,12 @@ label input {
text-align: right;
}
#titlediv, #categorydiv, #poststatusdiv, #commentstatusdiv, #pingstatusdiv, #postpassworddiv {
#titlediv, #poststatusdiv, #commentstatusdiv, #pingstatusdiv, #postpassworddiv {
float: left;
margin-right: 5px;
}
#wphead {
background: url(../b2-img/wp-small.png) no-repeat;
border-bottom: 4px solid #333;