mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Make print button visible in Pixelegg template
This commit is contained in:
parent
d18fc80ce0
commit
6c1932ca4f
@ -4325,28 +4325,44 @@ table.nextmatch_header img {
|
||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
#egw_fw_print {
|
||||
display: none;
|
||||
/* background-image: url(../images/print.png);
|
||||
background-size: 16px 16px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
margin-top: 0px;
|
||||
position: fixed;
|
||||
.Button_size_square_16;
|
||||
.border_normal;
|
||||
.box_shadow_standard_light;
|
||||
.border_radius_button_normal;
|
||||
padding: 0.5em;
|
||||
top: 5px;
|
||||
right: 40px;
|
||||
z-index: 200;
|
||||
&:hover {.box_shadow_standard_light_hover;}
|
||||
&:active {.Complete_Button_active;}
|
||||
&:focus {.box_shadow_standard_light_inset;}*/
|
||||
background-image: url(../images/print.png);
|
||||
background-size: 16px 16px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
margin-top: 0px;
|
||||
position: fixed;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-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);
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
padding: 0.5em;
|
||||
top: 5px;
|
||||
right: 40px;
|
||||
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
|
||||
@ -4430,7 +4446,7 @@ table.nextmatch_header img {
|
||||
float: right;
|
||||
padding: 0.5em;
|
||||
position: fixed;
|
||||
right: 45px;
|
||||
right: 95px;
|
||||
top: 5px;
|
||||
background-image: url(../images/add.png);
|
||||
background-repeat: no-repeat;
|
||||
|
@ -326,8 +326,7 @@
|
||||
// Button Print
|
||||
|
||||
#egw_fw_print {
|
||||
display: none;
|
||||
/* background-image: url(../images/print.png);
|
||||
background-image: url(../images/print.png);
|
||||
background-size: 16px 16px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
@ -347,7 +346,7 @@
|
||||
z-index: 200;
|
||||
&:hover {.box_shadow_standard_light_hover;}
|
||||
&:active {.Complete_Button_active;}
|
||||
&:focus {.box_shadow_standard_light_inset;}*/
|
||||
&:focus {.box_shadow_standard_light_inset;}
|
||||
|
||||
}
|
||||
|
||||
@ -460,7 +459,7 @@
|
||||
float: right;
|
||||
padding: 0.5em;
|
||||
position: fixed;
|
||||
right: 45px;
|
||||
right: 95px;
|
||||
top: 5px;
|
||||
|
||||
background-image: url(../images/add.png);
|
||||
|
Loading…
Reference in New Issue
Block a user