fix size of Mine icon in filemanager-select dialog

This commit is contained in:
Ralf Becker 2015-01-13 08:39:19 +00:00
parent 1694087d9c
commit 6389e3939b
3 changed files with 5 additions and 13 deletions

View File

@ -63,7 +63,7 @@ div.filemanager_navigation > label > input {
max-height: none; max-height: none;
} }
#filemanager-index_nm img.vfsMimeIcon { #filemanager-index_nm img.vfsMimeIcon, #filemanager-select img.vfsMimeIcon {
max-height: 16px; max-height: 16px;
height: auto; height: auto;
} }

View File

@ -90,7 +90,8 @@ div.filemanager_navigation > label > input {
text-overflow: ellipsis; text-overflow: ellipsis;
max-height: none; max-height: none;
} }
#filemanager-index_nm img.vfsMimeIcon { #filemanager-index_nm img.vfsMimeIcon,
#filemanager-select img.vfsMimeIcon {
max-height: 16px; max-height: 16px;
height: auto; height: auto;
} }
@ -373,7 +374,7 @@ table.egwGridView_grid img {
#filemanager-select .dialogHeader .selectPathContainer { #filemanager-select .dialogHeader .selectPathContainer {
overflow: auto; overflow: auto;
width: 470px; width: 470px;
margin_top: 0px; margin-top: 0px;
height: 32px; height: 32px;
} }
#filemanager-select .dialogHeader .selectPathContainer input { #filemanager-select .dialogHeader .selectPathContainer input {
@ -396,10 +397,6 @@ table.egwGridView_grid img {
#filemanager-select table#filemanager-select_dir tr:nth-child(odd) { #filemanager-select table#filemanager-select_dir tr:nth-child(odd) {
background: #f2f2f2; background: #f2f2f2;
} }
#filemanager-select .vfsMimeIcon {
width: 16px;
height: 16px;
}
/*// #####################################################*/ /*// #####################################################*/
/*Dialog filemanager edit POPUP WINDOW*/ /*Dialog filemanager edit POPUP WINDOW*/
div#filemanager-file_tabs { div#filemanager-file_tabs {

View File

@ -234,7 +234,7 @@ table.egwGridView_grid img {
.selectPathContainer { .selectPathContainer {
overflow: auto; overflow: auto;
width: 470px; width: 470px;
margin_top: 0px; margin-top: 0px;
height: 32px; height: 32px;
input {height: 20px;} input {height: 20px;}
@ -256,11 +256,6 @@ table.egwGridView_grid img {
tr:nth-child(odd) {background: @color_odd;} tr:nth-child(odd) {background: @color_odd;}
} }
//Icon in Table
.vfsMimeIcon {width: 16px; height: 16px;}
} }