Commit 63a4464c authored by Gabriel Monnerat's avatar Gabriel Monnerat

improve css

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45302 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 99022708
......@@ -517,9 +517,8 @@ div#select_language li li {\n
border-right: 1px solid #C9D7F1;\n
}\n
\n
.menu_create_object li li, {\n
.menu_create_object li li, {\n
display:block;\n
float:none;\n
margin-left:0;\n
}\n
\n
......@@ -531,9 +530,9 @@ div#select_language li ul {\n
width:70px;\n
}\n
\n
\n
.menu_create_object li ul {\n
border:1px solid #D1D1D1;\n
background-color: #FFF;\n
}\n
.menu_create_object li ul, div#select_language li ul {\n
display:none;\n
......@@ -1135,6 +1134,11 @@ div.navigation-right fieldset.widget div {\n
\n
span.date-format {\n
font-style: italic;\n
}\n
\n
span#no-input-file {\n
display: none;\n
color: #f61717;\n
}
]]></string> </value>
......
......@@ -93,6 +93,7 @@ function checkConversion(){\n
status = jQuery.parseJSON(data);\n
switch (status) {\n
case "converted":\n
$("a#loading_message").text("Opening your Document...");\n
clearTimeout();\n
setTimeout(updateWebPage(), 1000); \n
break;\n
......
348
\ No newline at end of file
349
\ 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