Author: hnategh
New Revision: 55253
URL: http://svn.stylite.de/viewvc/egroupware?rev=55253&view=rev
Log:
Mobile theme W.I.P:
- Fix admin account tab
- Switch category tree to taglist-cat for addressbook
Added:
trunk/admin/templates/mobile/app.css
trunk/admin/templates/mobile/app.less
Modified:
trunk/addressbook/templates/mobile/edit.xet
trunk/admin/templates/default/acl.xet
trunk/admin/templates/mobile/account.xet
trunk/admin/templates/pixelegg/app.css
trunk/admin/templates/pixelegg/app.less
— trunk/addressbook/templates/mobile/edit.xet (original)
+++ trunk/addressbook/templates/mobile/edit.xet Fri Mar 4 14:54:29 2016
@@ -137,8 +137,16 @@
-
<description for="category" value="Categories"/>
-
<taglist-cat id="category" class="et2_fullWidth" empty_label="Select categories"/>
-
</row>
-
<row>
<description value="Notes"/>
<textbox multiline="true" id="note" rows="10" resize_ratio="0" class="et2_fullWidth" height="200"/>
-
</row>
-
<row>
-
<description for="pubkey" value="Public key"/>
-
<textbox multiline="true" id="pubkey" rows="4" resize_ratio="0" class="et2_fullWidth"/>
</row>
<row disabled="@hidebuttons">
<description value="Last date"/>
@@ -147,16 +155,6 @@
-
</row>
-
<row>
-
<description for="pubkey" value="Public key"/>
-
<textbox multiline="true" id="pubkey" rows="4" resize_ratio="0" class="et2_fullWidth"/>
-
</row>
-
<row disabled="!@cat_tab=Tree">
-
<tree-cat id="cat_id_tree" options="13,,width:99%"/>
-
</row>
-
<row disabled="@cat_tab=Tree">
-
<listbox type="select-cat" id="cat_id" rows="11"/>
</row>
</rows>
</grid>
@@ -402,7 +400,7 @@
@@ -444,7 +442,7 @@
— trunk/admin/templates/default/acl.xet (original)
+++ trunk/admin/templates/default/acl.xet Fri Mar 4 14:54:29 2016
@@ -60,11 +60,23 @@
-
<vbox>
-
<nextmatch id="nm" template="admin.acl.rows" header_left="admin.acl.add"/>
-
<hbox class="dialogFooterToolbar">
-
<button label="Close" id="cancel" onclick="window.close();"/>
-
</hbox>
-
</vbox>
-
<grid width="100%">
-
<columns>
-
<column width="100%"/>
-
</columns>
-
<rows>
-
<row class="dialogHeader">
-
<description value="Access control" class=""/>
-
</row>
-
<row>
-
<nextmatch id="nm" template="admin.acl.rows" header_left="admin.acl.add" height="400"/>
-
</row>
-
<row class="dialogFooterToolbar">
-
<hbox>
-
<button label="Close" id="cancel" onclick="window.close();"/>
-
</hbox>
-
</row>
-
</rows>
-
</grid>
— trunk/admin/templates/mobile/account.xet (original)
+++ trunk/admin/templates/mobile/account.xet Fri Mar 4 14:54:29 2016
@@ -15,10 +15,10 @@
@@ -49,7 +49,7 @@
— trunk/admin/templates/mobile/app.css (added)
+++ trunk/admin/templates/mobile/app.css Fri Mar 4 14:54:29 2016
@@ -1,0 +1,33 @@
+/**
-
-
-
-
- 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 all {
-
#admin-index table.egwGridView_outer tbody span[id^=“admin-index”][id$=‘status]’] {
- text-align: right;
- font-size: 10pt;
- }
-
#admin-index table.egwGridView_outer tbody .adminCol2 {
- float: right;
- }
-
#admin-index table.egwGridView_outer tbody .adminCol2 div {
- text-align: right;
- }
-
#admin-index table.egwGridView_outer tbody span[id^=“admin-index”][id$=‘account_lid]’] {
- font-weight: bold;
- font-size: 12pt;
- }
-
#admin-index table.egwGridView_outer tbody span[id^=“admin-index”][id$=‘account_lastname]’]::after {
- content: “,”;
- font-size: 10pt;
- }
+}
— trunk/admin/templates/mobile/app.less (added)
+++ trunk/admin/templates/mobile/app.less Fri Mar 4 14:54:29 2016
@@ -1,0 +1,40 @@
+/**
-
-
-
-
- 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 all {
-
#admin-index {
-
table.egwGridView_outer tbody {
-
span[id^="admin-index"][id$='status]']{
-
text-align: right;
-
.mob-fontsize-n;
-
}
-
.adminCol2 {
-
float: right;
-
div {
-
text-align: right;
-
}
-
}
-
span[id^="admin-index"][id$='account_lid]']{
-
font-weight: bold;
-
.mob-fontsize-l;
-
}
-
span[id^="admin-index"][id$='account_lastname]']::after{
-
content:",";
-
.mob-fontsize-n;
-
}
-
}
- }
+}
— trunk/admin/templates/pixelegg/app.css (original)
+++ trunk/admin/templates/pixelegg/app.css Fri Mar 4 14:54:29 2016
@@ -18,7 +18,7 @@
-
-
@version $Id: app.css 53026 2015-07-01 18:35:24Z ralfbecker $
-
-
@version $Id: app.css 55140 2016-02-25 08:42:33Z ralfbecker $
*/
.admin_tree table,
.admin_tree tr,
@@ -168,22 +168,3 @@
##############################################/
}
-/ tablets and smartphones */
-@media only screen and (max-device-width: 1024px) {
-
#admin-index table.egwGridView_outer tbody span[id^=“admin-index”][id$=‘status]’] {
- text-align: right;
- font-size: 9pt;
- }
-
#admin-index table.egwGridView_outer tbody .adminCol2 {
- float: right;
- }
-
#admin-index table.egwGridView_outer tbody .adminCol2 div {
- text-align: right;
- }
-
#admin-index table.egwGridView_outer tbody span[id^=“admin-index”][id$=‘account_lid]’] {
- font-weight: bold;
- }
-
#admin-index table.egwGridView_outer tbody span[id^=“admin-index”][id$=‘account_lastname]’]::after {
- content: “,”;
- }
-}
— trunk/admin/templates/pixelegg/app.less (original)
+++ trunk/admin/templates/pixelegg/app.less Fri Mar 4 14:54:29 2016
@@ -125,27 +125,3 @@
} // Media
//
//
-/* tablets and smartphones */
-@media only screen and (max-device-width:1024px) {
-
#admin-index {
-
table.egwGridView_outer tbody {
-
span[id^="admin-index"][id$='status]']{
-
text-align: right;
-
.mob-fontsize-s;
-
}
-
.adminCol2 {
-
float: right;
-
div {
-
text-align: right;
-
}
-
}
-
span[id^="admin-index"][id$='account_lid]']{
-
font-weight: bold;
-
}
-
span[id^="admin-index"][id$='account_lastname]']::after{
-
content:",";
-
}
-
}
- }
-}
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