mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
Fix infolog type icons in mobile
also fixed nm et2-image icon size
This commit is contained in:
parent
4448d39bfa
commit
7499465938
@ -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;
|
||||
|
@ -112,15 +112,9 @@
|
||||
.infolog_CompletedClmn {
|
||||
.infoPercent{
|
||||
height:23px;
|
||||
float:right;
|
||||
}
|
||||
.infoType{
|
||||
position: relative;
|
||||
height: 30px;
|
||||
img{
|
||||
position: absolute;
|
||||
right:0;
|
||||
}
|
||||
padding-right: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
@ -1094,6 +1094,7 @@
|
||||
height: 12px;
|
||||
}
|
||||
et2-image {
|
||||
font-size: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user