mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Mobile theme W.I.P:
- Drop timesheet index columns into 2 columns
This commit is contained in:
parent
64cd481e98
commit
c866e15bb6
@ -14,7 +14,6 @@
|
|||||||
@media only screen and (max-device-width: 1024px) {
|
@media only screen and (max-device-width: 1024px) {
|
||||||
#timesheet-index table.egwGridView_outer tbody label[id^='timesheet-index'][id$='ts_start]'] > time {
|
#timesheet-index table.egwGridView_outer tbody label[id^='timesheet-index'][id$='ts_start]'] > time {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
#timesheet-index table.egwGridView_outer tbody ul[id^='timesheet-index'][id$='ts_owner]'] > li {
|
#timesheet-index table.egwGridView_outer tbody ul[id^='timesheet-index'][id$='ts_owner]'] > li {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -32,8 +31,9 @@
|
|||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
#timesheet-index table.egwGridView_outer tbody span[id^='timesheet-index'][id$='ts_description]'] {
|
#timesheet-index table.egwGridView_outer tbody span[id^='timesheet-index'][id$='ts_description]'] {
|
||||||
height: 30px;
|
height: 19px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
line-height: 18px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
table.egwGridView_outer tbody {
|
table.egwGridView_outer tbody {
|
||||||
label[id^='timesheet-index'][id$='ts_start]'] > time{
|
label[id^='timesheet-index'][id$='ts_start]'] > time{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
ul[id^='timesheet-index'][id$='ts_owner]'] > li {
|
ul[id^='timesheet-index'][id$='ts_owner]'] > li {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -38,8 +37,9 @@
|
|||||||
.mob-fontsize-n;
|
.mob-fontsize-n;
|
||||||
}
|
}
|
||||||
span[id^='timesheet-index'][id$='ts_description]'] {
|
span[id^='timesheet-index'][id$='ts_description]'] {
|
||||||
height: 30px;
|
height: 19px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
line-height: 18px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
.mob-fontsize-n;
|
.mob-fontsize-n;
|
||||||
|
@ -17,37 +17,33 @@
|
|||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="10"/>
|
<column width="10"/>
|
||||||
|
<column width="80%" />
|
||||||
<column width="110"/>
|
<column width="110"/>
|
||||||
<column width="90%" />
|
|
||||||
<column width="60"/>
|
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="th">
|
<row class="th">
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
<row class="$row_cont[class] timesheetRow">
|
<row class="$row_cont[class] timesheetRow">
|
||||||
<description class=" cat_$row_cont[cat_id] mobile_cat_col"/>
|
<description class=" cat_$row_cont[cat_id] mobile_cat_col"/>
|
||||||
<vbox>
|
|
||||||
<date-time id="${row}[ts_start]" readonly="true" options=",8"/>
|
|
||||||
<menulist class="$cont[ownerClass]">
|
|
||||||
<menupopup type="select-account" id="${row}[ts_owner]" readonly="true"/>
|
|
||||||
</menulist>
|
|
||||||
<menulist class="noWrap">
|
|
||||||
<menupopup type="select-cat" id="${row}[cat_id]" readonly="true"/>
|
|
||||||
</menulist>
|
|
||||||
</vbox>
|
|
||||||
<vbox>
|
<vbox>
|
||||||
<description id="${row}[ts_title]" no_lang="1" class="ts_title $row_cont[titleClass]"/>
|
<description id="${row}[ts_title]" no_lang="1" class="ts_title $row_cont[titleClass]"/>
|
||||||
<description id="${row}[ts_description]" class="ts_description" no_lang="1"/>
|
<description id="${row}[ts_description]" class="ts_description" no_lang="1"/>
|
||||||
<link id="${row}[ts_link]" no_lang="1"/>
|
<link id="${row}[ts_link]" no_lang="1"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox class="timesheet3Col">
|
<vbox class="timesheet3Col">
|
||||||
<date-duration id="${row}[ts_duration]" readonly="true" options=",h,,,1" align="right"/>
|
<hbox>
|
||||||
<textbox type="float" id="${row}[ts_quantity]" no_lang="1" readonly="true" precision="3"/>
|
<time_or_date id="${row}[ts_start]" readonly="true" options=",8" align="left"/>
|
||||||
<textbox type="float" id="${row}[ts_total]" no_lang="1" readonly="true" precision="2"/>
|
</hbox>
|
||||||
<menulist>
|
|
||||||
<menupopup id="${row}[ts_status]" readonly="true"/>
|
<hbox>
|
||||||
</menulist>
|
<menulist class="$cont[ownerClass]">
|
||||||
|
<menupopup type="select-account" id="${row}[ts_owner]" readonly="true"/>
|
||||||
|
</menulist>
|
||||||
|
</hbox>
|
||||||
|
<hbox>
|
||||||
|
<date-duration id="${row}[ts_duration]" readonly="true" options=",h,,,1"/>
|
||||||
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
Loading…
Reference in New Issue
Block a user