mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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="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>
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user