mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Mobile theme W.I.P.:
- Fix infolog responsible field causes row expansion
This commit is contained in:
parent
2a25b05379
commit
da934bafb0
@ -441,7 +441,12 @@ button#infolog-edit_encrypt {
|
|||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
ul[id^='infolog-index_'][id$='info_responsible]'] > li {
|
ul[id^='infolog-index_'][id$='info_responsible]'] {
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
max-height: 15px;
|
||||||
|
}
|
||||||
|
ul[id^='infolog-index_'][id$='info_responsible]'] li {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -432,15 +432,19 @@ button#infolog-edit_encrypt {
|
|||||||
.mob-fontsize-s;
|
.mob-fontsize-s;
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
ul[id^='infolog-index_'][id$='info_responsible]'] > li{
|
ul[id^='infolog-index_'][id$='info_responsible]'] {
|
||||||
.mob-fontsize-s;
|
overflow:hidden;
|
||||||
text-align: right;
|
white-space:nowrap;
|
||||||
text-overflow: ellipsis;
|
max-height: 15px;
|
||||||
white-space: nowrap;
|
li{
|
||||||
overflow: hidden;
|
.mob-fontsize-s;
|
||||||
padding-right: 8px;
|
text-align: right;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
padding-right: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
ul[id^='infolog-index_'][id$='filelinks]']
|
ul[id^='infolog-index_'][id$='filelinks]']
|
||||||
{
|
{
|
||||||
white-space: nowrap !important;
|
white-space: nowrap !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user