Mobile theme W.I.P.:

- Put due date into the first column and make description field bigger
This commit is contained in:
Hadi Nategh 2015-12-23 14:22:49 +00:00
parent 07308f28c5
commit 08c1b16779
3 changed files with 3 additions and 6 deletions

View File

@ -22,7 +22,6 @@
<column width="10"/> <column width="10"/>
<column width="80"/> <column width="80"/>
<column width="95%" /> <column width="95%" />
<column width="75"/>
</columns> </columns>
<rows> <rows>
<row class="th"> <row class="th">
@ -36,6 +35,7 @@
<hbox> <hbox>
<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');"/>
</hbox> </hbox>
<time_or_date id="${row}[info_enddate]" readonly="true" options=",8" class="$row_cont[end_class]" width="64"/>
</vbox> </vbox>
<vbox class="infolog_fullWidth"> <vbox class="infolog_fullWidth">
<hbox class="infoSubRow"> <hbox class="infoSubRow">
@ -51,9 +51,6 @@
</hbox> </hbox>
</vbox> </vbox>
<vbox>
<time_or_date id="${row}[info_enddate]" readonly="true" options=",8" class="$row_cont[end_class]" width="64"/>
</vbox>
</row> </row>
</rows> </rows>
</grid> </grid>

View File

@ -438,7 +438,7 @@ button#infolog-edit_timestamp {
min-width: auto; min-width: auto;
} }
div.infoDescRow { div.infoDescRow {
height: 15px; height: 40px;
font-size: 9pt; font-size: 9pt;
max-width: 99%; max-width: 99%;
overflow: hidden; overflow: hidden;

View File

@ -412,7 +412,7 @@ button#infolog-edit_timestamp {
min-width: auto; min-width: auto;
} }
div.infoDescRow { div.infoDescRow {
height:15px; height:40px;
.mob-fontsize-s; .mob-fontsize-s;
max-width: 99%; max-width: 99%;
overflow: hidden; overflow: hidden;