mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fix some mobile infolog list alignment
- Put type icon & completed bar on the same line - Remove a bunch of extra spacing - Remove large font size from description
This commit is contained in:
parent
639aa1055f
commit
74dd6de90b
@ -16,12 +16,10 @@
|
|||||||
}
|
}
|
||||||
.infoDescRow {
|
.infoDescRow {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
font-size: 10pt;
|
|
||||||
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]'] {
|
||||||
|
@ -21,12 +21,10 @@
|
|||||||
}
|
}
|
||||||
.infoDescRow {
|
.infoDescRow {
|
||||||
height:32px;
|
height:32px;
|
||||||
.mob-fontsize-n;
|
|
||||||
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-n;
|
.mob-fontsize-n;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
</row>
|
</row>
|
||||||
<row class="$row_cont[class]" valign="top">
|
<row class="$row_cont[class]" valign="top">
|
||||||
<et2-description class="cat_$row_cont[info_cat] mobile_cat_col"></et2-description>
|
<et2-description class="cat_$row_cont[info_cat] mobile_cat_col" style="background-color: var(--cat_${row_cont[info_cat]}_color);"></et2-description>
|
||||||
<et2-vbox class="infolog_fullWidth">
|
<et2-vbox class="infolog_fullWidth">
|
||||||
<customfields-list id="$row" class="customfields" app="infolog" disabled="true"/>
|
<customfields-list id="$row" class="customfields" app="infolog" disabled="true"/>
|
||||||
<et2-hbox class="infoSubRow">
|
<et2-hbox class="infoSubRow">
|
||||||
@ -32,14 +32,14 @@
|
|||||||
</et2-vbox>
|
</et2-vbox>
|
||||||
<et2-vbox class="infolog_CompletedClmn">
|
<et2-vbox class="infolog_CompletedClmn">
|
||||||
<et2-date-time-today id="${row}[info_startdate]" readonly="true" options=",8"></et2-date-time-today>
|
<et2-date-time-today id="${row}[info_startdate]" readonly="true" options=",8"></et2-date-time-today>
|
||||||
<et2-vbox>
|
<et2-hbox>
|
||||||
<et2-hbox class="infoType">
|
<et2-hbox class="infoType">
|
||||||
<et2-image label="$row_cont[info_type]" src="infolog/$row_cont[info_type]" defaultSrc="infolog/navbar" align="right"></et2-image>
|
<et2-image label="$row_cont[info_type]" src="infolog/$row_cont[info_type]" defaultSrc="infolog/navbar"></et2-image>
|
||||||
</et2-hbox>
|
</et2-hbox>
|
||||||
<et2-hbox class="infoPercent">
|
<et2-hbox class="infoPercent">
|
||||||
<progress label="$row_cont[info_percent]" id="{$row}[info_percent2]" href="javascript:egw.open($row_cont[info_id],'infolog');"/>
|
<progress label="$row_cont[info_percent]" id="{$row}[info_percent2]" href="javascript:egw.open($row_cont[info_id],'infolog');"/>
|
||||||
</et2-hbox>
|
</et2-hbox>
|
||||||
</et2-vbox>
|
</et2-hbox>
|
||||||
<et2-date-time-today id="${row}[info_enddate]" readonly="true" options=",8" class="$row_cont[end_class]" width="64"></et2-date-time-today>
|
<et2-date-time-today id="${row}[info_enddate]" readonly="true" options=",8" class="$row_cont[end_class]" width="64"></et2-date-time-today>
|
||||||
</et2-vbox>
|
</et2-vbox>
|
||||||
</row>
|
</row>
|
||||||
|
@ -8902,8 +8902,7 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_textbox,
|
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_textbox,
|
||||||
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_textbox_ro,
|
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_textbox_ro,
|
||||||
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_email,
|
body .et2_nextmatch table.egwGridView_grid tbody tr td .et2_email,
|
||||||
body .et2_nextmatch table.egwGridView_grid tbody tr td img,
|
body .et2_nextmatch table.egwGridView_grid tbody tr td img {
|
||||||
body .et2_nextmatch table.egwGridView_grid tbody tr td span {
|
|
||||||
padding: 8px 0px 0px 0px;
|
padding: 8px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
body .et2_nextmatch table.egwGridView_grid tbody tr td time.et2_label,
|
body .et2_nextmatch table.egwGridView_grid tbody tr td time.et2_label,
|
||||||
|
@ -1129,7 +1129,7 @@
|
|||||||
td {
|
td {
|
||||||
padding: 10px 0px 10px 0px;
|
padding: 10px 0px 10px 0px;
|
||||||
.et2_label, .et2_button, .et2_link, .et2_textbox, .et2_textbox_ro,
|
.et2_label, .et2_button, .et2_link, .et2_textbox, .et2_textbox_ro,
|
||||||
.et2_email, img, span{
|
.et2_email, img {
|
||||||
padding: 8px 0px 0px 0px;
|
padding: 8px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
time.et2_label, span.mobile_cat_col {
|
time.et2_label, span.mobile_cat_col {
|
||||||
|
Loading…
Reference in New Issue
Block a user