Fix link-entry sizing too small

This commit is contained in:
Nathan Gray 2014-03-24 20:45:29 +00:00
parent 74c4957f2c
commit f13fa742d8
2 changed files with 0 additions and 25 deletions

View File

@ -332,13 +332,6 @@
div.et2_link_to input {
width: 72% !important;
}
div.et2_link_entry select {
width: 30% !important;
}
div.et2_link_entry input.ui-autocomplete-input {
width: 51% !important;
padding-bottom: 1px;
}
/**
* Tabs widget
*/

View File

@ -228,24 +228,6 @@ div.et2_link_to{
input{width: 72% !important;}
}
div.et2_link_entry{
//left
select {width: 30% !important;;}
//center
input.ui-autocomplete-input {
width: 51% !important;;
padding-bottom: 1px;
}
//right - button
//line 201
}
// defined in layout-dialog.less
/**
* Tabs widget