[svn r43575] Whack CSS a bit to have dots which does not go under the navbar
--HG-- branch : trunk
This commit is contained in:
parent
357df802d7
commit
29e19de6a4
|
@ -20,6 +20,10 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.main {
|
||||||
|
margin-right: 170px;
|
||||||
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
color: #F00;
|
color: #F00;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -32,6 +36,7 @@
|
||||||
background-color: #ffd;
|
background-color: #ffd;
|
||||||
border: 1px solid #003;
|
border: 1px solid #003;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navbar tr, #navbar td {
|
#navbar tr, #navbar td {
|
||||||
|
@ -106,13 +111,15 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<table id="main_table">
|
<div class="main">
|
||||||
</table>
|
<table id="main_table">
|
||||||
|
</table>
|
||||||
<fieldset id="messagebox_fieldset">
|
<fieldset id="messagebox_fieldset">
|
||||||
<legend><b>Data [<a href="javascript:hide_messagebox()">hide</a>]:</b></legend>
|
<legend><b>Data [<a href="javascript:hide_messagebox()">hide</a>]:</b></legend>
|
||||||
<a name="message"> </a>
|
<a name="message"> </a>
|
||||||
<div id="messagebox"></div>
|
<div id="messagebox"></div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
</div>
|
||||||
<a name="aftermessage"> </a>
|
<a name="aftermessage"> </a>
|
||||||
<div id="testmain"></div>
|
<div id="testmain"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -156,7 +156,7 @@ def add_received_item_outcome(msg, module_part):
|
||||||
td.appendChild(link)
|
td.appendChild(link)
|
||||||
exported_methods.show_fail(item_name, fail_come_back)
|
exported_methods.show_fail(item_name, fail_come_back)
|
||||||
|
|
||||||
if counters[msg['fullmodulename']] % MAX_COUNTER == 0:
|
if counters[msg['fullmodulename']] == 0:
|
||||||
tr = create_elem("tr")
|
tr = create_elem("tr")
|
||||||
module_part.appendChild(tr)
|
module_part.appendChild(tr)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue