Skip to content

Commit

Permalink
MINOR Improved .cms-add-form styling
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jan 5, 2012
1 parent d91f76a commit d8388b7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 13 deletions.
28 changes: 16 additions & 12 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion admin/scss/_style.scss
Expand Up @@ -291,8 +291,11 @@ body.cms {
.cms-page-add-form-dialog {

display: none;
}

.cms-add-form {
#PageType li {
float: none;
width: 100%;
padding: 9px 0 9px 15px;
overflow: hidden;
Expand All @@ -309,8 +312,20 @@ body.cms {
background-color: $color-highlight-opacity;
}

&.disabled {
color: $color-text-disabled;
&:hover {
background: none;
}
}

input {
margin: inherit;
}

label {
padding-left: 0;
padding-bottom: 0;
}

input, label, .icon, .title {
Expand Down Expand Up @@ -355,7 +370,7 @@ body.cms {
font-style: italic;
}

}
}
}

/** --------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions admin/scss/themes/_default.scss
Expand Up @@ -31,6 +31,7 @@ $color-menu-border: #8c99a1;
$color-text: #444;
$color-text-light: white;
$color-text-light-link: white;
$color-text-disabled: #aaa;
$color-text-dark: #1f1f1f;
$color-text-dark-link: #3EBAE0;
$color-text-blue-link:#1556B2;
Expand Down

0 comments on commit d8388b7

Please sign in to comment.