Commit bec1704d authored by Romain Courteaud's avatar Romain Courteaud

Improve domain tree layout

parent d260e9b4
...@@ -567,16 +567,16 @@ button.tree-closed{\n ...@@ -567,16 +567,16 @@ button.tree-closed{\n
background: none;\n background: none;\n
border: none;\n border: none;\n
cursor: pointer;\n cursor: pointer;\n
padding-left: 15px;\n
text-align: left;\n
}\n }\n
button.tree-open{\n button.tree-open{\n
background: url("./images/tree_open.png") no-repeat scroll left center transparent;\n background: url("./images/tree_open.png") no-repeat scroll left 4px transparent;\n
font-weight: bold;\n font-weight: bold;\n
padding-left: 15px;\n
}\n }\n
\n \n
button.tree-closed{\n button.tree-closed{\n
background: url("./images/tree_closed.png") no-repeat scroll left center transparent;\n background: url("./images/tree_closed.png") no-repeat scroll left 4px transparent;\n
padding-left: 15px;\n
}\n }\n
\n \n
\n \n
......
1071 1072
\ 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