зеркало из https://github.com/mozilla/gecko-dev.git
Style changes
This commit is contained in:
Родитель
c6c3784f35
Коммит
caaf2a6724
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче