Implement et2_fullWidth class for link_entry

This commit is contained in:
Hadi Nategh 2014-03-11 12:28:03 +00:00
parent e00ddbaeb3
commit 648934061f

View File

@ -487,7 +487,7 @@ div.et2_file {
*/ */
/* Link entry - x button*/ /* Link entry - x button*/
div.et2_link_entry { div.et2_link_entry {
width: 100%; width: 99%;
white-space: nowrap; white-space: nowrap;
} }
div.et2_link_entry:after { div.et2_link_entry:after {
@ -1362,7 +1362,8 @@ ul.et2_nowrap, div.et2_nowrap{
/** /**
* Some general styles usable for all apps (and widgets) * Some general styles usable for all apps (and widgets)
*/ */
.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, .et2_fullWidth textarea { .et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select,
.et2_fullWidth textarea , .et2_fullWidth input.et2_link_entry {
width: 99%; width: 99%;
} }
/* position icons behind input */ /* position icons behind input */