MINOR Padding for "parent mode" radio buttons on "add page" panel

This commit is contained in:
Ingo Schommer 2012-03-12 10:53:51 +01:00
parent 44515f51b6
commit d8a5db4ea7
2 changed files with 6 additions and 0 deletions

View File

@ -307,6 +307,7 @@ body.cms { overflow: hidden; }
/** -------------------------------------------- "Add page" dialog -------------------------------------------- */
.cms-page-add-form-dialog { display: none; }
.cms-add-form .parent-mode { padding: 8px; overflow: auto; }
.cms-add-form #PageType li { float: none; width: 100%; padding: 9px 0 9px 15px; overflow: hidden; border-bottom-width: 2px; border-bottom: 2px groove rgba(255, 255, 255, 0.8); -webkit-border-image: url(../images/textures/bg_fieldset_elements_border.png) 2 stretch stretch; border-image: url(../images/textures/bg_fieldset_elements_border.png) 2 stretch stretch; }
.cms-add-form #PageType li:last-child { border-bottom: none; }
.cms-add-form #PageType li:hover, .cms-add-form #PageType li.selected { background-color: rgba(255, 255, 102, 0.3); }

View File

@ -405,6 +405,11 @@ body.cms {
}
.cms-add-form {
.parent-mode {
padding: $grid-x;
overflow: auto;
}
#PageType li {
float: none;
width: 100%;