Commit fa5f19e4 authored by Lingnan Wu's avatar Lingnan Wu

change the ung.css to fix the layout

parent 49c4fd1a
...@@ -247,12 +247,12 @@ div.main { ...@@ -247,12 +247,12 @@ div.main {
} }
/***************** UNG main page ********************/ /***************** UNG main page ********************/
/* left */ /* left */
div.main-left { #content .main-left {
border-right: 4px solid #BBCCFF; border-right: 4px solid #BBCCFF;
background-color: #DAE6F6; background-color: #DAE6F6;
height: 100%; height: 400px;
margin-left: -4px; margin-left: -4px;
width: 12em; width: 15%;
margin-top: -0.6em; margin-top: -0.6em;
overflow:auto; overflow:auto;
float:left; float:left;
...@@ -360,7 +360,8 @@ div.listbox-domain-tree-container select { ...@@ -360,7 +360,8 @@ div.listbox-domain-tree-container select {
display: none; display: none;
} }
.tree-open, .tree-closed { .tree-open, .tree-closed {
background: none repeat scroll 0 0 #FFFFFF; color:black;
background: #FFFFFF;
border: medium none; border: medium none;
cursor: pointer; cursor: pointer;
margin-left: 1em; margin-left: 1em;
...@@ -369,11 +370,12 @@ div.listbox-domain-tree-container select { ...@@ -369,11 +370,12 @@ div.listbox-domain-tree-container select {
/* right */ /* right */
div.main-right { #content .main-right {
height: 100%; height: 100%;
margin-top: -0.6em; margin-top: -0.6em;
float:right; width:85%;
margin-left: -3px; float:left;
margin-left:0px;
} }
div.main-right fieldset.widget { div.main-right fieldset.widget {
margin-top: 5px; margin-top: 5px;
......
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