mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Mobile theme W.I.P.:
- Put due date into the first column and make description field bigger
This commit is contained in:
parent
07308f28c5
commit
08c1b16779
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user