forked from extern/egroupware
Fix for pixelegg temp, extra width shows on "choose file" button in link tabs
This commit is contained in:
parent
c0a3e79a40
commit
bf53fbc7ba
@ -201,7 +201,6 @@
|
|||||||
}
|
}
|
||||||
span.et2_file_span {
|
span.et2_file_span {
|
||||||
background-image: url(../images/upload.png);
|
background-image: url(../images/upload.png);
|
||||||
width: 145px;
|
|
||||||
}
|
}
|
||||||
div.et2_file input.et2_file_upload {
|
div.et2_file input.et2_file_upload {
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
@ -266,10 +265,8 @@
|
|||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
margin-left: 60px;
|
|
||||||
/*margin-top: 1em;*/
|
/*margin-top: 1em;*/
|
||||||
/*padding-top: 0.2em;*/
|
/*padding-top: 0.2em;*/
|
||||||
/*width: auto;*/
|
|
||||||
}
|
}
|
||||||
.et2_link_to .et2_file span {
|
.et2_link_to .et2_file span {
|
||||||
background-image: url("../images/upload.png");
|
background-image: url("../images/upload.png");
|
||||||
|
Loading…
Reference in New Issue
Block a user