[FIX] point_of_sale: update css for error boxes from jquery-ui to bootstrap
authorFrederic van der Essen <fva@openerp.com / fvdessen+o@gmail.com>
Tue, 29 Jul 2014 16:09:37 +0000 (18:09 +0200)
committerFrederic van der Essen <fva@openerp.com / fvdessen+o@gmail.com>
Tue, 29 Jul 2014 16:09:37 +0000 (18:09 +0200)
addons/point_of_sale/static/src/css/pos.css

index 64e62f3..dcdfda3 100644 (file)
 .ui-dialog .ui-icon-closethick{
     float: right;
 }
+div.modal.in {
+    position: absolute;
+    background: white;
+    padding: 20px;
+    box-shadow: 0px 10px 20px black;
+    border-radius: 3px;
+    max-width: 600px;
+    max-height: 400px;
+    margin-top: -200px;
+    margin-left: -300px;
+    top: 50%;
+    left: 50%;
+}
 /* --- Generic Restyling and Resets --- */
 
 html {