[FIX] Fixed a bad 'replace all'
authorMinh Tran <mit@openerp.com>
Fri, 9 Dec 2011 15:58:54 +0000 (16:58 +0100)
committerMinh Tran <mit@openerp.com>
Fri, 9 Dec 2011 15:58:54 +0000 (16:58 +0100)
bzr revid: mit@openerp.com-20111209155854-1u8ay6j0iui3n3rq

addons/web/static/src/css/base.css

index 59a24c7..39b4d26 100644 (file)
@@ -737,7 +737,7 @@ label.error {
 }
 /* List */
 .openerp .oe-listview table {
-    reset: right;
+    clear: right;
     width: 100%;
     border-spacing: 0;
     border: 1px solid silver;
@@ -993,7 +993,7 @@ label.error {
     position: relative;
 }
 .openerp .oe_frame.oe_forms {
-    reset: both;
+    clear: both;
 }
 .openerp table.oe_frame {
     color: #4c4c4c;
@@ -1316,7 +1316,7 @@ label.error {
     color: inherit;
 }
 .openerp .oe-view-manager-logs {
-    reset: both;
+    clear: both;
     background: #fff;
     margin: 0.25em 0;
     font-size: 85%;
@@ -1395,7 +1395,7 @@ label.error {
     margin: 4px 0 0 4px;
 }
 .openerp .oe-sidebar-attachments-items {
-    reset: both;
+    clear: both;
     padding-top: 5px !important;
 }
 .openerp .oe-sidebar-attachments-items li {