[eGroupWare-svn] r55755 - in /trunk: egroupware/api/templates/default/ pixelegg/css/ pixelegg/less/ pixelegg/mobile/

[email protected]
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: hnategh
Date: Fri Apr 15 14:42:38 2016
New Revision: 55755

URL: http://svn.stylite.de/viewvc/egroupware?rev=55755&view=rev
Log:
Fix styling for button with only image

Modified:
    trunk/egroupware/api/templates/default/etemplate2.css
    trunk/pixelegg/css/mobile.css
    trunk/pixelegg/css/pixelegg.css
    trunk/pixelegg/less/layout_buttons.less
    trunk/pixelegg/less/svg.css
    trunk/pixelegg/mobile/fw_mobile.css

Modified: trunk/egroupware/api/templates/default/etemplate2.css
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/templates/default/etemplate2.css?rev=55755&r1=55754&r2=55755&view=diff
==============================================================================
--- trunk/egroupware/api/templates/default/etemplate2.css (original)
+++ trunk/egroupware/api/templates/default/etemplate2.css Fri Apr 15 14:42:38 2016
@@ -252,9 +252,11 @@
 button.et2_button_with_image {
 	padding-left: 20px;
 	background-repeat: no-repeat;
-	background-position:  4px center;
 	background-size: 16px;
 	height: 24px;
+}
+button.et2_button_with_image.et2_button_text {
+	background-position: 4px center;
 }
 /* et2_box_widget ###*/
 button[id="cancel"],

Modified: trunk/pixelegg/css/mobile.css
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/css/mobile.css?rev=55755&r1=55754&r2=55755&view=diff
==============================================================================
--- trunk/pixelegg/css/mobile.css (original)
+++ trunk/pixelegg/css/mobile.css Fri Apr 15 14:42:38 2016
@@ -1483,26 +1483,6 @@
 .ms-ctn .ms-trigger {
   border-left: none;
 }
-/**
- * EGroupware: CSS with less preprocessor
-
- * traditional.less
- * included in pixelegg.less since 17/03/2014
-
-
- *
- * Please do NOT change css-files directly, instead change less-files and compile them!
- *
- * @link http://www.egroupware.org
- * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
- * @author Stefan Reinhard <[email protected]>
- * @package phpgwapi
- * @version $Id$
- */
-/*
-	font styling
-	allowed attributes: font-family,font-size,color,font-weight
-*/
 /**
  * layout_*.less files are Pixelegg template specific
  */
@@ -2066,12 +2046,13 @@
   -o-transition-timing-function: linear;
   transition-timing-function: linear;
   padding-left: 30px;
+  background-position: 6px center;
   background-repeat: no-repeat;
   background-size: 20px auto;
   /*.Button_size_h32_auto;*/
   height: 24px;
   background-repeat: no-repeat !important;
-  background-position: 6px center;
+  background-position: center;
   background-size: 20px 20px;
   background-color: #e6e6e6;
 }
@@ -2085,6 +2066,9 @@
   background-image: -o-linear-gradient(top, #b4b4b4, #b4b4b4);
   background-image: linear-gradient(top, #b4b4b4, #b4b4b4);
   background-repeat: repeat-x;
+}
+button.et2_button_with_image.et2_button_text {
+  background-position: 6px center;
 }
 /* ########################################################################################
  * Content Element
@@ -2451,7 +2435,6 @@
 button[id="add"]:active {
   background-color: #1aa200 !important;
 }
-/*Button Ende #######################################################*/
 /**
  * EGroupware: Stylite Pixelegg template
  *
@@ -3379,10 +3362,6 @@
 td.lettersearch {
   background-image: none;
 }
-/*.nextmatch_header table {
-        border: none !important;
-        width: 99% !important;
-}*/
 /**
  * EGroupware: CSS with less preprocessor
  *
@@ -5160,21 +5139,6 @@
  * @package pixelegg
  * @version $Id$
  */
-/* disabled for now in pixelegg.less, until we use svg outside filemanager thumbnails
-
-//SVG Filter / not for Logo
-#egw_fw_sidebar img[src$="svg"]{
-            .gradient_vertical (@gray_60, @gray_60);
-            .rounded(3px);
-            border: 1px solid @gray_0;;
-}
-
-#egw_fw_main img[src$="svg"],
-#egw_fw_footer img[src$="svg"]{
-            //.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
-            .gradient_vertical (fade(@gray_100,50%), fade(@gray_100,50%));
-
-}*/
 /**
  * EGroupware: Stylite Pixelegg template
  *

Modified: trunk/pixelegg/css/pixelegg.css
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/css/pixelegg.css?rev=55755&r1=55754&r2=55755&view=diff
==============================================================================
--- trunk/pixelegg/css/pixelegg.css (original)
+++ trunk/pixelegg/css/pixelegg.css Fri Apr 15 14:42:38 2016
@@ -1473,26 +1473,6 @@
   border-left: none;
 }
 /**
- * EGroupware: CSS with less preprocessor
-
- * traditional.less
- * included in pixelegg.less since 17/03/2014
-
-
- *
- * Please do NOT change css-files directly, instead change less-files and compile them!
- *
- * @link http://www.egroupware.org
- * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
- * @author Stefan Reinhard <[email protected]>
- * @package phpgwapi
- * @version $Id$
- */
-/*
-	font styling
-	allowed attributes: font-family,font-size,color,font-weight
-*/
-/**
  * layout_*.less files are Pixelegg template specific
  */
 /**
@@ -2055,12 +2035,13 @@
   -o-transition-timing-function: linear;
   transition-timing-function: linear;
   padding-left: 30px;
+  background-position: 6px center;
   background-repeat: no-repeat;
   background-size: 20px auto;
   /*.Button_size_h32_auto;*/
   height: 24px;
   background-repeat: no-repeat !important;
-  background-position: 6px center;
+  background-position: center;
   background-size: 20px 20px;
   background-color: #e6e6e6;
 }
@@ -2074,6 +2055,9 @@
   background-image: -o-linear-gradient(top, #b4b4b4, #b4b4b4);
   background-image: linear-gradient(top, #b4b4b4, #b4b4b4);
   background-repeat: repeat-x;
+}
+button.et2_button_with_image.et2_button_text {
+  background-position: 6px center;
 }
 /* ########################################################################################
  * Content Element
@@ -2440,7 +2424,6 @@
 button[id="add"]:active {
   background-color: #1aa200 !important;
 }
-/*Button Ende #######################################################*/
 /**
  * EGroupware: Stylite Pixelegg template
  *
@@ -3368,10 +3351,6 @@
 td.lettersearch {
   background-image: none;
 }
-/*.nextmatch_header table {
-        border: none !important;
-        width: 99% !important;
-}*/
 /**
  * EGroupware: CSS with less preprocessor
  *
@@ -5149,21 +5128,6 @@
  * @package pixelegg
  * @version $Id$
  */
-/* disabled for now in pixelegg.less, until we use svg outside filemanager thumbnails
-
-//SVG Filter / not for Logo
-#egw_fw_sidebar img[src$="svg"]{
-            .gradient_vertical (@gray_60, @gray_60);
-            .rounded(3px);
-            border: 1px solid @gray_0;;
-}
-
-#egw_fw_main img[src$="svg"],
-#egw_fw_footer img[src$="svg"]{
-            //.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
-            .gradient_vertical (fade(@gray_100,50%), fade(@gray_100,50%));
-
-}*/
 /**
  * EGroupware: Stylite Pixelegg template
  *

Modified: trunk/pixelegg/less/layout_buttons.less
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/less/layout_buttons.less?rev=55755&r1=55754&r2=55755&view=diff
==============================================================================
--- trunk/pixelegg/less/layout_buttons.less (original)
+++ trunk/pixelegg/less/layout_buttons.less Fri Apr 15 14:42:38 2016
@@ -95,13 +95,15 @@
 button.et2_button_with_image{
         .Complete_Button_text_icon_before;
         background-repeat: no-repeat !important;
-        background-position: 6px center;
+        background-position: center;
         background-size: 20px 20px;
         background-color: @gray_10;
         background-color[url$="svg"]{.gradient_vertical (@gray_30, @gray_30);}
-
-}
-
+}
+
+button.et2_button_with_image.et2_button_text {
+	background-position: 6px center;
+}
 /* ########################################################################################
  * Content Element
  * Button löschen / delete / => color-negative-action // red

Modified: trunk/pixelegg/less/svg.css
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/less/svg.css?rev=55755&r1=55754&r2=55755&view=diff
==============================================================================
--- trunk/pixelegg/less/svg.css (original)
+++ trunk/pixelegg/less/svg.css Fri Apr 15 14:42:38 2016
@@ -16,28 +16,3 @@
   /*stroke: @gray_50;*/
   /*fill: @gray_0;*/
 }
-/*
-svg#etemplate_navbar {
-    fill: @gray_40;
-}
-
-svg#infolog_navbar  {
-    fill: @gray_40;
-}
-
-svg#admin_navbar  {
-    fill: @gray_40;
-}
-
-.egw_fw_ui_tabs_header > svg *  {
-    fill: @egw_color_2_a !important;
-    stroke: @gray_0 !important;
-}
-
-svg#sambaadmin_navbar  {
-    fill: @gray_40;
-}
-
-svg#mail_navbar {
-    fill: @gray_40;
-}*/

Modified: trunk/pixelegg/mobile/fw_mobile.css
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/mobile/fw_mobile.css?rev=55755&r1=55754&r2=55755&view=diff
==============================================================================
--- trunk/pixelegg/mobile/fw_mobile.css (original)
+++ trunk/pixelegg/mobile/fw_mobile.css Fri Apr 15 14:42:38 2016
@@ -1057,7 +1057,7 @@
  * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
  * @author Stefan Reinhard <[email protected]>
  * @package pixelegg
- * @version $Id: jquery-ui.less 55245 2016-03-04 09:21:40Z ralfbecker $
+ * @version $Id: jquery-ui.less 55742 2016-04-13 18:44:45Z nathangray $
  */
 #uical_select_resource {
   background-color: #ffdd73;
@@ -1494,26 +1494,6 @@
 .ms-ctn .ms-trigger {
   border-left: none;
 }
-/**
- * EGroupware: CSS with less preprocessor
-
- * traditional.less
- * included in pixelegg.less since 17/03/2014
-
-
- *
- * Please do NOT change css-files directly, instead change less-files and compile them!
- *
- * @link http://www.egroupware.org
- * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
- * @author Stefan Reinhard <[email protected]>
- * @package phpgwapi
- * @version $Id: traditional.less 50764 2014-03-17 14:10:27Z pixelegg $
- */
-/*
-	font styling
-	allowed attributes: font-family,font-size,color,font-weight
-*/
 /**
  * layout_*.less files are Pixelegg template specific
  */
@@ -2077,12 +2057,13 @@
   -o-transition-timing-function: linear;
   transition-timing-function: linear;
   padding-left: 30px;
+  background-position: 6px center;
   background-repeat: no-repeat;
   background-size: 20px auto;
   /*.Button_size_h32_auto;*/
   height: 24px;
   background-repeat: no-repeat !important;
-  background-position: 6px center;
+  background-position: center;
   background-size: 20px 20px;
   background-color: #e6e6e6;
 }
@@ -2096,6 +2077,9 @@
   background-image: -o-linear-gradient(top, #b4b4b4, #b4b4b4);
   background-image: linear-gradient(top, #b4b4b4, #b4b4b4);
   background-repeat: repeat-x;
+}
+button.et2_button_with_image.et2_button_text {
+  background-position: 6px center;
 }
 /* ########################################################################################
  * Content Element
@@ -2462,7 +2446,6 @@
 button[id="add"]:active {
   background-color: #1aa200 !important;
 }
-/*Button Ende #######################################################*/
 /**
  * EGroupware: Stylite Pixelegg template
  *
@@ -3390,10 +3373,6 @@
 td.lettersearch {
   background-image: none;
 }
-/*.nextmatch_header table {
-        border: none !important;
-        width: 99% !important;
-}*/
 /**
  * EGroupware: CSS with less preprocessor
  *
@@ -5171,21 +5150,6 @@
  * @package pixelegg
  * @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
  */
-/* disabled for now in pixelegg.less, until we use svg outside filemanager thumbnails
-
-//SVG Filter / not for Logo
-#egw_fw_sidebar img[src$="svg"]{
-            .gradient_vertical (@gray_60, @gray_60);
-            .rounded(3px);
-            border: 1px solid @gray_0;;
-}
-
-#egw_fw_main img[src$="svg"],
-#egw_fw_footer img[src$="svg"]{
-            //.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
-            .gradient_vertical (fade(@gray_100,50%), fade(@gray_100,50%));
-
-}*/
 /**
  * EGroupware: Stylite Pixelegg template
  *


------------------------------------------------------------------------------
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
_______________________________________________
eGroupWare-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs
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.