Skip to content

Commit

Permalink
Revert compiled css files
Browse files Browse the repository at this point in the history
  • Loading branch information
GulomovCreative committed Jan 20, 2019
1 parent dafbbf0 commit b5e8823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manager/templates/default/css/index-min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions manager/templates/default/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3401,7 +3401,7 @@ td.x-grid3-hd-menu-open .x-grid3-hd-inner {
.x-column-inner > .x-column {
margin-right: 0;
overflow: visible; }
.x-column-inner > .x-column:not(.x-hide-display) ~ .x-column {
.x-column-inner > .x-column ~ .x-column {
margin-right: 0;
margin-left: 15px; }

Expand Down Expand Up @@ -9199,7 +9199,7 @@ jumping around */

@media screen and (max-width: 640px) {
.x-column-inner > .x-column ~ .x-column {
margin-left: 0 !important; } }
margin-left: 0; } }

@media screen and (max-width: 640px) {
.x-form-item label.x-form-item-label[for="modx-import-base-path"], .x-form-item label.x-form-item-label[for="modx-import-resource-class"], .x-form-item label.x-form-item-label[for="modx-import-element"], .x-form-item label.x-form-item-label[for="modx-import-parent"], .x-form-item label.x-form-item-label[for="modx-import-allowed-extensions"], #modx-import-base-path {
Expand Down

0 comments on commit b5e8823

Please sign in to comment.