better error messages, more robust csv uploading

This commit is contained in:
Max Ogden
2011-09-16 21:56:23 -07:00
parent 935e0d15a0
commit fe8df046da
10 changed files with 145 additions and 98 deletions

View File

@@ -450,7 +450,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
font-size: 11px;
}
#left-panel {
.left-panel {
position: fixed;
overflow: hidden;
padding: 0px;
@@ -459,14 +459,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
background: #e3e9ff;
}
#left-panel .ui-tabs .ui-tabs-panel {
.left-panel .ui-tabs .ui-tabs-panel {
border-left: none;
border-right: none;
border-bottom: none;
padding: 0;
}
#right-panel {
.right-panel {
position: fixed;
top: 40px;
left: 0px;