Commit Graph

625 Commits

Author SHA1 Message Date
Xavier Morel a0fbd674c9 [FIX] search view layout in case of very long facet value
* don't fix facet height so the facet content correctly "grows" all of
  the facet and thus the surrounding view

* hard-code the heights of the view-level controls (clear and open
  drawer) to avoid both overly large hitbox and their moving outside
  of the top-right corner

* add some margins on the facets container to avoid overlaps between
  top-level search controls and facet activable elements

lp bug: https://launchpad.net/bugs/1123704 fixed

bzr revid: xmo@openerp.com-20130605105240-h9o03ol7l8dti1yn
2013-06-05 12:52:40 +02:00
Paramjit Singh Sahota 3a7a4f7d5e [IMP] Removed 'cursor on '.openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced li' and then added 'cursor:default' on '.openerp .oe_searchview .oe_searchview_drawer'.
bzr revid: psa@tinyerp.com-20130517060133-zw7zpuvxhc459s5e
2013-05-17 11:31:33 +05:30
Paramjit Singh Sahota a031c86d68 [MERGE] Merged lp:openerp-web/7.0
bzr revid: bth@tinyerp.com-20130417073823-qh3hzbj2j70kt6c6
bzr revid: psa@tinyerp.com-20130517053130-09k6t1os2x6g8i0j
2013-05-17 11:01:30 +05:30
Fabien Meghazi 30cce00296 [FIX] Date[time] widget width issues on OSX
bzr revid: fme@openerp.com-20130404102306-hrinhnldt5dxqcy7
2013-04-04 12:23:06 +02:00
bth 876c790077 [FIX] Put arrow on or.
bzr revid: bth@bth-laptop-20130326094432-rq3rnxw60r6e00bv
2013-03-26 15:14:32 +05:30
bth 3a971d10a6 [MERGE] Merge lp:openerp-web/7.0.
bzr revid: bth@bth-laptop-20130326093643-746n0kzeu3nlwfe2
2013-03-26 15:06:43 +05:30
Xavier Morel 839ceca3e4 [FIX] visible text in Chrome on Linux after applying text-to-icon
@include text-to-icon makes the text invisible (and adds an icon), but
some platform apparently don't apply the text's transparency (or
visibility) to its shadow, leading to the invisible text's shadow
still being noticeably visible (an interesting literary idea, an
"invisible" man who still casts a shadow?) as if the text had not been
erased. Furthermore, combined with the 1px font size it made the text
look like some sort of screen smudge or glitch.

Fix by erasing the text-shadow as well as the text.

lp bug: https://launchpad.net/bugs/1158304 fixed

bzr revid: xmo@openerp.com-20130321164741-iakau7g1kfq2mqu4
2013-03-21 17:47:41 +01:00
Fabien Meghazi c20977eed8 [FIX] Form binary fields 'Select' and 'Save as' buttons does not work under IE9
lp bug: https://launchpad.net/bugs/1092869 fixed

bzr revid: fme@openerp.com-20130321103407-nh0ncw0vrqba7zfm
2013-03-21 11:34:07 +01:00
Paramjit Singh Sahota 3d545a4530 [IMP] Set position, width and top for hover on 'or' in Advance search to inhibits the excution of CURSOR on hover.
bzr revid: psa@tinyerp.com-20130320103207-6vbrf4dqnwo2s1u8
2013-03-20 16:02:07 +05:30
Paramjit Singh Sahota 6c8be94ab7 [IMP] Set cursor on 'or' in Advance search.
bzr revid: psa@tinyerp.com-20130320101528-0i90ne0dzqr5adgc
2013-03-20 15:45:28 +05:30
Fabien Meghazi ac64a4fcb8 [IMP] Improved box_info box_warning css
bzr revid: fme@openerp.com-20130314222616-gz7f0zpnpz0skq88
2013-03-14 23:26:16 +01:00
Fabien Meghazi ae24f3fb71 [FIX] Do not restraint info box width
bzr revid: fme@openerp.com-20130314115055-7vv9nw51hf284lz3
2013-03-14 12:50:55 +01:00
Fabien Meghazi f6f5b20d96 [FIX] missing oe_page_only class
bzr revid: fme@openerp.com-20130313162032-5jhh4nhk16z7qh1n
2013-03-13 17:20:32 +01:00
Fabien Meghazi bed679f1c8 [ADD] Added form view infobox styling
bzr revid: fme@openerp.com-20130313154429-yjrbj0oklt7hd0qw
2013-03-13 16:44:29 +01:00
Antony Lesuisse 1d3c577e33 [IMP] dbmanager create screen
bzr revid: al@openerp.com-20130311212353-9f591b5y0h216l70
2013-03-11 22:23:53 +01:00
niv-openerp 13ec67e478 [FIX] visual problem in some cases in field texts, solved by switching field texts to simple html output instead of textarea when in read-only mode
lp bug: https://launchpad.net/bugs/1149640 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130306151306-1qwv04bvw50z81z9
2013-03-06 16:13:06 +01:00
Xavier Morel 25baf23e23 [FIX] stacking of various "drop-down" elements
The search view's completion list should be in front of the search
view's drawer, which itself should (probably) be on top of the graph
view's "action" dropdown.

