Author: ralfbecker
New Revision: 55056
URL: http://svn.stylite.de/viewvc/egroupware?rev=55056&view=rev
Log:
alignment of NM header
Modified:
trunk/pixelegg/css/pixelegg.css
trunk/pixelegg/less/etemplate2.less
— trunk/pixelegg/css/pixelegg.css (original)
+++ trunk/pixelegg/css/pixelegg.css Wed Feb 17 21:01:20 2016
@@ -587,109 +587,6 @@
width: 16px;
height: 16px;
}
- /################################################################
-
-* ADD BUTTON for Infolog View in ADDRESSBOOK
-*
-################################################################*/
- .nextmatch_header div.et2_box_widget {
- /border: 1px solid #0C5DA5;/
- /box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);/
- /text-shadow: none;/
- height: 24px;
- margin-top: 0px;
- margin-left: 12px;
- padding: 4px;
- /background-color: @gray_10;/
- position: relative;
- top: 5px;
- -webkit-border-top-right-radius: 3px;
- -webkit-border-bottom-right-radius: 3px;
- -webkit-border-bottom-left-radius: 3px;
- -webkit-border-top-left-radius: 10px;
- -moz-border-radius-topright: 3px;
- -moz-border-radius-bottomright: 3px;
- -moz-border-radius-bottomleft: 3px;
- -moz-border-radius-topleft: 10px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- border-bottom-left-radius: 3px;
- border-top-left-radius: 10px;
- /.background-clip(padding-box);/
- background-image: none !important;
- transition: all 0.5s linear;
- -webkit-transition: all 0.5s linear;
- /* Safari */
- /* &:before {
-
content: "+";
-
font-size: 20px;
-
color: @egw_color_1_a;
-
line-height: 1px;
-
position: relative;
-
top: 2px;
-
text-shadow: 1px 1px 2px #000;*/
- /.Complete_Button_Icon_normal;/
- /.dimension_width_height_sm;/
- /}/
- /Text "“hinzufügen” "/
- /* commented as it hides upload in filemanager span {display: none;}*/
- /MouseOver/
- /* &:hover {
-
.box_shadow_standard_light_hover;
-
background-color: fade(@egw_color_2_a, 80%) !important;
-
.border_radius_button_lefttop;
-
.dimension_height_sm;
-
-
&:before {content: ""; font-size: 1em;padding-left: 5px;}
-
-
Text
-
span {visibility: hidden; display: none;};
-
img {.scale; margin: 0 5px; background: @gray_0;}
-
}*/
- }
- .nextmatch_header div.et2_box_widget img {
- /.gradient_vertical (@egw_color_2_a, @egw_color_2_a);/
- /.background_color_10_gray;/
- -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
- -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
- box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
- border: 1px solid rgba(0, 0, 0, 0.15);
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- width: 20px;
- height: 20px;
- margin-left: 0.5em;
- padding: 0px;
- margin-top: 0px;
- vertical-align: middle;
- }
- .nextmatch_header div.et2_box_widget img:hover {
- /.background_color_20_gray;/
- -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
- border: 1px solid rgba(0, 0, 0, 0.5);
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- background-color: #189800;
- }
- .nextmatch_header div.et2_box_widget img:active {
- /.background_color_30_gray;/
- border: 1px solid rgba(0, 0, 0, 0.9);
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
- -moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
- box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
- background-color: #1aa200;
- }
- .nextmatch_header div.et2_box_widget img:last-child {
- margin-right: 5px;
- }
- /######################################################/
/*################################################################
— trunk/pixelegg/less/etemplate2.less (original)
+++ trunk/pixelegg/less/etemplate2.less Wed Feb 17 21:01:20 2016
@@ -541,85 +541,6 @@
/################################################################
*
- ADD BUTTON for Infolog View in ADDRESSBOOK
-*
-################################################################*/
-.nextmatch_header {
- div.et2_box_widget{
-
/*border: 1px solid #0C5DA5;*/
-
/*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
-
/*text-shadow: none;*/
-
.dimension_height_m;
-
margin-top: 0px;
-
margin-left: 12px;
-
padding: 4px;
-
/*background-color: @gray_10;*/
-
position: relative;
-
top: 5px;
-
.border_radius(3px, 3px, 3px, 10px);
-
background-image: none !important;
-
transition: all 0.5s linear;
-
-webkit-transition: all 0.5s linear; /* Safari */
-
-/* &:before {
-
content: "+";
-
font-size: 20px;
-
color: @egw_color_1_a;
-
line-height: 1px;
-
position: relative;
-
top: 2px;
-
text-shadow: 1px 1px 2px #000;*/
-
/*.Complete_Button_Icon_normal;*/
-
/*.dimension_width_height_sm;*/
-
/*}*/
-
-
/*Text ""hinzufügen" "*/
-
/* commented as it hides upload in filemanager span {display: none;}*/
-
-
-
// IMG
-
img {
-
/*.gradient_vertical (@egw_color_2_a, @egw_color_2_a);*/
-
.Complete_Button_Icon_normal;
-
.dimension_width_height_sm;
-
margin-left: 0.5em;
-
padding: 0px;
-
margin-top: 0px;
-
vertical-align: middle;
-
-
-
&:hover{.Complete_Button_Icon_hover ; background-color: @color_positive_action;}
-
-
&:active { .Complete_Button_Icon_active ; background-color: @color_positive_action_active;}
-
}
-
-
img:last-child {margin-right: 5px;};
-
-
-
-
/*MouseOver*/
-/* &:hover {
-
.box_shadow_standard_light_hover;
-
background-color: fade(@egw_color_2_a, 80%) !important;
-
.border_radius_button_lefttop;
-
.dimension_height_sm;
-
-
&:before {content: ""; font-size: 1em;padding-left: 5px;}
-
-
Text
-
span {visibility: hidden; display: none;};
-
img {.scale; margin: 0 5px; background: @gray_0;}
-
}*/
-
}
-// END BOX WIDGET
-}
-/######################################################/
-/################################################################
-
################################################################*/
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs