Organized the code and added comments; Updated styles for the submit button
This commit is contained in:
@@ -1230,12 +1230,8 @@ table#serverconnection_trg_local {
|
|||||||
{background:#F00;}
|
{background:#F00;}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Export styles
|
* Export and Import styles
|
||||||
*/
|
*/
|
||||||
select#db_select, select#table_select {
|
|
||||||
width: 400px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.exportoptions h3, .importoptions h3 {
|
.exportoptions h3, .importoptions h3 {
|
||||||
border-bottom: 1px #999999 solid;
|
border-bottom: 1px #999999 solid;
|
||||||
}
|
}
|
||||||
@@ -1248,13 +1244,12 @@ select#db_select, select#table_select {
|
|||||||
.exportoptions li, .importoptions li {
|
.exportoptions li, .importoptions li {
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.exportoptions label, .importoptions label, .exportoptions p, .importoptions p {
|
.exportoptions label, .importoptions label, .exportoptions p, .importoptions p {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#csv_options .desc, #ldi_options .desc, #latex_options .desc, #output .desc{
|
#csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
|
||||||
float: left;
|
float: left;
|
||||||
width: 15em;
|
width: 15em;
|
||||||
}
|
}
|
||||||
@@ -1266,15 +1261,26 @@ select#db_select, select#table_select {
|
|||||||
.exportoptions #buttonGo, .importoptions #buttonGo {
|
.exportoptions #buttonGo, .importoptions #buttonGo {
|
||||||
padding: 5px 30px;
|
padding: 5px 30px;
|
||||||
-moz-border-radius: 11px;
|
-moz-border-radius: 11px;
|
||||||
-webkit-border-radius:
|
-webkit-border-radius: 11px;
|
||||||
|
border-radius: 11px;
|
||||||
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
|
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
|
||||||
background: -moz-linear-gradient(top, #ffffff, #cccccc);
|
background: -moz-linear-gradient(top, #ffffff, #cccccc);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
|
||||||
border: 1px solid #444444;
|
border: 1px solid #444444;
|
||||||
background-color: #ffffff;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.desc {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Export styles only
|
||||||
|
*/
|
||||||
|
select#db_select, select#table_select {
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
.export_sub_options {
|
.export_sub_options {
|
||||||
margin: 30px 0px 0px 30px;
|
margin: 30px 0px 0px 30px;
|
||||||
}
|
}
|
||||||
@@ -1283,12 +1289,16 @@ select#db_select, select#table_select {
|
|||||||
border-bottom: 1px #999999 solid;
|
border-bottom: 1px #999999 solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Import styles only
|
||||||
|
*/
|
||||||
|
|
||||||
.importoptions #import_notification {
|
.importoptions #import_notification {
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.desc {
|
input#input_import_file {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user