Keep the menu closed while loading

git-svn-id: https://develop.svn.wordpress.org/trunk@10140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-12-09 12:00:44 +00:00
parent f7c88ef2c7
commit 8f3589af72
5 changed files with 33 additions and 34 deletions

View File

@@ -155,6 +155,33 @@ table {
width: 59%;
}
/* utility classes */
.alignleft {
float: left;
}
.alignright {
float: right;
}
.textleft {
text-align: left;
}
.textright {
text-align: right;
}
.clear {
clear: both;
}
.hidden,
.closed .inside,
.hide-if-no-js {
display: none;
}
/* include margin and padding in the width calculation of input and textarea */
input[type="text"],
textarea {
@@ -213,26 +240,6 @@ select {
padding: 3px;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.textleft {
text-align: left;
}
.textright {
text-align: right;
}
.clear { clear: both; }
.hidden { display: none; }
h1 {
display: block;
font-size: 2em;