mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
Pixelegg changes
This commit is contained in:
parent
f075452ee3
commit
72b01700e5
@ -196,7 +196,7 @@ fieldset.emailGroup {
|
|||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 35px;
|
height: 32px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view:hover {
|
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view:hover {
|
||||||
@ -221,7 +221,7 @@ fieldset.emailGroup {
|
|||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 35px;
|
height: 32px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
div#addressbook-index div.et2_hbox_right select.et2_selectbox:hover {
|
div#addressbook-index div.et2_hbox_right select.et2_selectbox:hover {
|
||||||
@ -334,23 +334,20 @@ fieldset.emailGroup {
|
|||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_add {
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add {
|
||||||
background-color: #0b5fa4 !important;
|
/*.Complete_Button_add;*/
|
||||||
color: #FFF;
|
width: 32px;
|
||||||
text-shadow: none;
|
height: 32px;
|
||||||
/* height: auto;*/
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
background-image: none !important;
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||||
-webkit-border-radius: 3px;
|
padding: 0.5em;
|
||||||
-webkit-border-top-left-radius: 20px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-moz-border-radius-topleft: 20px;
|
|
||||||
border-radius: 3px;
|
|
||||||
border-top-left-radius: 20px;
|
|
||||||
}
|
}
|
||||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
|
||||||
content: "+";
|
content: "+";
|
||||||
font-size: 1.5em;
|
font-size: 2em;
|
||||||
color: #ffc200;
|
color: #ffc200;
|
||||||
line-height: 1.1em;
|
line-height: 0.6em;
|
||||||
|
padding-left: 0.1em;
|
||||||
|
padding-right: 4em;
|
||||||
}
|
}
|
||||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
|
||||||
background-color: #66a1d2 !important;
|
background-color: #66a1d2 !important;
|
||||||
@ -504,7 +501,7 @@ fieldset.emailGroup {
|
|||||||
}
|
}
|
||||||
button[id="addressbook-edit_button[delete]"] {
|
button[id="addressbook-edit_button[delete]"] {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 5px;
|
margin-top: -36px;
|
||||||
}
|
}
|
||||||
/*#######################################################*/
|
/*#######################################################*/
|
||||||
/*State: Address selected*/
|
/*State: Address selected*/
|
||||||
|
@ -72,7 +72,7 @@ div#addressbook-index{
|
|||||||
// Org View
|
// Org View
|
||||||
select#addressbook-index_org_view{
|
select#addressbook-index_org_view{
|
||||||
.Complete_Button_select;
|
.Complete_Button_select;
|
||||||
height: 35px;
|
.dimension_height_l;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
&:hover{
|
&:hover{
|
||||||
.Complete_Button_select_hover;
|
.Complete_Button_select_hover;
|
||||||
@ -95,7 +95,7 @@ div#addressbook-index{
|
|||||||
// Typ
|
// Typ
|
||||||
select.et2_selectbox{
|
select.et2_selectbox{
|
||||||
.Complete_Button_select;
|
.Complete_Button_select;
|
||||||
height: 35px;
|
.dimension_height_l;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|
||||||
&:hover{.Complete_Button_select_hover;}
|
&:hover{.Complete_Button_select_hover;}
|
||||||
@ -118,7 +118,22 @@ div#addressbook-index{
|
|||||||
|
|
||||||
// hinzufügen
|
// hinzufügen
|
||||||
button#addressbook-index_add{
|
button#addressbook-index_add{
|
||||||
.Complete_Button_add;
|
/*.Complete_Button_add;*/
|
||||||
|
.dimension_width_height_l;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||||
|
padding: 0.5em;
|
||||||
|
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
content: "+";
|
||||||
|
font-size: 2em;
|
||||||
|
color: @egw_color_1;
|
||||||
|
line-height: 0.6em;
|
||||||
|
padding-left: 0.1em;
|
||||||
|
padding-right: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
&:hover {.Complete_Button_add_hover;}
|
&:hover {.Complete_Button_add_hover;}
|
||||||
|
|
||||||
@ -326,7 +341,7 @@ div#addressbook-index{
|
|||||||
// Button delete
|
// Button delete
|
||||||
button[id="addressbook-edit_button[delete]"]{
|
button[id="addressbook-edit_button[delete]"]{
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 5px;
|
margin-top: -36px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -142,9 +142,9 @@ div.filemanager_navigation img {
|
|||||||
}
|
}
|
||||||
div.filemanager_navigation img:hover {
|
div.filemanager_navigation img:hover {
|
||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
@ -216,7 +216,7 @@ div.filemanager_navigation > label > input {
|
|||||||
border-top-left-radius: 20px;
|
border-top-left-radius: 20px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 20em;
|
width: 55%;
|
||||||
}
|
}
|
||||||
#filemanager-index .et2_file:before {
|
#filemanager-index .et2_file:before {
|
||||||
content: "+";
|
content: "+";
|
||||||
@ -224,15 +224,12 @@ div.filemanager_navigation > label > input {
|
|||||||
color: #ffc200;
|
color: #ffc200;
|
||||||
line-height: 1.1em;
|
line-height: 1.1em;
|
||||||
}
|
}
|
||||||
#filemanager-index .et2_file:before {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
#filemanager-index .et2_file:hover {
|
#filemanager-index .et2_file:hover {
|
||||||
background-color: #66a1d2 !important;
|
background-color: #66a1d2 !important;
|
||||||
color: #ffc200;
|
color: #ffc200;
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-webkit-border-top-left-radius: 20px;
|
-webkit-border-top-left-radius: 20px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
@ -240,9 +237,14 @@ div.filemanager_navigation > label > input {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-top-left-radius: 20px;
|
border-top-left-radius: 20px;
|
||||||
}
|
}
|
||||||
|
#filemanager-index .et2_file:before {
|
||||||
|
font-size: 1.5em;
|
||||||
|
padding-right: 0.5em;
|
||||||
|
padding-left: 0.5em;
|
||||||
|
}
|
||||||
#filemanager-index .et2_file #filemanager-index_upload {
|
#filemanager-index .et2_file #filemanager-index_upload {
|
||||||
border: none;
|
border: none;
|
||||||
width: 20em;
|
width: 86%;
|
||||||
}
|
}
|
||||||
#filemanager-index #filemanager-index_tarp {
|
#filemanager-index #filemanager-index_tarp {
|
||||||
width: 32px !important;
|
width: 32px !important;
|
||||||
|
@ -111,15 +111,15 @@ div.filemanager_navigation > label > input {
|
|||||||
|
|
||||||
.et2_file{
|
.et2_file{
|
||||||
.Complete_Button_add;
|
.Complete_Button_add;
|
||||||
&:before{font-size: 1em;}
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 20em;
|
width: 55%;
|
||||||
&:hover {
|
&:hover { .Complete_Button_add_hover;}
|
||||||
.Complete_Button_add_hover;
|
&:before{ font-size: 1.5em; padding-right: 0.5em; padding-left: 0.5em;}
|
||||||
}
|
|
||||||
|
|
||||||
#filemanager-index_upload {border: none; width: 20em;}
|
|
||||||
|
#filemanager-index_upload {border: none; width: 86%;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -129,20 +129,16 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
|||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget,
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget,
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget {
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget {
|
||||||
background-color: #0b5fa4 !important;
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
color: #FFF;
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
height: 32px;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
-webkit-border-radius: 3px;
|
/*.border_radius_button_lefttop;*/
|
||||||
-webkit-border-top-left-radius: 20px;
|
/* .border_radius_button_lefttop;
|
||||||
-moz-border-radius: 3px;
|
.box_shadow_standard_light;
|
||||||
-moz-border-radius-topleft: 20px;
|
|
||||||
border-radius: 3px;
|
height: 39px; // hieght of add-item*/
|
||||||
border-top-left-radius: 20px;
|
|
||||||
-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);
|
|
||||||
height: 39px;
|
|
||||||
/*img#infolog-index_add[id="task"] {background-color: @gray-0; }*/
|
/*img#infolog-index_add[id="task"] {background-color: @gray-0; }*/
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:before,
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:before,
|
||||||
@ -151,17 +147,27 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
|||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
color: #ffc200;
|
color: #ffc200;
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget .infolog_headertext,
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget .infolog_headertext {
|
|
||||||
color: #FFF !important;
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:hover,
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:hover,
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:hover {
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:hover {
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
background-color: #66a1d2 !important;
|
background-color: #0c5da5 !important;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-webkit-border-top-left-radius: 20px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-moz-border-radius-topleft: 20px;
|
||||||
|
border-radius: 3px;
|
||||||
|
border-top-left-radius: 20px;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:hover .infolog_headertext,
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:hover .infolog_headertext {
|
||||||
|
color: #FFF !important;
|
||||||
|
}
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget .infolog_headertext,
|
||||||
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget .infolog_headertext {
|
||||||
|
color: #000;
|
||||||
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget img,
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget img,
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget img {
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget img {
|
||||||
@ -177,15 +183,15 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin-top: -2px;
|
margin-top: -14px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget img:hover,
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget img:hover,
|
||||||
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget img:hover {
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget img:hover {
|
||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
|
@ -28,7 +28,7 @@ span#favorite_sidebox_infolog{
|
|||||||
}
|
}
|
||||||
|
|
||||||
img.sideboxstar{
|
img.sideboxstar{
|
||||||
.box-shadow(none);
|
.box_shadow(none);
|
||||||
border: 0px;
|
border: 0px;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
@ -92,25 +92,31 @@ span#favorite_sidebox_infolog{
|
|||||||
margin-right: 0em;
|
margin-right: 0em;
|
||||||
|
|
||||||
div.et2_box_widget{
|
div.et2_box_widget{
|
||||||
background-color: @egw_color_blue_lighter !important;
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
color: #FFF;
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||||
|
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
// height: 35px;
|
.dimension_height_l;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
.border_radius_button_lefttop;
|
/*.border_radius_button_lefttop;*/
|
||||||
|
|
||||||
&:before {content: "+";font-size: 2em;color: @egw_color_1;}
|
&:before {content: "+";font-size: 2em;color: @egw_color_1;}
|
||||||
|
|
||||||
.border_radius_button_lefttop;
|
/* .border_radius_button_lefttop;
|
||||||
.box_shadow_standard_light;
|
.box_shadow_standard_light;
|
||||||
|
|
||||||
height: 39px; // hieght of add-item
|
height: 39px; // hieght of add-item*/
|
||||||
|
|
||||||
.infolog_headertext{color: #FFF !important; font-size: 11px;}
|
&:hover {
|
||||||
|
.box_shadow_standard_light_hover;
|
||||||
|
background-color: @egw_color_2_a !important;
|
||||||
|
.border_radius_button_lefttop;
|
||||||
|
|
||||||
|
|
||||||
&:hover {.box_shadow_standard_light_hover; background-color: @egw_color_blue_lightest !important;}
|
.infolog_headertext {color: #FFF !important;}
|
||||||
|
|
||||||
|
}
|
||||||
|
.infolog_headertext{ color: #000; font-size: 11px; }
|
||||||
|
|
||||||
/*img#infolog-index_add[id="task"] {background-color: @gray-0; }*/
|
/*img#infolog-index_add[id="task"] {background-color: @gray-0; }*/
|
||||||
|
|
||||||
@ -121,7 +127,7 @@ span#favorite_sidebox_infolog{
|
|||||||
.dimension_width_height_s;
|
.dimension_width_height_s;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin-top: -2px;
|
margin-top: -14px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
&:hover{.Complete_Button_Icon_hover ;}
|
&:hover{.Complete_Button_Icon_hover ;}
|
||||||
@ -145,9 +151,9 @@ span#favorite_sidebox_infolog{
|
|||||||
// Liste
|
// Liste
|
||||||
ul#infolog-index_favorite_menu{
|
ul#infolog-index_favorite_menu{
|
||||||
|
|
||||||
border-color: @gray-30;
|
border-color: @gray_30;
|
||||||
.background-color-0-gray;
|
.background_color_0_gray;
|
||||||
.color-100-gray;
|
.color_100_gray;
|
||||||
li{
|
li{
|
||||||
a {
|
a {
|
||||||
|
|
||||||
|
BIN
mail/templates/pixelegg/images/filemanager.png
Executable file
BIN
mail/templates/pixelegg/images/filemanager.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
mail/templates/pixelegg/images/mail_send.psd
Executable file
BIN
mail/templates/pixelegg/images/mail_send.psd
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user