Categories should scroll if there are too many, made admin less busy.

git-svn-id: http://svn.automattic.com/wordpress/trunk@823 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-02-02 08:21:17 +00:00
parent 4f3a01a6be
commit 9a309b8149
3 changed files with 21 additions and 25 deletions

View File

@@ -46,7 +46,7 @@ body, td {
}
fieldset {
border: 1px solid #ccc;
border: 1px solid #ddd;
padding: 2px;
}
@@ -65,10 +65,6 @@ fieldset legend {
padding: .1em;
}
fieldset:hover {
border: 1px solid #999;
}
form, label input {
margin: 0;
padding: 0;
@@ -95,7 +91,7 @@ p, dl, dd, dt {
textarea, input, select {
background: #f4f4f4;
border: 1px solid #d8d8d8;
border: 1px solid #cacaca;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 1px;
padding: 2px;
@@ -213,6 +209,11 @@ textarea, input, select {
width: 9em;
}
#categorydiv div {
height: 27em;
overflow: auto;
}
#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
border: none;
}
@@ -259,14 +260,10 @@ textarea, input, select {
padding: 2px;
}
#metainfo {
#metainfo, #postdiv {
clear: both;
}
#postdiv {
clear: both;
}
#poststatusdiv, #commentstatusdiv, #pingstatusdiv {
width: 6.5em;
}