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="80"/>
<column width="95%" />
<column width="75"/>
</columns>
<rows>
<row class="th">
@ -36,6 +35,7 @@
<hbox>
<progress label="$row_cont[info_percent]" id="{$row}[info_percent2]" href="javascript:egw.open($row_cont[info_id],'infolog');"/>
</hbox>
<time_or_date id="${row}[info_enddate]" readonly="true" options=",8" class="$row_cont[end_class]" width="64"/>
</vbox>
<vbox class="infolog_fullWidth">
<hbox class="infoSubRow">
@ -51,9 +51,6 @@
</hbox>
</vbox>
<vbox>
<time_or_date id="${row}[info_enddate]" readonly="true" options=",8" class="$row_cont[end_class]" width="64"/>
</vbox>
</row>
</rows>
</grid>

View File

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

View File

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