Change niceblue class name to form-table. Props filosofo and mt. fixes #5973

git-svn-id: https://develop.svn.wordpress.org/trunk@7000 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-24 04:33:10 +00:00
parent 303b08bd26
commit b23e1089bb
21 changed files with 34 additions and 34 deletions

View File

@@ -65,19 +65,19 @@ td input { font-size: 1.5em; }
color: #d54e21;
}
.niceblue {
.form-table {
border-collapse: collapse;
margin-top: 1em;
width: 100%;
}
.niceblue td {
.form-table td {
margin-bottom: 9px;
padding: 10px;
border-bottom: 8px solid #fff;
}
.niceblue th {
.form-table th {
font-size: 12px;
text-align: left;
padding: 12px 10px 10px 10px;
@@ -86,16 +86,16 @@ td input { font-size: 1.5em; }
vertical-align: top;
}
.niceblue tr {
.form-table tr {
background: #eaf3fa;
}
.niceblue code {
.form-table code {
line-height: 18px;
font-size: 18px;
}
.niceblue p {
.form-table p {
margin: 4px 0 0 0;
font-size: 11px;
}