Tejas Tank (OpenERP) has proposed merging
lp:~openerp-dev/openerp-web/kanban-fixcss-setborder-setcolorpicket_top-tta into
lp:openerp-web.
Requested reviews:
Amit (Open ERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/kanban-fixcss-setborder-setcolorpicket_top-tta/+merge/76184
Hello,
I have fix the problem of the border of kanban view. where left and right
bottom box is appear.
Also Have fix the color picker box on top layer.
Thanks,
Tejas Tank
TTA @ OPENERP . COM
--
https://code.launchpad.net/~openerp-dev/openerp-web/kanban-fixcss-setborder-setcolorpicket_top-tta/+merge/76184
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/kanban-fixcss-setborder-setcolorpicket_top-tta.
=== added file 'addons/web/static/src/img/icons/pad-openerp.png'
Binary files addons/web/static/src/img/icons/pad-openerp.png 1970-01-01 00:00:00 +0000 and addons/web/static/src/img/icons/pad-openerp.png 2011-09-20 10:21:37 +0000 differ
=== modified file 'addons/web_kanban/static/src/css/kanban.css'
--- addons/web_kanban/static/src/css/kanban.css 2011-09-13 08:15:33 +0000
+++ addons/web_kanban/static/src/css/kanban.css 2011-09-20 10:21:37 +0000
@@ -81,6 +81,7 @@
-moz-box-shadow: 2px 2px 5px #666;
-webkit-box-shadow: 2px 2px 5px #666;
box-shadow: 2px 2px 5px #666;
+ z-index:5000;
}
.oe_kanban_color_picker a {
display: block;
@@ -106,7 +107,31 @@
.openerp .oe_kanban_draghandle {
cursor: move;
}
+.openerp .oe_kanban_color_border{
+ border-color: #CCCCCC;
+}
+.openerp .oe_kanban_color_border{
+ border-color: #CCCCCC;
+}
+.openerp .oe_kanban_record .oe_kanban_left a {
+ border-right: 1px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-left: 0px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #CCCCCC;
+}
+.openerp .oe_kanban_record .oe_kanban_right a {
+ border-left: 1px;
+ border-right: 0px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #CCCCCC;
+}
/* Custom colors are also present in kanban.js */
/* Custom color#1 */
.openerp .oe_kanban_color_1 .oe_kanban_color_bglight {
@@ -118,6 +143,25 @@
.openerp .oe_kanban_color_1 .oe_kanban_color_border {
border-color: #D97979;
}
+.openerp .oe_kanban_color_1 .oe_kanban_left a {
+ border-right: 1px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-left: 0px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #D97979;
+}
+.openerp .oe_kanban_color_1 .oe_kanban_right a {
+ border-left: 1px;
+ border-right: 0px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #D97979;
+}
+
/* Custom color#2 */
.openerp .oe_kanban_color_2 .oe_kanban_color_bglight {
@@ -129,6 +173,25 @@
.openerp .oe_kanban_color_2 .oe_kanban_color_border {
border-color: #D9C179;
}
+.openerp .oe_kanban_color_2 .oe_kanban_left a {
+ border-right: 1px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-left: 0px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #D9C179;
+}
+.openerp .oe_kanban_color_2 .oe_kanban_right a {
+ border-left: 1px;
+ border-right: 0px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #D9C179;
+}
+
/* Custom color#3 */
.openerp .oe_kanban_color_3 .oe_kanban_color_bglight {
@@ -140,7 +203,24 @@
.openerp .oe_kanban_color_3 .oe_kanban_color_border {
border-color: #A9D979;
}
-
+.openerp .oe_kanban_color_3 .oe_kanban_left a {
+ border-right: 1px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-left: 0px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #A9D979;
+}
+.openerp .oe_kanban_color_3 .oe_kanban_right a {
+ border-left: 1px;
+ border-right: 0px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #A9D979;
+}
/* Custom color#4 */
.openerp .oe_kanban_color_4 .oe_kanban_color_bglight {
background: #C7FFD5;
@@ -151,7 +231,24 @@
.openerp .oe_kanban_color_4 .oe_kanban_color_border {
border-color: #79D991;
}
-
+.openerp .oe_kanban_color_4 .oe_kanban_left a {
+ border-right: 1px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-left: 0px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #79D991;
+}
+.openerp .oe_kanban_color_4 .oe_kanban_right a {
+ border-left: 1px;
+ border-right: 0px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #79D991;
+}
/* Custom color#5 */
.openerp .oe_kanban_color_5 .oe_kanban_color_bglight {
background: #C7FFFF;
@@ -162,7 +259,24 @@
.openerp .oe_kanban_color_5 .oe_kanban_color_border {
border-color: #79D9D9;
}
-
+.openerp .oe_kanban_color_5 .oe_kanban_left a {
+ border-right: 1px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-left: 0px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #79D9D9;
+}
+.openerp .oe_kanban_color_5 .oe_kanban_right a {
+ border-left: 1px;
+ border-right: 0px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #79D9D9;
+}
/* Custom color#6 */
.openerp .oe_kanban_color_6 .oe_kanban_color_bglight {
background: #C7D5FF;
@@ -173,7 +287,24 @@
.openerp .oe_kanban_color_6 .oe_kanban_color_border {
border-color: #8FABFF;
}
-
+.openerp .oe_kanban_color_6 .oe_kanban_left a {
+ border-right: 1px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-left: 0px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #8FABFF;
+}
+.openerp .oe_kanban_color_6 .oe_kanban_right a {
+ border-left: 1px;
+ border-right: 0px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #8FABFF;
+}
/* Custom color#7 */
.openerp .oe_kanban_color_7 .oe_kanban_color_bglight {
background: #E3C7FF;
@@ -184,7 +315,24 @@
.openerp .oe_kanban_color_7 .oe_kanban_color_border {
border-color: #A979D9;
}
-
+.openerp .oe_kanban_color_7 .oe_kanban_left a {
+ border-right: 1px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-left: 0px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #A979D9;
+}
+.openerp .oe_kanban_color_7 .oe_kanban_right a {
+ border-left: 1px;
+ border-right: 0px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #A979D9;
+}
/* Custom color#8 */
.openerp .oe_kanban_color_8 .oe_kanban_color_bglight {
background: #FFC7F1;
@@ -195,9 +343,43 @@
.openerp .oe_kanban_color_8 .oe_kanban_color_border {
border-color: #D979C1;
}
-
+.openerp .oe_kanban_color_8 .oe_kanban_left a {
+ border-right: 1px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-left: 0px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #D979C1;
+}
+.openerp .oe_kanban_color_8 .oe_kanban_right a {
+ border-left: 1px;
+ border-right: 0px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-top: 0px;
+ border-bottom: 0px;
+ border-color: #D979C1;
+}
/* Alert color */
.openerp .oe_kanban_color_alert .oe_kanban_color_border {
border-color: #c00 !important;
}
-
+.openerp .oe_kanban_color_alert .oe_kanban_right a{
+ border-color: #c00 !important;
+ border-left: 1px;
+ border-right: 0px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-top: 0px;
+ border-bottom: 0px;
+}
+.openerp .oe_kanban_color_alert .oe_kanban_left a{
+ border-color: #c00 !important;
+ border-right: 1px;
+ border-style: dotted;
+ padding-top: 5px;
+ border-left: 0px;
+ border-top: 0px;
+ border-bottom: 0px;
+}
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp