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

Dynamize ung listbox height

* Fix its height to a dynamic format
parent f22194fb
......@@ -972,6 +972,7 @@ div.block div.content {\n
\n
div.portal-column {\n
width: 100% !important;\n
min-height: 0 !important;\n
}\n
\n
div#page_wrapper div.minimize_wrapper div.edit-form fieldset.left,\n
......@@ -1014,6 +1015,10 @@ div#add_new_gadget_link {\n
width: 50% !important;\n
}\n
\n
div#page_wrapper {\n
min-height: 0 !important;\n
}\n
\n
div.front_pad div#page_wrapper {\n
margin: -0.5em 0 0 !important;\n
}\n
......
2011-09-21 gabriel.oliveira
* Dynamize ung listbox height
2011-09-21 gabriel.oliveira
* Fix image url location
......
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