Author: hnategh
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
— 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”],
— 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
-
-
-
- included in pixelegg.less since 17/03/2014
-
-
-
-
- Please do NOT change css-files directly, instead change less-files and compile them!
-
-
-
-
-
-
- /
-/
- 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”]{
-}
-#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
-
— 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
-
-
-
- included in pixelegg.less since 17/03/2014
-
-
-
-
- Please do NOT change css-files directly, instead change less-files and compile them!
-
-
-
-
-
-
- /
-/
- 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”]{
-}
-#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
-
— 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;
-}
+}
+
+button.et2_button_with_image.et2_button_text {
- background-position: 6px center;
+}
/* ########################################################################################
- Content Element
- Button löschen / delete / => color-negative-action // red
— 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 {
-svg#infolog_navbar {
-svg#admin_navbar {
-.egw_fw_ui_tabs_header > svg * {
- fill: @egw_color_2_a !important;
- stroke: @gray_0 !important;
-}
-
-svg#sambaadmin_navbar {
-svg#mail_navbar {
— trunk/pixelegg/mobile/fw_mobile.css (original)
+++ trunk/pixelegg/mobile/fw_mobile.css Fri Apr 15 14:42:38 2016
@@ -1057,7 +1057,7 @@
-
-
@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
-
-
-
- included in pixelegg.less since 17/03/2014
-
-
-
-
- Please do NOT change css-files directly, instead change less-files and compile them!
-
-
-
-
-
-
-
@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”]{
-}
-#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
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs