Added styles for import/export Go button, select and input types alignment, and import notification

This commit is contained in:
lorilee
2010-06-11 01:18:18 -04:00
parent 62893b7c86
commit 2dd664b035

View File

@@ -1249,13 +1249,30 @@ select#db_select, select#table_select {
margin: 7px;
}
.exportoptions label, .importoptions label {
.exportoptions label, .importoptions label, .exportoptions p, .importoptions p {
margin: 5px;
float: none;
}
#csv_options .desc, #latex_options .desc, #output .desc{
float: left;
width: 15em;
}
.exportoptions, .importoptions {
margin: 30px 0px 30px 10px
margin: 30px 30px 30px 10px
}
.exportoptions #buttonGo, .importoptions #buttonGo {
padding: 5px 30px;
-moz-border-radius: 11px;
-webkit-border-radius:
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
border: 1px solid #444444;
background-color: #ffffff;
cursor: pointer;
}
.export_sub_options {
@@ -1266,6 +1283,11 @@ select#db_select, select#table_select {
border-bottom: 1px #999999 solid;
}
.importoptions #import_notification {
margin: 10px 0px;
font-style: italic;
}
p.desc {
margin: 5px;
}