Commit 712f72e5 authored by Kevin Deldycke's avatar Kevin Deldycke

Fix widget alignment in bottom fieldset (bug #517)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12016 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 59cd86c0
......@@ -656,6 +656,13 @@ fieldset.bottom .field label {\n
float: left;\n
}\n
\n
# Exception case of the previous generic rule\n
# The CSS statement below fix bug #517: it doesn\'t make sense to have\n
# floating div in bottom field since label are hidden.\n
fieldset.bottom .field .input {\n
float: inherit;\n
}\n
\n
.content .field .input a {\n
vertical-align: middle;\n
}\n
......
2007-01-11 Kevin
* Fix widget alignment in bottom fieldset.
2006-09-14 Aurel
* fix removeUnpickableObject in Base_callDialogMethod to take listbox into account
......
Copyright (c) 2006 Nexedi SARL
\ No newline at end of file
Copyright (c) 2006-2007 Nexedi SARL
\ No newline at end of file
This style is a rewrite of erp5_html_style more CSS and semantic html oriented.
This style is a rewrite of erp5_html_style more CSS and semantic html oriented.
Handles page parameters dynamically.
\ No newline at end of file
316
\ No newline at end of file
326
\ No newline at end of file
1.2.29
\ No newline at end of file
1.2.30
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment