mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fixed stylite bug #1291, mime type icons were to large. Fix does not work with IE <=6
This commit is contained in:
parent
43e4fa2c3c
commit
6d2179889c
@ -119,7 +119,8 @@
|
|||||||
font-family: monospace; font-weight: bold;
|
font-family: monospace; font-weight: bold;
|
||||||
}
|
}
|
||||||
.vfsMimeIcon img {
|
.vfsMimeIcon img {
|
||||||
/* height: 16px; << deactivated as images may be scaled strangely */
|
max-height: 16px;
|
||||||
|
max-width: 16px;
|
||||||
}
|
}
|
||||||
.vfsFilename {
|
.vfsFilename {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user