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

git-svn-id: https://develop.svn.wordpress.org/trunk@823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-02-02 08:21:17 +00:00
parent 0e101b6e58
commit faeb1826cd
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;
}