BUG 8500 Checkboxes when creating/editing the structure of PM Tables should be centered SOLVED

- The checkboxes in the fields grid are not centered
- Added style to center the checkboxes in the fields grid
This commit is contained in:
Julio Cesar Laura
2012-11-15 14:16:50 -04:00
parent f1bce3e586
commit 0d47b3fcf8
2 changed files with 16 additions and 8 deletions

View File

@@ -837,7 +837,7 @@ ul.x-tab-strip li.x-tab-edge {
}
.x-tab-scrolling {
position:relative;
position:relative;
}
.x-tab-panel-bbar .x-toolbar {
@@ -2265,7 +2265,7 @@ div.x-toolbar-no-items {
}
.ext-strict .x-grid3-header-pop-inner {
width:14px;
width:14px;
}
.x-grid3-header-inner {
@@ -4465,7 +4465,7 @@ body.ext-ie6.x-body-masked .x-window select {
.x-html-editor-tb .x-edit-bold, .x-menu-item img.x-edit-bold {
background-position:0 0;
background-image:url(../images/default/editor/tb-sprite.gif);
background-image:url(../images/default/editor/tb-sprite.gif);
}
.x-html-editor-tb .x-edit-italic, .x-menu-item img.x-edit-italic {
@@ -5023,7 +5023,7 @@ body.ext-ie6.x-body-masked .x-window select {
-khtml-user-select:none;
-webkit-user-select:ignore;
display:block;
overflow:hidden;
overflow:hidden;
}
/* Horizontal styles */
@@ -5147,4 +5147,8 @@ body.ext-ie6.x-body-masked .x-window select {
.ext-gecko2 .ext-mb-fix-cursor {
overflow:auto;
}
.x-box-inner .x-form-check-wrap {
text-align:center;
}

View File

@@ -837,7 +837,7 @@ ul.x-tab-strip li.x-tab-edge {
}
.x-tab-scrolling {
position:relative;
position:relative;
}
.x-tab-panel-bbar .x-toolbar {
@@ -2265,7 +2265,7 @@ div.x-toolbar-no-items {
}
.ext-strict .x-grid3-header-pop-inner {
width:14px;
width:14px;
}
.x-grid3-header-inner {
@@ -4465,7 +4465,7 @@ body.ext-ie6.x-body-masked .x-window select {
.x-html-editor-tb .x-edit-bold, .x-menu-item img.x-edit-bold {
background-position:0 0;
background-image:url(../images/default/editor/tb-sprite.gif);
background-image:url(../images/default/editor/tb-sprite.gif);
}
.x-html-editor-tb .x-edit-italic, .x-menu-item img.x-edit-italic {
@@ -5023,7 +5023,7 @@ body.ext-ie6.x-body-masked .x-window select {
-khtml-user-select:none;
-webkit-user-select:ignore;
display:block;
overflow:hidden;
overflow:hidden;
}
/* Horizontal styles */
@@ -5147,4 +5147,8 @@ body.ext-ie6.x-body-masked .x-window select {
.ext-gecko2 .ext-mb-fix-cursor {
overflow:auto;
}
.x-box-inner .x-form-check-wrap {
text-align:center;
}