Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
d34ba5f4
Commit
d34ba5f4
authored
12 years ago
by
Fabien Pinckaers
Browse files
Options
Downloads
Plain Diff
[merge] trunk-mit
bzr revid: fp@tinyerp.com-20120710161557-yqyhqumwyduitvdf
parents
9add680f
1ccfc541
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
addons/web_kanban/static/src/css/kanban.css
+9
-2
9 additions, 2 deletions
addons/web_kanban/static/src/css/kanban.css
addons/web_kanban/static/src/css/kanban.sass
+8
-2
8 additions, 2 deletions
addons/web_kanban/static/src/css/kanban.sass
with
17 additions
and
4 deletions
addons/web_kanban/static/src/css/kanban.css
+
9
−
2
View file @
d34ba5f4
...
...
@@ -383,8 +383,9 @@
display
:
inline-block
;
background
:
#e6e6e6
;
border
:
1px
solid
#b9b9b9
;
color
:
#666666
;
padding
:
0
2px
;
line-height
:
22
px
;
line-height
:
16
px
;
-moz-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
...
...
@@ -393,10 +394,15 @@
line-height
:
12px
;
font-size
:
22px
;
}
.openerp
.oe_kanban_view
.oe_kanban_footer_left
.oe_kanban_mail_new
{
line-height
:
18px
;
position
:
relative
;
top
:
-1px
;
}
.openerp
.oe_kanban_view
.oe_kanban_bottom_right
{
float
:
right
;
position
:
relative
;
top
:
4
px
;
top
:
2
px
;
}
.openerp
.oe_kanban_view
.oe_kanban_status
{
display
:
inline-block
;
...
...
@@ -450,6 +456,7 @@
}
.openerp
.oe_kanban_view
.oe_dropdown_kanban
.oe_dropdown_menu
{
left
:
0
;
top
:
28px
;
min-width
:
160px
;
}
.openerp
.oe_kanban_view
.oe_kanban_colorpicker
{
...
...
This diff is collapsed.
Click to expand it.
addons/web_kanban/static/src/css/kanban.sass
+
8
−
2
View file @
d34ba5f4
...
...
@@ -325,16 +325,21 @@
display
:
inline-block
background
:
#E6E6E6
border
:
1px
solid
#B9B9B9
color
:
#666
padding
:
0
2px
line-height
:
22
px
line-height
:
16
px
@include
radius
(
3px
)
.oe_e
line-height
:
12px
font-size
:
22px
.oe_kanban_mail_new
line-height
:
18px
position
:
relative
top
:
-1px
.oe_kanban_bottom_right
float
:
right
position
:
relative
top
:
4
px
top
:
2
px
.oe_kanban_status
display
:
inline-block
...
...
@@ -369,6 +374,7 @@
text-decoration
:
none
.oe_dropdown_menu
left
:
0
top
:
28px
min-width
:
160px
// }}}
// KanbanColorPicker {{{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment