Commit f975b64c authored by Gabriel Monnerat's avatar Gabriel Monnerat

clean up css

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42336 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb50ac63
...@@ -39,13 +39,6 @@ function getWebEditorName(){\n ...@@ -39,13 +39,6 @@ function getWebEditorName(){\n
return currentUrlSplitted[currentUrlSplitted.length-1];\n return currentUrlSplitted[currentUrlSplitted.length-1];\n
}\n }\n
\n \n
function createBlankSpace(amount){\n
blankSpaceStr = "";\n
for (var n=1; n < amount; n++)\n
blankSpaceStr += "&nbsp;";\n
return blankSpaceStr; \n
}\n
\n
function getUrlParameterList(){\n function getUrlParameterList(){\n
var argumentList = {};\n var argumentList = {};\n
resultList = window.location.href.split("?")[1].split("&");\n resultList = window.location.href.split("?")[1].split("&");\n
...@@ -156,12 +149,6 @@ $().ready(function(){\n ...@@ -156,12 +149,6 @@ $().ready(function(){\n
});\n });\n
if ($("div.gadget-column").length == 1) {\n if ($("div.gadget-column").length == 1) {\n
$("a.domain_selected").text($("a.tree-open").text());\n $("a.domain_selected").text($("a.tree-open").text());\n
$("a.tree-open, a.tree-closed").each(function(){\n
if ($(this).text() == "Starred" || $(this).text() == "Hidden")\n
$(this).html($(this).text() + createBlankSpace(11));\n
if ($(this).text() == "Trash")\n
$(this).html($(this).text() + createBlankSpace(13));\n
})\n
var listboxTreeHeight = $("div.listbox-tree").css("height").replace("px", "");\n var listboxTreeHeight = $("div.listbox-tree").css("height").replace("px", "");\n
var domainTreeHeight = $("div.listbox-domain-tree-container").css("height").replace("px", "");\n var domainTreeHeight = $("div.listbox-domain-tree-container").css("height").replace("px", "");\n
if (parseInt(listboxTreeHeight) > parseInt(domainTreeHeight)){\n if (parseInt(listboxTreeHeight) > parseInt(domainTreeHeight)){\n
......
...@@ -154,7 +154,7 @@ div.quick-search-item, td.listbox-table-domain-tree-cell a {\n ...@@ -154,7 +154,7 @@ div.quick-search-item, td.listbox-table-domain-tree-cell a {\n
}\n }\n
\n \n
div.quick-search-item:hover,\n div.quick-search-item:hover,\n
td.listbox-table-domain-tree-cell a:hover {\n table.listbox-table-domain-tree tbody tr:hover {\n
background-color: #DAE6F6;\n background-color: #DAE6F6;\n
}\n }\n
\n \n
...@@ -828,12 +828,6 @@ table.listbox-table-domain-tree {\n ...@@ -828,12 +828,6 @@ table.listbox-table-domain-tree {\n
width: 100%;\n width: 100%;\n
}\n }\n
\n \n
td.listbox-table-domain-tree-cell a {\n
padding-bottom: 3px;\n
padding-right: 69px;\n
padding-top: 3px;\n
}\n
\n
a.domain_selected {\n a.domain_selected {\n
float:left !important;\n float:left !important;\n
font-size: 15px !important;\n font-size: 15px !important;\n
......
164 165
\ No newline at end of file \ 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