Skip to content

Commit

Permalink
Made category tree wider in admin (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
loekvangool authored Jun 9, 2022
1 parent cfa8460 commit 554a2b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions skin/adminhtml/default/default/boxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,9 @@ td.divider { font-size:1px; line-height:0; }
.middle { min-height:450px; background:url(images/simple_container_bg.gif) repeat-x #fff; padding:23px 27px 0 27px; }
.middle-popup { border-bottom:3px solid #fff; background:url(images/middle_bg.gif) repeat-x 0 100% #fff; padding:0 0 0 0; background:yellow; }
.container-collapsed { padding:1.8em 2.2em 1.8em 2em; padding-top:0; }
.columns {background:url(images/side_col_bg.gif) repeat-y 217px 0; }

div.side-col { float:left; width:220px; margin-right:-220px; padding-bottom:25px; }
div.main-col { margin-left:220px; min-height:450px; padding:0 0 25px 25px; }
div.side-col { float:left; width:280px; margin-right:-280px; padding-bottom:25px; }
div.main-col { margin-left:280px; min-height:450px; padding:0 0 25px 25px; border-left: 2px solid #dedede; }
div.main-col-inner { float:left; /* Fixes some inner clears in the liquid main-col */ width:100%; }

.footer { clear:both; background:url(images/footer_bg.gif) repeat-x #e6e6e6; padding:105px 2.8em 2.8em 2.8em; font-size:.95em; text-align:center; }
Expand Down

0 comments on commit 554a2b6

Please sign in to comment.