diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index d1d21dc1e..3be38c9c9 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -303,7 +303,7 @@ form#product_form h4 { font-size:18px; font-weight:normal;} .sidebar ul.categorieList li:first-child { border-top:none;} .sidebar ul.categorieList li a {color:#3a6ea7; display:block; padding-left:5px;} .sidebar ul.categorieList li a:hover { background-color: #EBEDF4;} -.sidebar ul.categorieList li div.categorieWidth { width:180px; margin-left:5px; overflow:hidden;} +.sidebar ul.categorieList li div.categorieWidth { overflow:hidden;} .sidebar ul.categorieList li div.count{ position:absolute; top:0; right:5px;} .sidebar .categorieStatus { display:none;} diff --git a/admin-dev/themes/default/css/modules.css b/admin-dev/themes/default/css/modules.css index 589db9aad..f39e5bc6a 100644 --- a/admin-dev/themes/default/css/modules.css +++ b/admin-dev/themes/default/css/modules.css @@ -213,7 +213,7 @@ form#product, form#access_form{ background-color:#ebedf4; border:1px solid #cc .sidebar ul.categorieList li { border-top:1px solid #ccc; position:relative; line-height:20px;} .sidebar ul.categorieList li:first-child { border-top:none;} .sidebar ul.categorieList li a {color:#3a6ea7;} -.sidebar ul.categorieList li div.categorieWidth { width:180px; margin-left:5px; overflow:hidden;} +.sidebar ul.categorieList li div.categorieWidth { text-indent:5px; overflow:hidden;} .sidebar ul.categorieList li div.count{ position:absolute; top:0; right:5px;} /*MODULECONTAINER*/ diff --git a/admin-dev/themes/default/img/icon-multishop.png b/admin-dev/themes/default/img/icon-multishop.png index 95f6a238c..b5d46684e 100644 Binary files a/admin-dev/themes/default/img/icon-multishop.png and b/admin-dev/themes/default/img/icon-multishop.png differ diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index 1bd4e7ab8..5c58641e3 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -1031,8 +1031,8 @@