Commit 21da0c44 authored by Gabriel Monnerat's avatar Gabriel Monnerat

improve the css of preference dialog

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41698 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f78c942b
......@@ -237,7 +237,7 @@ $(document).ready(function(){\n
});\n
$("div#preference_dialog").dialog({\n
autoOpen: false,\n
height: 140,\n
height: 420,\n
width: 330,\n
modal: true,\n
});\n
......
......@@ -889,6 +889,7 @@ div#login_form input {\n
div#preference_dialog {\n
display:none;\n
width: 308px !important;\n
font-size: 14px;\n
}\n
\n
fieldset.center.editable, fieldset.right.editable {\n
......@@ -907,6 +908,12 @@ span#ui-dialog-title-preference_dialog {\n
margin: 0;\n
margin-top: -3px;\n
margin-left: -10px;\n
font-size: 17px;\n
}\n
\n
div#preference_dialog div.field {\n
padding-bottom: 1px;\n
padding-top: 1px;\n
}
]]></string> </value>
......
139
\ No newline at end of file
140
\ 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