position : add + print + log out + blink (mistake)
This commit is contained in:
Stefan Reinhardt 2014-07-03 17:10:17 +00:00
parent d2f7fbaa81
commit ff34c79e2d
4 changed files with 30 additions and 25 deletions

View File

@ -940,11 +940,17 @@
/*ADD Button*/ /*ADD Button*/
button#admin-categories-index_add { button#admin-categories-index_add {
width: 32px; width: 32px;
border: 1px solid #0C5DA5; /*border: 1px solid #0C5DA5;*/
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
padding: -0.5em; padding: -0.5em;
background-color: #e6e6e6 !important; background-color: #e6e6e6 !important;
background-size: 16px 16px; background-size: 16px 16px;
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 10px;
border-radius: 3px;
border-top-left-radius: 10px;
height: 24px; height: 24px;
margin: 6px 2px; margin: 6px 2px;
} }
@ -960,7 +966,7 @@
background-color: #1aa200; background-color: #1aa200;
} }
button#admin-categories-index_add:hover { button#admin-categories-index_add:hover {
background-color: #66a1d2 !important; background-color: #679fd2 !important;
color: #ffc200; color: #ffc200;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
@ -3324,7 +3330,12 @@ button.add {
height: 24px; height: 24px;
/* height: auto;*/ /* height: auto;*/
background-image: none; background-image: none;
/*.border_radius_button_lefttop;*/ -webkit-border-radius: 3px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 10px;
border-radius: 3px;
border-top-left-radius: 10px;
} }
button.add:before { button.add:before {
content: "+"; content: "+";
@ -4355,13 +4366,9 @@ table.nextmatch_header img {
position: fixed; position: fixed;
width: 16px; width: 16px;
height: 16px; height: 16px;
border: 1px solid rgba(0, 0, 0, 0.15); /*.border_normal;*/
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); /*.box_shadow_standard_light;*/
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); /*.border_radius_button_normal;*/
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 0.5em; padding: 0.5em;
top: 5px; top: 5px;
right: 40px; right: 40px;
@ -4464,7 +4471,7 @@ table.nextmatch_header img {
float: right; float: right;
padding: 0.5em; padding: 0.5em;
position: fixed; position: fixed;
right: 95px; right: 80px;
top: 5px; top: 5px;
background-image: url(../images/add.png); background-image: url(../images/add.png);
background-repeat: no-repeat; background-repeat: no-repeat;
@ -4513,7 +4520,7 @@ table.nextmatch_header img {
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
padding: 5px; padding: 5px;
top: 6px; top: 6px;
right: 88px; right: 112px;
z-index: 200; z-index: 200;
background-color: #ff0000; background-color: #ff0000;
-moz-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out;

View File

@ -68,16 +68,13 @@
.dimension_height_m; .dimension_height_m;
/* height: auto;*/ /* height: auto;*/
background-image: none; background-image: none;
/*.border_radius_button_lefttop;*/ .border_radius_button_lefttop;
&:before {content: "+";font-size: 1.5em;color: @egw_color_1; line-height: 1.1em;} &:before {content: "+";font-size: 1.5em;color: @egw_color_1; line-height: 1.1em;}
} }
.Complete_Button_add_hover { .Complete_Button_add_hover {
background-color: @egw_color_blue_lightest !important; background-color: @color_positive_action_active !important;
color: @egw_color_1; color: @egw_color_1;
.box_shadow_standard_light_hover; .box_shadow_standard_light_hover;
.border_radius_button_lefttop; .border_radius_button_lefttop;
@ -88,12 +85,13 @@
.Complete_Button_add_only_plus { .Complete_Button_add_only_plus {
height: 24px; height: 24px;
width: 32px; width: 32px;
border: 1px solid #0C5DA5; /*border: 1px solid #0C5DA5;*/
margin: 6px 2px; margin: 6px 2px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
padding: -0.5em; padding: -0.5em;
background-color: @gray_10 !important; background-color: @gray_10 !important;
background-size: 16px 16px; background-size: 16px 16px;
.border_radius_button_lefttop;
&:before { &:before {
@ -110,7 +108,7 @@
} }
.Complete_Button_add_only_plus_hover { .Complete_Button_add_only_plus_hover {
background-color: @egw_color_blue_lightest !important; background-color: @color_positive_action !important;
color: @egw_color_1; color: @egw_color_1;
.box_shadow_standard_light_hover; .box_shadow_standard_light_hover;
.border_radius_button_lefttop; .border_radius_button_lefttop;

View File

@ -46,7 +46,7 @@
@egw_color_blue_lighter : #0B5FA4 ; @egw_color_blue_lighter : #0B5FA4 ;
@egw_color_blue_lightest :#66A1D2; @egw_color_blue_lightest : #679FD2; //#66A1D2;
//Berechnung der EGW Farben //Berechnung der EGW Farben

View File

@ -337,9 +337,9 @@
margin-top: 0px; margin-top: 0px;
position: fixed; position: fixed;
.Button_size_square_16; .Button_size_square_16;
.border_normal; /*.border_normal;*/
.box_shadow_standard_light; /*.box_shadow_standard_light;*/
.border_radius_button_normal; /*.border_radius_button_normal;*/
padding: 0.5em; padding: 0.5em;
top: 5px; top: 5px;
right: 40px; right: 40px;
@ -459,7 +459,7 @@
float: right; float: right;
padding: 0.5em; padding: 0.5em;
position: fixed; position: fixed;
right: 95px; right: 80px;
top: 5px; top: 5px;
background-image: url(../images/add.png); background-image: url(../images/add.png);
@ -512,7 +512,7 @@
.box_shadow_standard_light; .box_shadow_standard_light;
padding: 5px; padding: 5px;
top: 6px; top: 6px;
right: 88px; right: 112px;
z-index: 200; z-index: 200;
&:hover {.box_shadow_standard_light_hover;} &:hover {.box_shadow_standard_light_hover;}
&:active {.Complete_Button_active;} &:active {.Complete_Button_active;}