forked from extern/egroupware
Fix file upload button does not cover its caption 100%
This commit is contained in:
parent
615f7f0260
commit
44fe27f2b8
@ -648,7 +648,7 @@ div.et2_file {
|
|||||||
}
|
}
|
||||||
/* Customize file upload styling */
|
/* Customize file upload styling */
|
||||||
span.et2_file_span{
|
span.et2_file_span{
|
||||||
display: block;
|
display: inline-block;
|
||||||
background-position: 2px;
|
background-position: 2px;
|
||||||
background-image: url(images/attach.png);
|
background-image: url(images/attach.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -250,7 +250,6 @@
|
|||||||
}
|
}
|
||||||
span.et2_file_span {
|
span.et2_file_span {
|
||||||
background-image: url(../images/attach.png);
|
background-image: url(../images/attach.png);
|
||||||
width: 145px;
|
|
||||||
}
|
}
|
||||||
span.et2_file_span img[url*="svg"] {
|
span.et2_file_span img[url*="svg"] {
|
||||||
background-color: #b4b4b4 !important;
|
background-color: #b4b4b4 !important;
|
||||||
|
@ -239,7 +239,6 @@
|
|||||||
}
|
}
|
||||||
span.et2_file_span {
|
span.et2_file_span {
|
||||||
background-image: url(../images/attach.png);
|
background-image: url(../images/attach.png);
|
||||||
width: 145px;
|
|
||||||
}
|
}
|
||||||
span.et2_file_span img[url*="svg"] {
|
span.et2_file_span img[url*="svg"] {
|
||||||
background-color: #b4b4b4 !important;
|
background-color: #b4b4b4 !important;
|
||||||
|
@ -206,7 +206,6 @@ span.et2_date span {
|
|||||||
}
|
}
|
||||||
span.et2_file_span{
|
span.et2_file_span{
|
||||||
background-image: url(../images/attach.png);
|
background-image: url(../images/attach.png);
|
||||||
width: 145px;
|
|
||||||
.Complete_Button_save_apply_copy !important;
|
.Complete_Button_save_apply_copy !important;
|
||||||
}
|
}
|
||||||
div.et2_file input.et2_file_upload{
|
div.et2_file input.et2_file_upload{
|
||||||
|
@ -261,7 +261,6 @@
|
|||||||
}
|
}
|
||||||
span.et2_file_span {
|
span.et2_file_span {
|
||||||
background-image: url(../images/attach.png);
|
background-image: url(../images/attach.png);
|
||||||
width: 145px;
|
|
||||||
}
|
}
|
||||||
span.et2_file_span img[url*="svg"] {
|
span.et2_file_span img[url*="svg"] {
|
||||||
background-color: #b4b4b4 !important;
|
background-color: #b4b4b4 !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user