mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix file upload button does not cover its caption 100%
This commit is contained in:
parent
68e4e1479e
commit
835913e454
@ -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