Fix infolog type icons in mobile

also fixed nm et2-image icon size
This commit is contained in:
nathan 2024-10-23 11:28:36 -06:00
parent 4448d39bfa
commit 7499465938
5 changed files with 5 additions and 16 deletions

View File

@ -100,15 +100,9 @@
}
.infolog_CompletedClmn .infoPercent {
height: 23px;
float: right;
}
.infolog_CompletedClmn .infoType {
position: relative;
height: 30px;
}
.infolog_CompletedClmn .infoType img {
position: absolute;
right: 0;
padding-right: 1em;
}
#infolog-edit_timestamp::part(base) {
background: transparent;

View File

@ -112,15 +112,9 @@
.infolog_CompletedClmn {
.infoPercent{
height:23px;
float:right;
}
.infoType{
position: relative;
height: 30px;
img{
position: absolute;
right:0;
}
padding-right: 1em;
}
}

View File

@ -34,9 +34,8 @@
<et2-date-time-today id="${row}[info_startdate]" readonly="true" options=",8"></et2-date-time-today>
<et2-vbox>
<et2-hbox class="infoType">
<et2-image label="$row_cont[info_type]" src="${row}[info_type]" defaultSrc="infolog/navbar"></et2-image>
<et2-image label="$row_cont[info_type]" src="infolog/$row_cont[info_type]" defaultSrc="infolog/navbar" align="right"></et2-image>
</et2-hbox>
<et2-hbox class="infoPercent">
<progress label="$row_cont[info_percent]" id="{$row}[info_percent2]" href="javascript:egw.open($row_cont[info_id],'infolog');"/>
</et2-hbox>

View File

@ -8861,6 +8861,7 @@ table.egwGridView_grid img.et2_appicon {
height: 12px;
}
body .et2_nextmatch table.egwGridView_grid tr et2-image {
font-size: 12px;
width: 12px;
}
body .et2_nextmatch table.egwGridView_grid tbody tr.focused {

View File

@ -1094,6 +1094,7 @@
height: 12px;
}
et2-image {
font-size: 12px;
width: 12px;
}
}