Address et2_fullWidth span with position relative only for url widget

This commit is contained in:
Hadi Nategh 2014-03-12 18:57:07 +00:00
parent 5e74e836f7
commit d373541456

View File

@ -1350,7 +1350,7 @@ ul.et2_nowrap, div.et2_nowrap{
width: 99%; width: 99%;
} }
/* position icons behind input */ /* position icons behind input */
.et2_fullWidth, .et2_fullWidth span { .et2_fullWidth, .et2_fullWidth span.et2_url_span {
position: relative; position: relative;
} }
.et2_fullWidth a.et2_url { .et2_fullWidth a.et2_url {