Commit bdacd082 authored by Gabriel Monnerat's avatar Gabriel Monnerat

- improve css

- add javascript code to hide gadget message

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44186 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c97f1c4
......@@ -38,6 +38,7 @@
<div id="advertisement">\n
<h2>Welcome to UNG Web Office</h2>\n
<p>Sign in to edit documents, spreadsheets and drawing and share this document with your friends</p>\n
</div>\n
<div id="login-box">\n
<table id="field_table">\n
......
......@@ -1080,6 +1080,10 @@ td#form-message {\n
\n
div#advertisement h2 {\n
font-size: 15pt;\n
}\n
\n
div#advertisement p {\n
font-size: 12px !important; \n
}
]]></string> </value>
......
......@@ -518,6 +518,10 @@ $().ready(function(){\n
$("a.document").css("text-decoration", "none")\n
.css("color", "#000");\n
}\n
var h3Tag = $("div#page_wrapper div h3");\n
if (h3Tag.text().replace(/^\\s+/,\'\').replace(/\\s+$/,\'\') == "Your tab is empty."){\n
h3Tag.hide();\n
}\n
return false;\n
});
......
284
\ No newline at end of file
285
\ 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