Style changes

This commit is contained in:
vladimir%pobox.com 2006-08-31 01:42:30 +00:00
parent c6c3784f35
commit caaf2a6724
2 changed files with 12 additions and 5 deletions

View File

@ -31,10 +31,10 @@
<!-- Take your damn divs and floats and clears and shove 'em! -->
<form action="javascript:;">
<table class="graphconfig" width="100%">
<table class="graphconfig-no" width="100%">
<tr style="vertical-align: top">
<td>
<td class="graphconfig">
<table>
<tr style="vertical-align: top;">
<td>Show</td>
@ -61,10 +61,10 @@
<br>
<input id="bonsaibutton" type="button" onclick="onUpdateBonsai()" value="Refresh Bonsai Data">
<!--<input id="bonsaibutton" type="button" onclick="onUpdateBonsai()" value="Refresh Bonsai Data">-->
</td>
<td>
<td class="graphconfig-list">
<div id="graphforms"></div>
<div id="addone">

View File

@ -1,7 +1,14 @@
.graphconfig {
background-color: #cccccc;
-moz-border-radius: 10px;
-moz-border-radius: 10px 0 0 10px;
padding: 10px;
width: 15em;
}
.graphconfig-list {
background-color: #cccccc;
-moz-border-radius: 0 10px 10px 0;
padding: 10px;
}