mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:20 +01:00
Mobile theme W.I.P.:
- Get two lines of info description shown on the list
This commit is contained in:
parent
75af27f44d
commit
012d8faf7f
@ -438,12 +438,13 @@ button#infolog-edit_timestamp {
|
||||
min-width: auto;
|
||||
}
|
||||
div.infoDescRow {
|
||||
height: 40px;
|
||||
height: 32px;
|
||||
font-size: 9pt;
|
||||
max-width: 99%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding-top: 8px;
|
||||
}
|
||||
div.infoLinksRow,
|
||||
div.infoLinksRow ul[id^='infolog-index_'][id$='filelinks]'] {
|
||||
|
@ -412,12 +412,13 @@ button#infolog-edit_timestamp {
|
||||
min-width: auto;
|
||||
}
|
||||
div.infoDescRow {
|
||||
height:40px;
|
||||
height:32px;
|
||||
.mob-fontsize-s;
|
||||
max-width: 99%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding-top: 8px;
|
||||
}
|
||||
div.infoLinksRow, div.infoLinksRow ul[id^='infolog-index_'][id$='filelinks]'] {
|
||||
.mob-fontsize-s;
|
||||
|
Loading…
Reference in New Issue
Block a user