//fixed small bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10230 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2011-11-17 17:15:09 +00:00
parent 8c99bcf8a4
commit ab22eaf449
+18
View File
@@ -1792,3 +1792,21 @@ div.progressBarImage
color:#fff;
background:url(../img/loader.gif);
}
ul.connectedSortable
{
padding-left: 0;
}
ul.connectedSortable li.module_list {
margin: 0 5px 5px 5px;
padding: 5px;
font-size: 1.2em;
border: 1px solid #CCC;
background: #F6F6F6;
font-weight: bold;
color: #1C94C4;
outline: none;
}
/* Accounting css */
.formAccountingExport {
display: none;
}