diff --git a/addressbook/templates/mobile/index.xet b/addressbook/templates/mobile/index.xet
index f0b2e82a17..792bf099df 100644
--- a/addressbook/templates/mobile/index.xet
+++ b/addressbook/templates/mobile/index.xet
@@ -10,7 +10,7 @@
-
+
@@ -86,6 +86,7 @@
+
+
diff --git a/mail/templates/mobile/index.xet b/mail/templates/mobile/index.xet
index 831f959773..b8480a2228 100644
--- a/mail/templates/mobile/index.xet
+++ b/mail/templates/mobile/index.xet
@@ -40,6 +40,7 @@
+
diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css
index 048cfe3658..64bf2c1c2a 100644
--- a/pixelegg/css/mobile.css
+++ b/pixelegg/css/mobile.css
@@ -1277,7 +1277,7 @@
margin-top: 2px;
direction: ltr;
}
- .et2_toolbar_activeList {
+ .et2_toolbar_more {
position: relative;
float: right;
direction: rtl;
@@ -2186,7 +2186,6 @@ body {
* @package pixelegg
* @version $Id$
*/
-@import-once "def_colors.less";
#socialMedia {
position: relative;
bottom: 20px;
@@ -4264,7 +4263,7 @@ td.message span.message {
text-decoration: none;
height: 32px;
/*font-size: 1.1em;*/
- font-size: 12.100000000000001px;
+ font-size: 12.1px;
line-height: 1.5em;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
@@ -4288,7 +4287,7 @@ td.message span.message {
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before {
padding-right: 20px;
- font-size: 12.100000000000001px;
+ font-size: 12.1px;
content: " ";
background-image: url(../images/topmenu_items/home.png);
background-repeat: no-repeat;
@@ -4684,7 +4683,7 @@ td.message span.message {
padding-left: 3em;
color: #999999;
/*font-size: 12px;*/
- font-size: 12.100000000000001px;
+ font-size: 12.1px;
line-height: 17px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object {
@@ -4856,7 +4855,7 @@ td.message span.message {
margin: 5px 0px 3px 5px;
padding: 0px 0px 0px 15px;
line-height: 1em;
- font-size: 12.100000000000001px;
+ font-size: 12.1px;
background-image: url(../images/arrow_left.png);
background-repeat: no-repeat;
background-position: left center;
@@ -7171,7 +7170,7 @@ span.egw_tutorial_title {
margin: 5px 0px 3px 5px;
padding: 0px 0px 0px 15px;
line-height: 1em;
- font-size: 12.100000000000001px;
+ font-size: 12.1px;
background-image: url(../images/arrow_left.png);
background-repeat: no-repeat;
background-position: left center;
@@ -7509,15 +7508,29 @@ span.egw_tutorial_title {
}
body button.plus_button {
position: absolute !important;
- bottom: 30px !important;
- right: 30px !important;
- z-index: 1000 !important;
- border: 1px solid white !important;
- border-radius: 50% !important;
- display: inline !important;
- width: 60px !important;
- height: 60px !important;
+ right: 15px;
+ bottom: 15px;
+ border-radius: 50%;
+ width: 60px;
+ height: 60px;
+ background-position: center;
+ z-index: 100;
+ background-color: #0c5da5;
+ border: none;
+ box-shadow: 0px 1px 5px 3px silver;
background-image: none !important;
+ margin: 0;
+ padding: 0;
+ }
+ body button.plus_button:after {
+ content: '+';
+ font-weight: bold;
+ font-size: 34pt;
+ color: #fafafa;
+ }
+ body button.plus_button:hover,
+ body button.plus_button:active {
+ background-color: #0c5da5;
}
body .et2_nextmatch .nextmatch_header_row {
background-color: background-color-egw-dark;
@@ -7570,6 +7583,15 @@ span.egw_tutorial_title {
body .et2_nextmatch .egwGridView_outer thead tr {
visibility: hidden;
}
+ body .et2_nextmatch .search.searchOn input {
+ border: none;
+ backgroun: #0c5da5;
+ outline: none;
+ position: absolute;
+ left: 110px;
+ width: 80%;
+ height: 50px;
+ }
body .et2_nextmatch .search {
background: #0c5da5;
margin-top: 0;
@@ -7578,22 +7600,12 @@ span.egw_tutorial_title {
body .et2_nextmatch .search button {
height: 50px;
width: 50px;
+ background-repeat: no-repeat;
font-size: large;
background-color: #0c5da5;
border: none;
margin: 0;
- border-right: 1px solid silver;
color: white;
- background-image: none;
- }
- body .et2_nextmatch .search button:active,
- body .et2_nextmatch .search button:hover {
- background: transparent;
- color: white;
- }
- body .et2_nextmatch .search button:focus {
- color: white;
- box-shadow: none !important;
}
body .et2_nextmatch .search button.nm_toggle_header {
background-position: center;
@@ -7657,13 +7669,15 @@ span.egw_tutorial_title {
content: "\21E7";
}
body .et2_nextmatch .search input {
- width: 20%;
+ width: 50px;
height: 50px;
font-size: large;
margin: 0;
border: 0;
+ opacity: 0;
background-color: #0c5da5;
color: white;
+ position: absolute;
}
body .et2_nextmatch .search input:active {
border: none;
@@ -7673,8 +7687,11 @@ span.egw_tutorial_title {
border: none;
backgroun: #0c5da5;
outline: none;
+ opacity: 1;
+ left: 110px;
position: absolute;
width: 100%;
+ height: 50px;
}
body .et2_nextmatch .header_row_right {
height: 50px;
@@ -7744,6 +7761,9 @@ span.egw_tutorial_title {
background-color: #ffc200;
border: none;
}
+ body .et2_nextmatch .egwGridView_outer thead {
+ max-height: 1px;
+ }
body .et2_nextmatch .egwGridView_outer thead tr th {
font-size: large;
}
diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less
index 1b035f3a09..5be3f48f07 100644
--- a/pixelegg/css/mobile.less
+++ b/pixelegg/css/mobile.less
@@ -1046,15 +1046,28 @@
}
button.plus_button {
position: absolute !important;
- bottom: 30px !important;
- right: 30px !important;
- z-index: 1000 !important;
- border: 1px solid white !important;
- border-radius: 50% !important;
- display: inline !important;
- width: 60px !important;
- height: 60px !important;
+ right: 15px;
+ bottom: 15px;
+ border-radius: 50%;
+ width: 60px;
+ height: 60px;
+ background-position: center;
+ z-index: 100;
+ background-color: #0c5da5;
+ border: none;
+ box-shadow: 0px 1px 5px 3px silver;
background-image: none !important;
+ margin: 0;
+ padding: 0;
+ &:after {
+ content: '+';
+ font-weight: bold;
+ font-size: 34pt;
+ color: #fafafa;
+ }
+ &:hover, &:active {
+ background-color: #0c5da5;
+ }
}
.et2_nextmatch {
.nextmatch_header_row
@@ -1118,6 +1131,17 @@
}
}
}
+ .search.searchOn {
+ input {
+ border:none;
+ backgroun:@mobile-nm-search-bg;
+ outline: none;
+ position: absolute;
+ left: 110px;
+ width:80%;
+ height:@mobile-elem-height;
+ }
+ }
.search {
background: @mobile-nm-search-bg;
margin-top: 0;
@@ -1125,22 +1149,14 @@
button {
height: @mobile-elem-height;
width: @mobile-button-width;
+ background-repeat: no-repeat;
font-size:large;
background-color: @mobile-nm-search-bg;
border: none;
margin:0;
- border-right: 1px solid silver;
color: white;
- background-image:none;
- &:active, &:hover {
- background: transparent;
- color: white;
- }
- &:focus {
- color: white;
- box-shadow:none !important;
- }
}
+
button.nm_toggle_header {
background-position: center;
background-repeat: no-repeat;
@@ -1206,13 +1222,15 @@
}
}
input {
- width: 20%;
+ width: 50px;
height: @mobile-elem-height;
font-size: large;
margin:0;
border:0;
+ opacity: 0;
background-color:@mobile-nm-search-bg;
color: white;
+ position: absolute;
&:active{
border:none;
background: @mobile-nm-search-bg;
@@ -1221,8 +1239,11 @@
border:none;
backgroun:@mobile-nm-search-bg;
outline: none;
+ opacity: 1;
+ left:110px;
position: absolute;
width:100%;
+ height:@mobile-elem-height;
}
}
}
@@ -1300,6 +1321,9 @@
}
}
.egwGridView_outer {
+ thead{
+ max-height: 1px;
+ }
thead tr th {
font-size: large;
}
diff --git a/resources/templates/mobile/show.xet b/resources/templates/mobile/show.xet
index 571285d8fb..abd69eba9c 100644
--- a/resources/templates/mobile/show.xet
+++ b/resources/templates/mobile/show.xet
@@ -3,7 +3,7 @@
-
+
@@ -63,7 +63,10 @@
-
+
+
+
+
diff --git a/timesheet/templates/mobile/index.xet b/timesheet/templates/mobile/index.xet
index dc484ea76e..dbb05fa9af 100644
--- a/timesheet/templates/mobile/index.xet
+++ b/timesheet/templates/mobile/index.xet
@@ -11,7 +11,7 @@
-
+
@@ -54,6 +54,7 @@
+