Author: hnategh
Date: Thu Apr 28 12:08:46 2016
New Revision: 55913
URL: http://svn.stylite.de/viewvc/egroupware?rev=55913&view=rev
Log:
Mobile theme:
- Fix link button is not visible in link_to widget
- Fix buttons with only text are not visible in et2_dialog widget
Modified:
trunk/pixelegg/mobile/fw_mobile.css
trunk/pixelegg/mobile/fw_mobile.less
Modified: trunk/pixelegg/mobile/fw_mobile.css
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/mobile/fw_mobile.css?rev=55913&r1=55912&r2=55913&view=diff
==============================================================================
--- trunk/pixelegg/mobile/fw_mobile.css (original)
+++ trunk/pixelegg/mobile/fw_mobile.css Thu Apr 28 12:08:46 2016
@@ -6997,7 +6997,9 @@
-o-filter: brightness(20%);
filter: brightness(20%);
}
- body .ui-dialog .ui-dialog-buttonpane button {
+ body .ui-dialog .ui-dialog-buttonpane button[class*="et2_button_cancel"],
+ body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_delete"],
+ body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_save"] {
-webkit-filter: brightness(0) invert(1) !important;
filter: brightness(0) invert(1) !important;
background-color: transparent !important;
@@ -7006,7 +7008,9 @@
padding-left: 0px !important;
width: 50px;
}
- body .ui-dialog .ui-dialog-buttonpane button span {
+ body .ui-dialog .ui-dialog-buttonpane button[class*="et2_button_cancel"] span,
+ body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_delete"] span,
+ body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_save"] span {
display: none;
}
}
@@ -7885,7 +7889,6 @@
font-size: 18pt;
}
body .et2_link_to div {
- height: 46px;
padding-bottom: 3px;
}
body .et2_link_to .et2_file {
@@ -7895,6 +7898,11 @@
body .et2_link_to .et2_file .et2_file_span,
body .et2_link_to .et2_file .et2_file_spanHover,
body .et2_link_to .et2_file .et2_file_upload {
+ height: 46px;
+ width: 46px;
+ }
+ body .et2_link_to button.link {
+ float: right;
height: 46px;
width: 46px;
}
Modified: trunk/pixelegg/mobile/fw_mobile.less
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/mobile/fw_mobile.less?rev=55913&r1=55912&r2=55913&view=diff
==============================================================================
--- trunk/pixelegg/mobile/fw_mobile.less (original)
+++ trunk/pixelegg/mobile/fw_mobile.less Thu Apr 28 12:08:46 2016
@@ -208,7 +208,9 @@
}
}
.ui-dialog .ui-dialog-buttonpane {
- button {
+ button[class*="et2_button_cancel"],
+ button[class="et2_button_delete"],
+ button[class="et2_button_save"] {
.white-svg;
padding-left:0px !important;
width:50px;
@@ -1072,7 +1074,6 @@
}
.et2_link_to {
div {
- height:46px;
padding-bottom: 3px;
}
.et2_file {
@@ -1084,6 +1085,7 @@
width:46px;
}
}
+ button.link { float:right; height: 46px;width:46px;}
}
.et2_link_to.et2_toolbar {
div.et2_file {
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.