mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 05:59:15 +01:00
Specify et2_file and et2_vfs_btn classes for et2_link_to widget
This commit is contained in:
parent
70b2e235ce
commit
673836332d
@ -467,7 +467,6 @@ div.et2_file {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 37%;
|
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
@ -643,6 +642,25 @@ div.et2_link_entry input.ui-autocomplete-input {
|
|||||||
float: left;
|
float: left;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
}
|
}
|
||||||
|
.et2_link_to button.et2_vfs_btn{
|
||||||
|
float: left;
|
||||||
|
margin: 0;
|
||||||
|
text-align: left;
|
||||||
|
height: 24px !important;
|
||||||
|
padding-left: 30px !important;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 4px center;
|
||||||
|
background-size: 20px auto;
|
||||||
|
width: 35%;
|
||||||
|
}
|
||||||
|
.et2_link_to div.et2_file{
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 37%;
|
||||||
|
margin-left: 8px;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
.et2_link {
|
.et2_link {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #003075;
|
color: #003075;
|
||||||
@ -775,7 +793,6 @@ ul.et2_vfs {
|
|||||||
padding: 0.25ex;
|
padding: 0.25ex;
|
||||||
}
|
}
|
||||||
button.et2_vfs_btn {
|
button.et2_vfs_btn {
|
||||||
float:left;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
height: 24px !important;
|
height: 24px !important;
|
||||||
@ -783,7 +800,6 @@ button.et2_vfs_btn {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 4px center;
|
background-position: 4px center;
|
||||||
background-size: 20px auto;
|
background-size: 20px auto;
|
||||||
width:35%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user