The graph view's dropdown itself needs a z-index > 0 to be in front of
the graph itself, otherwise it is inactive and unusable: it's visible
through the graph but not activable.

bzr revid: xmo@openerp.com-20130305093619-s1e5fbl80r7qnk5l
2013-03-05 10:36:19 +01:00
niv-openerp 77088d339b merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20130301143341-xa55351zb166bl2w
2013-03-01 15:33:41 +01:00
Fabien Meghazi 8f56c19ad4 [FIX] Kanban: Can't drag and drop in the last column position under IE9
bzr revid: fme@openerp.com-20130227210715-p2rqb0pa81078nms
2013-02-27 22:07:15 +01:00
Fabien Meghazi 1a1d413367 [FIX] Fixed layout
lp bug: https://launchpad.net/bugs/1097219 fixed

bzr revid: fme@openerp.com-20130218110802-1i6esihnb29f5nvh
2013-02-18 12:08:02 +01:00
niv-openerp 0272007aae [FIX] minor css fix
bzr revid: nicolas.vanhoren@openerp.com-20130131104804-2d7fo5iafvrhcklk
2013-01-31 11:48:04 +01:00
Bhumi Thakkar (Open ERP) 515e6f5cf0 [FIX] hit box of menu items is large and can sometimes overflow the page content on its right.--fixes:lp1098574
bzr revid: bth@tinyerp.com-20130115102141-wnu6rd323laxwhco
2013-01-15 15:51:41 +05:30
Frédéric van der Essen 16e1ca6880 [IMP] css: made the fallback color for gradients a mix of the endcolors instead of simply the start. Why? Because it's a better fallback of course.
bzr revid: fva@openerp.com-20130109131848-z3t8ad2qadypcduv
2013-01-09 14:18:48 +01:00
Christophe Matthieu 61455bb8b0 [IMP] menu css, don't display active color and need action hover the content document
bzr revid: chm@openerp.com-20130107133848-50ei3eioobx3z0a3
2013-01-07 14:38:48 +01:00
Christophe Matthieu 3be31fa63d [MERGE] trunk-bug-1095257-vja: In IE9,create database page should display in center.
bzr revid: chm@openerp.com-20130104154424-joyb3r3hfa2twslw
2013-01-04 16:44:24 +01:00
niv-openerp 3ef0096b5b [FIX] css problem in list view: list arrow appearing when we sort could appear on the text
lp bug: https://launchpad.net/bugs/1095269 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130103174214-zezyx4ieidugnl5q
2013-01-03 18:42:14 +01:00
niv-openerp e11e108bfb [FIX] problem when a menu item is too long, fixed with css
lp bug: https://launchpad.net/bugs/1094274 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130102125344-eet63kr1z9llfx8a
2013-01-02 13:53:44 +01:00
Christophe Matthieu 86c631dcd3 [MERGE] trunk-bug-1092097-vja: Timezone mismatch icon not displayed properly in IE9.
bzr revid: chm@openerp.com-20130102105940-d5r0mhrtj257nmju
2013-01-02 11:59:40 +01:00
Niko af7eb0cc06 [IE] bug 1092846
bzr revid: nwi@openerp.com-20121227161837-7qzx93roddfrtlhb
2012-12-27 17:18:37 +01:00
Niko cde9308d02 [IE] bug 1092869
bzr revid: nwi@openerp.com-20121227133339-to3uxdcuudc5ykyz
2012-12-27 14:33:39 +01:00
Fabien Pinckaers a109f7dc77 [IMP] min-width for many2many tags in editable lists
bzr revid: fp@tinyerp.com-20121220183756-x6h3lhpkco25flik
2012-12-20 19:37:56 +01:00
niv-openerp d69d4c313f [REVERT] commit 3645
bzr revid: nicolas.vanhoren@openerp.com-20121220152925-xi4lv0aapsu7za8w
2012-12-20 16:29:25 +01:00
Fabien Meghazi 1b52047191 [IMP] Move oe_application's height from full to base
bzr revid: fme@openerp.com-20121220151426-pw5qvnnikfyav2mh
2012-12-20 16:14:26 +01:00
vta vta@openerp.com 948d566403 [MERGE] Improvement on m2obutton widget
bzr revid: vta@openerp.com-20121220150716-a8w94s74x9ejqch5
2012-12-20 16:07:16 +01:00
niv-openerp df6001330f [IMP] changed height to min-height in body
bzr revid: nicolas.vanhoren@openerp.com-20121220144922-6qubjrdwjhi90wpm
2012-12-20 15:49:22 +01:00
Fabien Meghazi 7ad60256b7 [MERGE] nwi css improvements
bzr revid: fme@openerp.com-20121220132552-onlkvt50qk0al7t9
2012-12-20 14:25:52 +01:00
Niko c4e768b430 [IE] Change css rules
bzr revid: nwi@openerp.com-20121220111328-dxwuet3ir6fdzkw1
2012-12-20 12:13:28 +01:00
Niko b2d9daa009 [IE] Fix
bzr revid: nwi@openerp.com-20121220103653-26nauus9awk1sojk
2012-12-20 11:36:53 +01:00
Niko fb07bf7234 [MERGE] merge with trunk
bzr revid: nwi@openerp.com-20121220100314-98ka2wahul3lbu57
2012-12-20 11:03:14 +01:00
Niko 988b89a02c [IE] fix buttons problems
bzr revid: nwi@openerp.com-20121220085807-qoal2n8exedp7j61
2012-12-20 09:58:07 +01:00
Antony Lesuisse 7826bd85f8 [MERGE] trunk
bzr revid: al@openerp.com-20121219025047-og0v9r8x09y0wmd3
2012-12-19 03:50:47 +01:00
Niko aea874dac7 [FIX] ––Bug #1090982
bzr revid: nwi@openerp.com-20121218132913-66d57c4x0q6ari04
2012-12-18 14:29:13 +01:00
Niko 83d1374321 [FIX] fix color button ( modal box jquey ui)
bzr revid: nwi@openerp.com-20121218115652-mkgoezb6y7yhyho4
2012-12-18 12:56:52 +01:00
Fabien Meghazi fcf4d4040f [ADD] Allow admin to edit the company logo
bzr revid: fme@openerp.com-20121218111734-wu02xaifqyqz1g20
2012-12-18 12:17:34 +01:00
Niko 8ff4af977f [FIX] status bar for ie9
bzr revid: nwi@openerp.com-20121218110052-pufcjnp2850zbp74
2012-12-18 12:00:52 +01:00
Niko 826a6d8133 [FIX] status bar for ie9
bzr revid: nwi@openerp.com-20121218105954-jbhhl99f126o564m
2012-12-18 11:59:54 +01:00
niv-openerp 2aa92fdb69 [FIX] firefox problem with the overlay of blockUI
lp bug: https://launchpad.net/bugs/1090249 fixed

bzr revid: nicolas.vanhoren@openerp.com-20121217172021-mwzu1qss4mns6qok
2012-12-17 18:20:21 +01:00
vta vta@openerp.com d9333329a6 [FIX] Anonymous login css
bzr revid: vta@openerp.com-20121217085759-dpxwrkh4pa81k0pb
2012-12-17 09:57:59 +01:00
Fabien Pinckaers af8781cbc1 [IMP] CSS of logo
bzr revid: fp@tinyerp.com-20121215214113-dmv0ehnh0hezwws1
2012-12-15 22:41:13 +01:00
Antony Lesuisse 3e914abf80 [MERGE] customizable web logo by chs
bzr revid: al@openerp.com-20121215192659-g5psibisxvyl8adw
2012-12-15 20:26:59 +01:00