forked from extern/egroupware
parent
33f1b729e5
commit
194fd794c8
@ -4120,44 +4120,28 @@ table.nextmatch_header img {
|
|||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
#egw_fw_print {
|
#egw_fw_print {
|
||||||
background-image: url(../images/print.png);
|
display: none;
|
||||||
background-size: 16px 16px;
|
/* background-image: url(../images/print.png);
|
||||||
background-position: center center;
|
background-size: 16px 16px;
|
||||||
background-repeat: no-repeat;
|
background-position: center center;
|
||||||
cursor: pointer;
|
background-repeat: no-repeat;
|
||||||
display: inline-block;
|
cursor: pointer;
|
||||||
float: right;
|
display: inline-block;
|
||||||
margin-right: 5px;
|
float: right;
|
||||||
margin-top: 0px;
|
margin-right: 5px;
|
||||||
position: fixed;
|
margin-top: 0px;
|
||||||
width: 16px;
|
position: fixed;
|
||||||
height: 16px;
|
.Button_size_square_16;
|
||||||
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);
|
padding: 0.5em;
|
||||||
-webkit-border-radius: 3px;
|
top: 5px;
|
||||||
-moz-border-radius: 3px;
|
right: 40px;
|
||||||
border-radius: 3px;
|
z-index: 200;
|
||||||
padding: 0.5em;
|
&:hover {.box_shadow_standard_light_hover;}
|
||||||
top: 5px;
|
&:active {.Complete_Button_active;}
|
||||||
right: 40px;
|
&:focus {.box_shadow_standard_light_inset;}*/
|
||||||
z-index: 200;
|
|
||||||
}
|
|
||||||
#egw_fw_print:hover {
|
|
||||||
-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);
|
|
||||||
}
|
|
||||||
#egw_fw_print:active {
|
|
||||||
-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);
|
|
||||||
}
|
|
||||||
#egw_fw_print:focus {
|
|
||||||
-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);
|
|
||||||
}
|
}
|
||||||
/*#################################################
|
/*#################################################
|
||||||
/* Second Line
|
/* Second Line
|
||||||
@ -4238,7 +4222,7 @@ table.nextmatch_header img {
|
|||||||
float: right;
|
float: right;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 80px;
|
right: 45px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
background-image: url(../images/add.png);
|
background-image: url(../images/add.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -4287,7 +4271,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: 115px;
|
right: 88px;
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user