mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix size of Mine icon in filemanager-select dialog
This commit is contained in:
parent
1694087d9c
commit
6389e3939b
@ -63,7 +63,7 @@ div.filemanager_navigation > label > input {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
#filemanager-index_nm img.vfsMimeIcon {
|
||||
#filemanager-index_nm img.vfsMimeIcon, #filemanager-select img.vfsMimeIcon {
|
||||
max-height: 16px;
|
||||
height: auto;
|
||||
}
|
||||
|
@ -90,7 +90,8 @@ div.filemanager_navigation > label > input {
|
||||
text-overflow: ellipsis;
|
||||
max-height: none;
|
||||
}
|
||||
#filemanager-index_nm img.vfsMimeIcon {
|
||||
#filemanager-index_nm img.vfsMimeIcon,
|
||||
#filemanager-select img.vfsMimeIcon {
|
||||
max-height: 16px;
|
||||
height: auto;
|
||||
}
|
||||
@ -373,7 +374,7 @@ table.egwGridView_grid img {
|
||||
#filemanager-select .dialogHeader .selectPathContainer {
|
||||
overflow: auto;
|
||||
width: 470px;
|
||||
margin_top: 0px;
|
||||
margin-top: 0px;
|
||||
height: 32px;
|
||||
}
|
||||
#filemanager-select .dialogHeader .selectPathContainer input {
|
||||
@ -396,10 +397,6 @@ table.egwGridView_grid img {
|
||||
#filemanager-select table#filemanager-select_dir tr:nth-child(odd) {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
#filemanager-select .vfsMimeIcon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
/*// #####################################################*/
|
||||
/*Dialog filemanager edit POPUP WINDOW*/
|
||||
div#filemanager-file_tabs {
|
||||
|
@ -234,7 +234,7 @@ table.egwGridView_grid img {
|
||||
.selectPathContainer {
|
||||
overflow: auto;
|
||||
width: 470px;
|
||||
margin_top: 0px;
|
||||
margin-top: 0px;
|
||||
height: 32px;
|
||||
|
||||
input {height: 20px;}
|
||||
@ -256,11 +256,6 @@ table.egwGridView_grid img {
|
||||
tr:nth-child(odd) {background: @color_odd;}
|
||||
|
||||
}
|
||||
|
||||
//Icon in Table
|
||||
.vfsMimeIcon {width: 16px; height: 16px;}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user