Commit d92ceba4 authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix css to UNG menu

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42334 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 441c009e
...@@ -453,7 +453,8 @@ $().ready(function(){\n ...@@ -453,7 +453,8 @@ $().ready(function(){\n
$("div.listbox-tree, div.gadget-action div.front_pad").css("width", "79%");\n $("div.listbox-tree, div.gadget-action div.front_pad").css("width", "79%");\n
$("td.listbox-table-domain-tree-cell a").css("padding-right", "25px");\n $("td.listbox-table-domain-tree-cell a").css("padding-right", "25px");\n
$("div.header-right").css("width", "52.3%");\n $("div.header-right").css("width", "52.3%");\n
}\n };\n
$("a.tree-open").parent().parent().css("background-color", "#BBCCFF");\n
return false;\n return false;\n
}); });
......
...@@ -145,7 +145,7 @@ div.gadget-column div.file-selection div.file-quick-browser,\n ...@@ -145,7 +145,7 @@ div.gadget-column div.file-selection div.file-quick-browser,\n
}\n }\n
\n \n
div.quick-search-item, td.listbox-table-domain-tree-cell a {\n div.quick-search-item, td.listbox-table-domain-tree-cell a {\n
padding-left: 20px;\n padding-left: 15px;\n
font-size: 13px;\n font-size: 13px;\n
line-height: 19px;\n line-height: 19px;\n
cursor: pointer;\n cursor: pointer;\n
...@@ -834,10 +834,6 @@ td.listbox-table-domain-tree-cell a {\n ...@@ -834,10 +834,6 @@ td.listbox-table-domain-tree-cell a {\n
padding-top: 3px;\n padding-top: 3px;\n
}\n }\n
\n \n
a.tree-open {\n
background-color: #BBCCFF;\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
......
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