mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +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;
|
min-width: auto;
|
||||||
}
|
}
|
||||||
div.infoDescRow {
|
div.infoDescRow {
|
||||||
height: 40px;
|
height: 32px;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
max-width: 99%;
|
max-width: 99%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
div.infoLinksRow,
|
div.infoLinksRow,
|
||||||
div.infoLinksRow ul[id^='infolog-index_'][id$='filelinks]'] {
|
div.infoLinksRow ul[id^='infolog-index_'][id$='filelinks]'] {
|
||||||
|
@ -412,12 +412,13 @@ button#infolog-edit_timestamp {
|
|||||||
min-width: auto;
|
min-width: auto;
|
||||||
}
|
}
|
||||||
div.infoDescRow {
|
div.infoDescRow {
|
||||||
height:40px;
|
height:32px;
|
||||||
.mob-fontsize-s;
|
.mob-fontsize-s;
|
||||||
max-width: 99%;
|
max-width: 99%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
div.infoLinksRow, div.infoLinksRow ul[id^='infolog-index_'][id$='filelinks]'] {
|
div.infoLinksRow, div.infoLinksRow ul[id^='infolog-index_'][id$='filelinks]'] {
|
||||||
.mob-fontsize-s;
|
.mob-fontsize-s;
|
||||||
|
Loading…
Reference in New Issue
Block a user