Author: hnategh
New Revision: 55185
URL: http://svn.stylite.de/viewvc/egroupware?rev=55185&view=rev
Log:
Mobile theme W.I.P.:
- Fix description filed in edit dialogs for infolog and timesheet
- Migrate mobile css classes for timesheet into mobile theme
Added:
trunk/timesheet/templates/mobile/app.css
trunk/timesheet/templates/mobile/app.less
Modified:
trunk/infolog/templates/mobile/edit.xet
trunk/timesheet/templates/mobile/edit.xet
trunk/timesheet/templates/pixelegg/app.css
trunk/timesheet/templates/pixelegg/app.less
— trunk/infolog/templates/mobile/edit.xet (original)
+++ trunk/infolog/templates/mobile/edit.xet Mon Feb 29 12:04:02 2016
@@ -3,7 +3,7 @@
-
+
— trunk/timesheet/templates/mobile/app.css (added)
+++ trunk/timesheet/templates/mobile/app.css Mon Feb 29 12:04:02 2016
@@ -1,0 +1,49 @@
+/**
-
-
-
-
- Please do NOT change app.css directly, instead change app.less and compile it!
-
- Pixleegg Template app.css
-
-
-
-
-
-
@version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
-
/
+/ tablets and smartphones */
+@media only screen and (max-device-width: 1024px) {
-
#timesheet-index table.egwGridView_outer tbody label[id^=‘timesheet-index’][id$=‘ts_start]’] > time {
- font-weight: bold;
- float: left;
- }
-
#timesheet-index table.egwGridView_outer tbody ul[id^=‘timesheet-index’][id$=‘ts_owner]’] > li {
- overflow: hidden;
- width: 90px;
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: 9pt;
- }
-
#timesheet-index table.egwGridView_outer tbody tr.timesheetRow td {
- position: relative;
- }
-
#timesheet-index table.egwGridView_outer tbody span[id^=‘timesheet-index’][id$=‘cat_id]’] {
- position: absolute;
- bottom: 5px;
- font-size: 9pt;
- }
-
#timesheet-index table.egwGridView_outer tbody span[id^=‘timesheet-index’][id$=‘ts_description]’] {
- height: 30px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
#timesheet-index table.egwGridView_outer tbody div.timesheet3Col {
- font-size: 9pt;
- }
-
#timesheet-index table.egwGridView_outer tbody span[id^=‘timesheet-index’][id$=‘ts_duration]’] {
- font-weight: bold;
- }
-
#timesheet-index table.egwGridView_outer tbody label[id^=‘timesheet-index’][id$=‘ts_link]’] > span.et2_link {
- font-weight: normal;
- }
+}
— trunk/timesheet/templates/mobile/app.less (added)
+++ trunk/timesheet/templates/mobile/app.less Mon Feb 29 12:04:02 2016
@@ -1,0 +1,57 @@
+/**
-
-
-
-
- Please do NOT change app.css directly, instead change app.less and compile it!
-
- Pixleegg Template app.css
-
-
-
-
-
-
@version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
- */
-
+@import (reference) “…/…/…/pixelegg/less/definitions.less”;
+@import (reference) “…/…/…/pixelegg/less/def_mobile.less”;
+
+/* tablets and smartphones */
+@media only screen and (max-device-width:1024px) {
-
#timesheet-index {
-
table.egwGridView_outer tbody {
-
label[id^='timesheet-index'][id$='ts_start]'] > time{
-
font-weight: bold;
-
float: left;
-
}
-
ul[id^='timesheet-index'][id$='ts_owner]'] > li {
-
overflow: hidden;
-
width: 90px;
-
white-space: nowrap;
-
text-overflow: ellipsis;
-
.mob-fontsize-s;
-
}
-
tr.timesheetRow td {
-
position: relative;
-
}
-
span[id^='timesheet-index'][id$='cat_id]'] {
-
position: absolute;
-
bottom: 5px;
-
.mob-fontsize-s;
-
}
-
span[id^='timesheet-index'][id$='ts_description]'] {
-
height: 30px;
-
white-space: nowrap;
-
overflow: hidden;
-
text-overflow: ellipsis;
-
}
-
div.timesheet3Col {
-
.mob-fontsize-s;
-
}
-
span[id^='timesheet-index'][id$='ts_duration]'] {
-
font-weight: bold;
-
}
-
label[id^='timesheet-index'][id$='ts_link]'] > span.et2_link {
-
font-weight: normal;
-
}
-
}
- }
+}
— trunk/timesheet/templates/mobile/edit.xet (original)
+++ trunk/timesheet/templates/mobile/edit.xet Mon Feb 29 12:04:02 2016
@@ -43,7 +43,7 @@
— trunk/timesheet/templates/pixelegg/app.css (original)
+++ trunk/timesheet/templates/pixelegg/app.css Mon Feb 29 12:04:02 2016
@@ -73,43 +73,3 @@
#timesheet-edit_pm_id input {
width: 99% !important;
}
-/* tablets and smartphones */
-@media only screen and (max-device-width: 1024px) {
-
#timesheet-edit_button[save_new] {
- vertical-align: bottom;
- }
-
#timesheet-index table.egwGridView_outer tbody label[id^=‘timesheet-index’][id$=‘ts_start]’] > time {
- font-weight: bold;
- float: left;
- }
-
#timesheet-index table.egwGridView_outer tbody ul[id^=‘timesheet-index’][id$=‘ts_owner]’] > li {
- overflow: hidden;
- width: 90px;
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: 9pt;
- }
-
#timesheet-index table.egwGridView_outer tbody tr.timesheetRow td {
- position: relative;
- }
-
#timesheet-index table.egwGridView_outer tbody span[id^=‘timesheet-index’][id$=‘cat_id]’] {
- position: absolute;
- bottom: 5px;
- font-size: 9pt;
- }
-
#timesheet-index table.egwGridView_outer tbody span[id^=‘timesheet-index’][id$=‘ts_description]’] {
- height: 30px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
#timesheet-index table.egwGridView_outer tbody div.timesheet3Col {
- font-size: 9pt;
- }
-
#timesheet-index table.egwGridView_outer tbody span[id^=‘timesheet-index’][id$=‘ts_duration]’] {
- font-weight: bold;
- }
-
#timesheet-index table.egwGridView_outer tbody label[id^=‘timesheet-index’][id$=‘ts_link]’] > span.et2_link {
- font-weight: normal;
- }
-}
— trunk/timesheet/templates/pixelegg/app.less (original)
+++ trunk/timesheet/templates/pixelegg/app.less Mon Feb 29 12:04:02 2016
@@ -54,48 +54,3 @@
{
}
//
-/* tablets and smartphones */
-@media only screen and (max-device-width:1024px) {
-
#timesheet-edit_button[save_new] {
-
vertical-align: bottom;
- }
-
#timesheet-index {
-
table.egwGridView_outer tbody {
-
label[id^='timesheet-index'][id$='ts_start]'] > time{
-
font-weight: bold;
-
float: left;
-
}
-
ul[id^='timesheet-index'][id$='ts_owner]'] > li {
-
overflow: hidden;
-
width: 90px;
-
white-space: nowrap;
-
text-overflow: ellipsis;
-
.mob-fontsize-s;
-
}
-
tr.timesheetRow td {
-
position: relative;
-
}
-
span[id^='timesheet-index'][id$='cat_id]'] {
-
position: absolute;
-
bottom: 5px;
-
.mob-fontsize-s;
-
}
-
span[id^='timesheet-index'][id$='ts_description]'] {
-
height: 30px;
-
white-space: nowrap;
-
overflow: hidden;
-
text-overflow: ellipsis;
-
}
-
div.timesheet3Col {
-
.mob-fontsize-s;
-
}
-
span[id^='timesheet-index'][id$='ts_duration]'] {
-
font-weight: bold;
-
}
-
label[id^='timesheet-index'][id$='ts_link]'] > span.et2_link {
-
font-weight: normal;
-
}
-
}
- }
-}
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs