Author: hnategh
New Revision: 55573
URL: http://svn.stylite.de/viewvc/egroupware?rev=55573&view=rev
Log:
Mobile theme W.I.P.:
- Fix edit dialogs get scrollbar
- Fix missing function brackets
- Apply padding fixes from commit 55572 into mobile fw
Modified:
trunk/phpgwapi/js/egw_action/egw_action_popup.js
trunk/phpgwapi/js/jsapi/app_base.js
trunk/pixelegg/css/pixelegg.css
trunk/pixelegg/mobile/fw_mobile.css
— trunk/phpgwapi/js/egw_action/egw_action_popup.js (original)
+++ trunk/phpgwapi/js/egw_action/egw_action_popup.js Thu Mar 31 12:05:39 2016
@@ -131,7 +131,7 @@
var defaultHandler = function(e) {
// Prevent bubbling bound event on tag, on touch devices
// a tag should be handled by default event
— trunk/phpgwapi/js/jsapi/app_base.js (original)
+++ trunk/phpgwapi/js/jsapi/app_base.js Thu Mar 31 12:05:39 2016
@@ -429,20 +429,19 @@
// view container
this.viewContainer = jQuery(document.createElement(‘div’))
.addClass(‘et2_mobile_view’)
-
.css({
-
"z-index":102,
width:"100%",
height:"100%",
background:"white",
display:'block',
position: 'absolute',
-
top:0,
left:0,
bottom:0,
right:0,
-
overflow:'auto',
-
"padding":'60px 0 10px 0'})
@@ -464,7 +463,7 @@
// view template main container (content)
this.viewTemplate = jQuery(document.createElement(‘div’))
.attr(‘id’, this.appname+’-view’)
— trunk/pixelegg/css/pixelegg.css (original)
+++ trunk/pixelegg/css/pixelegg.css Thu Mar 31 12:05:39 2016
@@ -3655,7 +3655,7 @@
}
.egwGridView_scrollarea {
width: 100%;
- overflow-y: scroll;
overflow-x: hidden;
}
/**
— trunk/pixelegg/mobile/fw_mobile.css (original)
+++ trunk/pixelegg/mobile/fw_mobile.css Thu Mar 31 12:05:39 2016
@@ -76,7 +76,6 @@
button,
select {
margin: 1px;
- padding: 0px;
/-webkit-appearance: none;/
}
/**
@@ -2662,7 +2661,7 @@
-
- @version $Id: layout_content_elements.less 54870 2016-01-28 18:17:40Z hnategh $
-
- @version $Id: layout_content_elements.less 55572 2016-03-31 09:21:55Z ralfbecker $
/
/ #######################################################################################
@@ -2692,7 +2691,6 @@
&:focus{.Complete_Button_input_focus;}*/
}
select {
- padding: 3px;
margin: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
@@ -2747,7 +2745,9 @@
button {
color: #000000;
/font-size:99%;/
- padding: 2px 0px;
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 0;
border-width: 1px;
border-style: solid;
border-color: #e6e6e6;
@@ -2900,7 +2900,7 @@
-
- @version $Id: layout_dialog.less 53382 2015-08-14 09:49:57Z hnategh $
-
- @version $Id: layout_dialog.less 55572 2016-03-31 09:21:55Z ralfbecker $
*/
/*body {
background-color: @gray_0;
@@ -2919,17 +2919,16 @@
form.et2_container {
padding: 0;
}
-form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select {
- height: 20px;
- padding: 0;
- margin: 0px;
- font-size: 0.95em;
-}
+form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget select,
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
height: 20px;
- padding: 0;
- padding-right: 0;
- padding-top: 0;
- padding-bottom: 0;
- font-size: 0.95em;
+}
+form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
margin: 4px 5px 4px 0;
- font-size: 0.95em;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
@@ -3215,6 +3214,9 @@
.dialogFooterToolbar td {
padding: 0px 5px 0px 0px;
}
+.dialogFooterToolbar td:first-child {
- padding-left: 5px;
+}
.dialogFooterToolbar button {
height: 24px;
min-width: 86px;
@@ -3659,7 +3661,7 @@
-
- @version $Id: layout_raster.less 50846 2014-07-24 08:27:05Z pixelegg $
-
- @version $Id: layout_raster.less 55572 2016-03-31 09:21:55Z ralfbecker $
/
/ #################################################
- Basecontainer
@@ -3675,7 +3677,7 @@
}
.egwGridView_scrollarea {
width: 100%;
- overflow-y: scroll;
overflow-x: hidden;
}
/**
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs