Commit bec1704d authored by Romain Courteaud's avatar Romain Courteaud

Improve domain tree layout

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