mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user