Commit cd907643 authored by Gabriel L. Oliveira's avatar Gabriel L. Oliveira

Dynamize UNG width and height layout

* main UNG listbox now has a dynamic width
* listbox-tree-navigation now has a dynamic width
* Both 'height' are now dynamic
XXX: need to set a 'min-height' for main UNG listbox
parent c90db793
...@@ -141,7 +141,6 @@ div.gadget-column div.file-selection div.file-quick-browser,\n ...@@ -141,7 +141,6 @@ div.gadget-column div.file-selection div.file-quick-browser,\n
padding-top: 5px;\n padding-top: 5px;\n
padding-bottom: 5px;\n padding-bottom: 5px;\n
border-bottom: 1px solid #DDD;\n border-bottom: 1px solid #DDD;\n
width:14.3em;\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
...@@ -324,8 +323,7 @@ div.header-right {\n ...@@ -324,8 +323,7 @@ div.header-right {\n
width: 41.3%;;\n width: 41.3%;;\n
}\n }\n
\n \n
div.main-left, div.main-right, div.main {\n div.main-left, div.main-right {\n
height: 45em;\n
margin-top: -0.6em;\n margin-top: -0.6em;\n
}\n }\n
\n \n
...@@ -403,9 +401,11 @@ div.content {\n ...@@ -403,9 +401,11 @@ div.content {\n
border-top:4px solid #BBCCFF;\n border-top:4px solid #BBCCFF;\n
}\n }\n
\n \n
/* XXX: This was creating a fixed background colored block of 27em\n
div.main-right div.content {\n div.main-right div.content {\n
height:27em;\n height:27em;\n
}\n }\n
*/\n
\n \n
div.listbox-body div.main-right tbody {\n div.listbox-body div.main-right tbody {\n
height:25.35em;\n height:25.35em;\n
...@@ -828,8 +828,6 @@ div.listbox-domain-tree-container select {\n ...@@ -828,8 +828,6 @@ div.listbox-domain-tree-container select {\n
\n \n
div.listbox-tree {\n div.listbox-tree {\n
font-size: 13px;\n font-size: 13px;\n
width: 98.7%;\n
overflow: hidden;\n
height: 233px;\n height: 233px;\n
}\n }\n
\n \n
......
2011-09-21 gabriel.oliveira
* Dynamize UNG width and height layout
2011-09-21 gabriel.oliveira 2011-09-21 gabriel.oliveira
* Add method to display dynamic 'loading' information * Add method to display dynamic 'loading' information
......
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