Cleaning up code
This commit is contained in:
parent
2e20b06d22
commit
05da76f3b9
9 changed files with 41 additions and 461 deletions
|
@ -73,8 +73,7 @@ form#diff-node-revisions table.table td {
|
|||
}
|
||||
body.section-admin form table.table td {
|
||||
padding: 5px !important;
|
||||
}
|
||||
/*
|
||||
} /*
|
||||
.form-item .description {
|
||||
font-size: 75%;
|
||||
line-height: 150%;
|
||||
|
@ -161,12 +160,10 @@ span.password-confirm {
|
|||
span.password-confirm span {
|
||||
font-weight: normal;
|
||||
} */
|
||||
#edit-notify-wrapper { /*
|
||||
margin-top: 16px 0 0; */
|
||||
#edit-notify-wrapper {
|
||||
padding-left: 70px;
|
||||
background: transparent url(../images/notify.png) no-repeat 8px 4px;
|
||||
min-height: 52px; /*
|
||||
font-size: 14px; */
|
||||
min-height: 52px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -224,9 +221,7 @@ textarea.teaser {
|
|||
fieldset {
|
||||
margin: 1em 0;
|
||||
padding: .5em 1em;
|
||||
border: 2px solid #ddd; /*
|
||||
border-radius: 5px;
|
||||
background: #fff url(images/bg-content-bottom.png) repeat-x 0 bottom; */
|
||||
border: 2px solid #ddd;
|
||||
}
|
||||
form > div > fieldset {
|
||||
margin-top: 0;
|
||||
|
@ -249,13 +244,10 @@ fieldset legend a {
|
|||
/*
|
||||
* Collapsible fieldsets.
|
||||
*/
|
||||
html.js fieldset.collapsed { /*
|
||||
border-radius: 0; */
|
||||
html.js fieldset.collapsed {
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent; /*
|
||||
margin-bottom: 0;
|
||||
height: 1.2em; */
|
||||
border-right-color: transparent;
|
||||
}
|
||||
html.ie.js fieldset.collapsed {
|
||||
height: 2em;
|
||||
|
|
Reference in a new issue