Skip to content
Snippets Groups Projects
Commit db72754c authored by Florian Gnaegi - frentix GmbH's avatar Florian Gnaegi - frentix GmbH
Browse files

OO-1068 fix gui debug

parent 77c8fb35
No related branches found
No related tags found
No related merge requests found
...@@ -33,10 +33,10 @@ ...@@ -33,10 +33,10 @@
</fieldset> </fieldset>
<fieldset id="o_dev_tool_log" class="clearfix small" style="display:none"> <fieldset id="o_dev_tool_log" class="clearfix small" style="display:none">
<strong>Console:</strong> (newest msg on top) <legend>Console:</legend> (newest msg on top)
<form action="#"> <form action="#">
<textarea id="o_debug_cons"></textarea> <textarea id="o_debug_cons" class="form-control"></textarea>
<input type="button" onclick="o_clearConsole()" name="abc" value="Clear console"> <input type="button" onclick="o_clearConsole()" name="abc" value="Clear console">
</form> </form>
</fieldset> </fieldset>
......
...@@ -67,22 +67,12 @@ a.o_dev { ...@@ -67,22 +67,12 @@ a.o_dev {
} }
#o_dev_tool {} #o_dev_tool {
#o_dev_tool_mode { width: 1em; height: 1em; float: left; border:1px solid #000; margin-right: 5px;} #o_dev_tool_mode {
#o_dev_tool_compdump {} width: 1em;
#o_dev_tool_log textarea#o_debug_cons { width: 99%; height: 15em; font-family: monospace; font-size: 110%; margin: 5px 0 5px 0;} height: 1em;
float: left;
border:1px solid #000;
/* margin-right: 5px;
iframe.o_debug_json { }
position: fixed;
width: 90%;
margin-left: 5%;
bottom: 4px;
height: 300px;
background: white;
border:2px solid #ccd8e7;
z-index:90000; //above all ^^
}
} }
*/
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment