diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css
index b0c3ec8aa6..a4635e93bc 100644
--- a/pixelegg/css/pixelegg.css
+++ b/pixelegg/css/pixelegg.css
@@ -633,7 +633,7 @@ action buttons, left aligned for "extra" controls
position: fixed;
border: 1px solid #897f51;
padding: 3px;
- background-color: rgba(103, 159, 210, 0.1);
+ background-color: #ffffff;
max-width: 300px;
color: black;
}
@@ -1199,11 +1199,15 @@ action buttons, left aligned for "extra" controls
display: none;
}
.favorites .sideboxstar {
- background-image: url("../images/bullet.png");
+ background-image: url("../images/bullet.svg");
background-repeat: no-repeat;
+ background-size: contain;
width: 12px;
height: 12px;
}
+ .sidebox-favorites {
+ /*ul*/
+ }
.sidebox-favorites ul.favorites {
width: 99%;
padding: 0px;
@@ -1211,9 +1215,9 @@ action buttons, left aligned for "extra" controls
background: white;
}
.sidebox-favorites ul.favorites li {
- padding-left: 0 !important;
+ padding-left: 1em !important;
margin-left: 0px;
- line-height: 2.5em;
+ line-height: 2em;
}
.sidebox-favorites ul.favorites li img {
margin: 0px 5px;
@@ -1257,6 +1261,13 @@ action buttons, left aligned for "extra" controls
-moz-border-radius: 3px;
border-radius: 3px;
}
+ .sidebox-favorites ul.favorites li a div.sideboxstar {
+ display: none;
+ }
+ .sidebox-favorites ul.favorites li a div.ui-icon-trash {
+ margin-top: -1px;
+ margin-right: 2px;
+ }
.sidebox-favorites .ui-state-hover,
.sidebox-favorites .ui-widget-content .ui-state-hover,
.sidebox-favorites .ui-widget-header .ui-state-hover,
@@ -1287,13 +1298,19 @@ action buttons, left aligned for "extra" controls
-moz-border-radius: 3px;
border-radius: 3px;
}
+ .sidebox-favorites .ui-menu {
+ /*li*/
+ }
+ .sidebox-favorites .ui-menu .ui-menu-item {
+ width: 93%;
+ }
.sidebox-favorites .ui-menu .ui-menu-item:hover {
background-color: #ffdd73;
}
.sidebox-favorites .ui-menu .ui-menu-item a {
line-height: inherit;
padding: 2px 0px;
- padding-left: 0 !important;
+ padding-left: 5px !important;
}
.sidebox-favorites .ui-menu .ui-menu-item a:hover {
text-decoration: underline;
@@ -1303,6 +1320,9 @@ action buttons, left aligned for "extra" controls
width: 16px;
height: 16px;
}
+ .sidebox-favorites .ui-menu .ui-menu-item a div.ui-icon-heart {
+ display: none;
+ }
.sidebox-favorites div.ui-icon-heart {
position: relative;
float: left;
@@ -1311,20 +1331,18 @@ action buttons, left aligned for "extra" controls
background-image: none;
}
.sidebox-favorites div.ui-icon-trash {
- background-image: url(../images/delete.png);
+ margin-top: 0px;
+ margin-right: 2px;
+ background-image: url(../images/delete.svg);
background-size: 16px 16px;
background-position: 0 0;
- background-color: #e6e6e6;
- -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
- -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
- box-shadow: 1px 1px 1px 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;
- margin-right: 0.5em;
- padding: 0px 2px 0 2px;
- width: 10px;
+ background-color: #000;
+ -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: 2px;
+ -moz-border-radius: 2px;
+ border-radius: 2px;
}
.nextmatch_sortheader {
color: #003075;
@@ -2266,9 +2284,9 @@ span.ui-icon-search {
border-width: 9px 0px 0px 0px;
border-style: solid;
border-color: #b4b4b4;
- -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-box-shadow: 6px 2px 1px rgba(0, 0, 0, 0.5);
+ -moz-box-shadow: 6px 2px 1px rgba(0, 0, 0, 0.5);
+ box-shadow: 6px 2px 1px rgba(0, 0, 0, 0.5);
padding: 1em;
}
#egwpopup input#egwpopup_ok_button,
@@ -2973,6 +2991,8 @@ input.egwbutton:active {
input[type=image] {
cursor: pointer;
border: 0;
+ width: 16px;
+ height: 16px;
}
#thesideboxcolumn {
width: 177px;
@@ -3663,6 +3683,10 @@ table.egwGridView_outer thead tr th:active {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
border-bottom: 1px solid silver;
}
+table.egwGridView_outer thead tr th div.innerContainer {
+ max-height: 7em;
+ overflow-y: auto;
+}
table.egwGridView_outer thead tr th.optcol {
padding: 0;
text-align: center;
@@ -3726,6 +3750,11 @@ table.egwGridView_grid {
table.egwGridView_grid img {
height: 16px;
}
+table.egwGridView_grid img.iphoto {
+ height: 9em;
+ margin: 0.2em;
+ max-height: 60px;
+}
table.egwGridView_grid tbody {
border-bottom: 1px solid #000000;
/*padding: 2px 3px 2px 4px;*/
@@ -3832,6 +3861,11 @@ table.customfields td span > div {
display: inherit;
margin: 0px;
}
+/*########################################################*/
+table.nextmatch_header img {
+ width: 16px;
+ height: 16px;
+}
/**
* EGroupware: Stylite Pixelegg template
*
@@ -4330,62 +4364,6 @@ table.customfields td span > div {
Add / Print / Logout /
- Name / Date
###################################################*/
-#egw_fw_topmenu_addons {
- /* span#quick_add{
- .Complete_Button_add;
- .Button_size_square_16;
- .border_normal;
- .box_shadow_standard_light;
- float: right;
- position: fixed;
- right: 83px;
- top: 5px;
- padding: 0.5em;
- &:before {content: "+"; font-size: 2em; color: @egw_color_1; line-height: 0.6em}
- &:focus {.box_shadow_standard_light_inset;};
- .transition (0.2s, ease-out);
-
- select#quick_add_selectbox{
- position: fixed;
- right: 83px;
- .border_normal;
- .box_shadow_standard_light;
- height: 26px;
- padding: 0 0 0 10px;
- font-size: 0.9em;
- line-height: 1.1em;
-
- visibility: hidden;
-
- transition-property: visibility;
- transition-duration: 0s;
- transition-timing-function: linear;
- transition-delay: 0s;
- }
- }
-
-
-
-
- hover
- span#quick_add:hover {
-
- width: 166px !important;
- .box_shadow_standard_light_hover;
-
- select#quick_add_selectbox {
- .box_shadow_standard_light_hover;
- .box_shadow_none;
- border: none;
- position: relative !important;
- right: 1px !important;
- top: -5px;
- z-index: 200;
- visibility: visible !important;
- }
-
- }*/
-}
#egw_fw_topmenu_addons span#quick_add {
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
@@ -4594,6 +4572,11 @@ table.customfields td span > div {
padding-left: 3em;
color: #999999;
}
+#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object {
+ background-color: #ffffff;
+ width: 24px;
+ height: 24px;
+}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active {
cursor: pointer;
/*background-image: url("../images/header_active.png");*/
@@ -4679,6 +4662,15 @@ table.customfields td span > div {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
background-color: #bfbfbf;
}
+#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active object {
+ margin-left: 14px;
+ margin-top: 8px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ width: 16px;
+ height: 16px;
+}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active .egw_fw_ui_ajaxloader {
margin-top: -26px;
}
@@ -4774,6 +4766,9 @@ table.customfields td span > div {
color: #ff0000;
background-color: yellow !important;
}
+#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category div.egw_fw_ui_category:nth-last-of-type(-n+3) img.egw_fw_ui_sidemenu_listitem_icon {
+ display: block;
+}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
background-color: #999999;
padding: 0.5em 1em;
@@ -4849,11 +4844,6 @@ table.customfields td span > div {
/*filter: url(grayscale.svg); Firefox 4+ */
filter: gray;
/* IE 6-9 */
- /* path {color: red}
-
- svg:hover path {fill: red;}
-
- filter: hue-rotate(90deg);*/
}
#egw_fw_sidebar #egw_fw_splitter {
position: absolute;
@@ -4912,16 +4902,16 @@ table.customfields td span > div {
background-color: #ffffff;
}
.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon {
- width: 16px;
- height: 16px;
+ /*display: none;*/
+ width: 12px;
+ height: 12px;
padding: 0px;
margin: 0px 5px;
float: left;
/*.Complete_Button_Icon_normal;*/
- background-image: url("../images/bullet.png");
- background-size: .dimension_width_height_s;
- background-position: center;
- /*&:hover {height: 16px; .Complete_Button_Icon_hover ;}*/
+ /* background-image: url("../images/bullet.svg");
+ background-size: .dimension_width_height_s;
+ background-position: center;*/
}
.egw_fw_ui_sidemenu_listitem input {
height: 16px;
@@ -5105,6 +5095,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
background-repeat: repeat-x;
background-color: transparent;
height: 32px;
+ /*aktive Tabs*/
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header h1 {
/*float: left;*/
@@ -5176,11 +5167,31 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
filter: gray;
/* IE 6-9 */
}
+#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header object {
+ width: 16px;
+ height: 16px;
+ background-color: #ffffff;
+ margin: 8px 1px 0 5px;
+ -webkit-border-top-right-radius: 5px;
+ -webkit-border-bottom-right-radius: 0;
+ -webkit-border-bottom-left-radius: 0;
+ -webkit-border-top-left-radius: 5px;
+ -moz-border-radius-topright: 5px;
+ -moz-border-radius-bottomright: 0;
+ -moz-border-radius-bottomleft: 0;
+ -moz-border-radius-topleft: 5px;
+ border-top-right-radius: 5px;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 5px;
+ /*.background-clip(padding-box);*/
+}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active {
border-width: 1px 1px 0px 1px !important;
padding: 0 0 5px !important;
background-color: #b3b3b3 !important;
background-image: none !important;
+ /*aktive Objekte*/
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active:hover {
background-color: #bfbfbf;
@@ -5189,11 +5200,25 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
display: inline-block;
width: 16px;
height: 16px;
- -webkit-transform: scale(1.1);
- -moz-transform: scale(1.1);
- -ms-transform: scale(1.1);
- -o-transform: scale(1.1);
- transform: scale(1.1);
+}
+#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header_active object {
+ width: 24px;
+ height: 24px;
+ margin: 2px 1px 0 5px;
+ -webkit-border-top-right-radius: 2px;
+ -webkit-border-bottom-right-radius: 0;
+ -webkit-border-bottom-left-radius: 0;
+ -webkit-border-top-left-radius: 2px;
+ -moz-border-radius-topright: 2px;
+ -moz-border-radius-bottomright: 0;
+ -moz-border-radius-bottomleft: 0;
+ -moz-border-radius-topleft: 2px;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 2px;
+ /*.background-clip(padding-box);*/
+ background-color: #b4b4b4;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tab_close_button {
position: absolute;
@@ -5458,6 +5483,18 @@ tr.dialog-header4 .et2_label {
.dialog-footer-toolbar input.et2_checkbox {
top: 0px;
}
+/*Dialog Calendar - Resourcen suchen*/
+div#divMain {
+ padding: 1em;
+}
+div#divMain img {
+ width: 16px;
+ height: 16px;
+}
+div#divMain input[type*="image"] {
+ width: 16px;
+ height: 16px;
+}
/*
Printing
*/
diff --git a/pixelegg/css/pixelegg.less b/pixelegg/css/pixelegg.less
index 9298fe8fb0..9819c3e906 100644
--- a/pixelegg/css/pixelegg.less
+++ b/pixelegg/css/pixelegg.less
@@ -66,5 +66,6 @@
@import "../less/print.less";
//
+
//
//
\ No newline at end of file
diff --git a/pixelegg/images/abbruch.svg b/pixelegg/images/abbruch.svg
index 155e5c9787..ce68490cdd 100755
--- a/pixelegg/images/abbruch.svg
+++ b/pixelegg/images/abbruch.svg
@@ -2,6 +2,7 @@
+
diff --git a/pixelegg/images/access.svg b/pixelegg/images/access.svg
index 311ead528f..24d2d92748 100755
--- a/pixelegg/images/access.svg
+++ b/pixelegg/images/access.svg
@@ -2,6 +2,7 @@
+