// style : notifications, toolbar buttons

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9920 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-11-07 10:44:11 +00:00
parent 015ff89c4b
commit d0e02651c5
3 changed files with 33 additions and 22 deletions
+9 -6
View File
@@ -458,13 +458,15 @@ select optgroup option {
}
#content .error {
border: 1px solid #EC9B9B;
background-color: #FAE2E3;
border: 1px solid #CC0000;
background-color: #FFEBE8;
border-radius:3px;
}
#content .warn {
border: 1px solid #D3C200;
background-color: #FFFAC6;
border: 1px solid #CC0000;
background-color: #FFEBE8;
border-radius:3px;
}
#content .error ol {
@@ -751,10 +753,11 @@ tr.deleted td {
position: absolute;
margin-top: 4px;
margin-bottom: 2px;
border: 1px solid #50B0EC;
border: 1px solid #ECE52F;
padding: 8px 6px 8px 34px;
color: #383838;
background: #DDE9F7 url(../img/admin/help2.png) no-repeat 6px 5px;
background: #FFFBE5 url(../img/admin/help2.png) no-repeat 6px 5px;
border-radius:3px;
}
div.hint {