diff --git a/infolog/templates/mobile/edit.xet b/infolog/templates/mobile/edit.xet
index 6fbfae604b..332bf4b529 100644
--- a/infolog/templates/mobile/edit.xet
+++ b/infolog/templates/mobile/edit.xet
@@ -169,11 +169,11 @@
-
+
diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css
index 18d2144014..373198763a 100644
--- a/mail/templates/mobile/app.css
+++ b/mail/templates/mobile/app.css
@@ -2636,7 +2636,7 @@ div.mailComposeHeaderSection > table {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
- width: 98%;
+ width: 95%;
}
#mail-index table.egwGridView_outer tbody td span[id^='mail-index_'][id$='attachments]'] {
float: right;
@@ -2649,7 +2649,7 @@ div.mailComposeHeaderSection > table {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
- width: 98%;
+ width: 95%;
font-size: 10pt;
font-weight: normal !important;
}
diff --git a/mail/templates/mobile/app.less b/mail/templates/mobile/app.less
index 498baa2a84..f477445a19 100644
--- a/mail/templates/mobile/app.less
+++ b/mail/templates/mobile/app.less
@@ -225,7 +225,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
- width: 98%;
+ width: 95%;
}
span[id^='mail-index_'][id$='attachments]'] {
float: right;
@@ -238,7 +238,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
- width: 98%;
+ width: 95%;
.mob-fontsize-n;
font-weight: normal !important;
}
diff --git a/mail/templates/mobile/index.xet b/mail/templates/mobile/index.xet
index 494dad5c3b..3f14f3da69 100644
--- a/mail/templates/mobile/index.xet
+++ b/mail/templates/mobile/index.xet
@@ -6,12 +6,12 @@
-
+
-
+
@@ -30,7 +30,7 @@
-
+
diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css
index 1bcc582280..535b9999ba 100644
--- a/pixelegg/mobile/fw_mobile.css
+++ b/pixelegg/mobile/fw_mobile.css
@@ -8120,4 +8120,20 @@ form[id^="tracker-"] .dialogHeadbar {
body .cke_inner .cke_toolbox .cke_toolbox_collapser {
height: auto;
}
+ body .entry_id {
+ position: absolute;
+ right: 10px;
+ top: 15px;
+ }
+ body .entry_id::before {
+ content: "#";
+ color: white;
+ font-size: 12pt;
+ font-weight: bold;
+ }
+ body .entry_id span {
+ color: white;
+ font-size: 12pt;
+ font-weight: bold;
+ }
}
diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less
index 417a56430f..d447a519e8 100644
--- a/pixelegg/mobile/fw_mobile.less
+++ b/pixelegg/mobile/fw_mobile.less
@@ -1327,5 +1327,22 @@
}
}
}
+
+ .entry_id {
+ position: absolute;
+ right: 10px;
+ top: 15px;
+ &::before {
+ content: "#";
+ color: white;
+ .mob-fontsize-l;
+ font-weight: bold;
+ }
+ span {
+ color: white;
+ .mob-fontsize-l;
+ font-weight: bold;
+ }
+ }
}
}
diff --git a/resources/templates/mobile/app.css b/resources/templates/mobile/app.css
index d5099afb73..a06656c674 100644
--- a/resources/templates/mobile/app.css
+++ b/resources/templates/mobile/app.css
@@ -12,10 +12,6 @@
*/
/* tablets and smartphones */
@media all {
- #resources-show table.egwGridView_outer tbody img[id^="resources-show_"][id$="picture_thumb]"] {
- border: 1px solid silver;
- border-radius: 50%;
- }
#resources-show table.egwGridView_outer tbody div.resourcesCol2 {
font-size: 10pt;
}
@@ -31,4 +27,9 @@
overflow: hidden;
white-space: nowrap;
}
+ #resources-edit .resources_pictureFile .et2_file_span {
+ text-align: center;
+ width: 120px;
+ margin-left: 120px;
+ }
}
diff --git a/resources/templates/mobile/app.less b/resources/templates/mobile/app.less
index 65256cd582..c64718b54f 100644
--- a/resources/templates/mobile/app.less
+++ b/resources/templates/mobile/app.less
@@ -17,10 +17,6 @@
@media all {
#resources-show {
table.egwGridView_outer tbody {
- img[id^="resources-show_"][id$="picture_thumb]"]{
- border: 1px solid silver;
- border-radius: 50%;
- }
div.resourcesCol2 {
.mob-fontsize-n;
}
@@ -38,4 +34,11 @@
}
}
}
+ #resources-edit {
+ .resources_pictureFile .et2_file_span {
+ text-align: center;
+ width: 120px;
+ margin-left: 120px;
+ }
+ }
}
\ No newline at end of file
diff --git a/resources/templates/mobile/edit.xet b/resources/templates/mobile/edit.xet
new file mode 100644
index 0000000000..60430d9d0d
--- /dev/null
+++ b/resources/templates/mobile/edit.xet
@@ -0,0 +1,204 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/templates/mobile/show.xet b/resources/templates/mobile/show.xet
index abd69eba9c..af80a47452 100644
--- a/resources/templates/mobile/show.xet
+++ b/resources/templates/mobile/show.xet
@@ -15,7 +15,7 @@
-
+
@@ -50,7 +50,9 @@
-
+
+
+
@@ -100,7 +102,7 @@
-
+
div.action_popup[id] {
position: fixed;
top: 200px;
diff --git a/timesheet/templates/mobile/edit.xet b/timesheet/templates/mobile/edit.xet
index 97d4aa3781..3e7c88621d 100644
--- a/timesheet/templates/mobile/edit.xet
+++ b/timesheet/templates/mobile/edit.xet
@@ -114,9 +114,9 @@
-
+
@@ -131,10 +131,7 @@
-
-
-
-
+