Remove unnecessary extra classes set in the SqlFieldControl, and also

removed the unnecessary classes for the same in the overrides.css file.
This commit is contained in:
Surinder Kumar 2016-04-29 16:05:26 +05:30 committed by Ashesh Vashi
parent 9ef7132e83
commit c15b7c6cae
2 changed files with 1 additions and 18 deletions

View File

@ -853,23 +853,6 @@ td.edit-cell.editable.sortable.renderable.editor {
background-color: #f7f7f7;
}
/* Define custom height for use in SqlField control */
.sql_field_height_100 {
height: 100px;
}
.sql_field_height_200 {
height: 200px;
}
.sql_field_height_300 {
height: 340px;
}
.sql_field_height_400 {
height: 440px;
}
.tab-pane.SQL {
padding: 0px 7px 0px 0px;
}

View File

@ -1906,7 +1906,7 @@
defaults: {
label: "",
extraClasses: ['sql_field_height_300'], // Add default control height
extraClasses: [], // Add default control height
helpMessage: null,
maxlength: 4096,
rows: undefined