Fixed the add button on AddSeries.

This commit is contained in:
Mark McDowall 2011-12-04 19:15:02 -08:00
commit f99e629817
3 changed files with 32 additions and 11 deletions

View file

@ -1,4 +1,16 @@
<span>
<style>
#saveDir
{
padding-bottom: 1px;
}
#saveDir span
{
margin-top: -2px;
}
</style>
<span>
<input id="rootDirInput" class="folderLookup" type="text" style="width: 400px" />
<button id="saveDir">
Add</button>