pixelegg changes

This commit is contained in:
Ralf Becker 2013-11-21 04:16:11 +00:00
parent ab4528bd02
commit d9db5df4f9
14 changed files with 139 additions and 13 deletions

View File

@ -301,6 +301,9 @@ input[type=button]:focus {
list-style-image: none; list-style-image: none;
list-style-type: none; list-style-type: none;
} }
.et2_selectbox .ui-multiselect-checkboxes li:hover {
background-color: #ffc200 !important;
}
.et2_selectbox .ui-multiselect-checkboxes ul { .et2_selectbox .ui-multiselect-checkboxes ul {
margin: 0px auto; margin: 0px auto;
padding-left: 0px; padding-left: 0px;
@ -1281,7 +1284,6 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
.ms-res-ctn { .ms-res-ctn {
overflow-x: hidden; overflow-x: hidden;
} }
/*sadfs*/
/** /**
* EGroupware: Stylite Pixelegg template * EGroupware: Stylite Pixelegg template
* *
@ -1386,9 +1388,10 @@ option:checked {
border-right: solid 1px 1px; border-right: solid 1px 1px;
border-bottom: solid 1px 1px; border-bottom: solid 1px 1px;
border-color: #f0f0f0; border-color: #f0f0f0;
background: #ffc200; background: #ffc200 !important;
background-image: none !important; background-image: none !important;
color: #000000; color: #000000;
font-weight: normal !important;
} }
.ui-state-hover a, .ui-state-hover a,
.ui-state-hover a:hover, .ui-state-hover a:hover,
@ -3468,6 +3471,17 @@ img {
padding-left: 0; padding-left: 0;
padding-right: 10px; padding-right: 10px;
float: left; float: left;
/*filter grey*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
/*filter: url(grayscale.svg); Firefox 4+ */
filter: gray;
/* IE 6-9 */
} }
#egw_fw_sidebar #egw_fw_splitter { #egw_fw_sidebar #egw_fw_splitter {
position: absolute; position: absolute;
@ -3921,6 +3935,7 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown, .et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown { .et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown {
/*linke Seite Bild*/ /*linke Seite Bild*/
/*right Button*/
} }
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button#ui-corner-left, .et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button#ui-corner-left,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button#ui-corner-left, .et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button#ui-corner-left,
@ -3978,6 +3993,20 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
position: absolute; position: absolute;
z-index: 2; z-index: 2;
} }
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button.ui-corner-right {
background-image: url("../images/fav_filter_normal.png");
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button.ui-state-hover {
/*background-image: none;*/
background-color: rgba(255, 255, 255, 0.9) !important;
background-image: url("../images/fav_filter_normal.png") !important;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul, .et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul, .et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul, .et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul,
@ -4030,6 +4059,18 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
# Filterleiste # Filterleiste
# #
#########################################################*/ #########################################################*/
.et2_nextmatch .nextmatch_header > .filters {
background-image: none !important;
border: medium none !important;
background: yellow !important;
padding: 0 0 1em 1em;
background-color: #d9d9d9 !important;
vertical-align: top;
border-width: 0 0 1px 0;
border-color: #d9d9d9;
width: 80%;
margin-bottom: 1em;
}
.filters { .filters {
padding: 0 0 1em 1em; padding: 0 0 1em 1em;
background-color: #f0f0f0; background-color: #f0f0f0;
@ -4038,6 +4079,7 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
background-image: none; background-image: none;
width: 80%; width: 80%;
margin-bottom: 1em; margin-bottom: 1em;
/*Suchen Button*/
} }
.filters img.et2_button_icon { .filters img.et2_button_icon {
float: right; float: right;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

View File

@ -12,9 +12,9 @@ var dg_H = $j(window).height();
var dg_W = $j(window).width(); var dg_W = $j(window).width();
$j('#wrap').css({'height':dg_H,'width':dg_W}); $j('#wrap').css({'height':dg_H,'width':dg_W});
function anim() { function anim() {
$j("#wrap img.bgfade").first().appendTo('#wrap').fadeOut(1500); $j("#wrap img.bgfade").first().appendTo('#wrap').fadeOut(3500);
$j("#wrap img").first().fadeIn(1500); $j("#wrap img").first().fadeIn(3500);
setTimeout(anim, 3000); setTimeout(anim, 7000);
} }
anim(); anim();
$j(window).resize(function(){window.location.href=window.location.href}); $j(window).resize(function(){window.location.href=window.location.href});

View File

@ -23,7 +23,6 @@
* *
* ######################################################################################## * ########################################################################################
*/ */
//Reset //Reset
html * { html * {

View File

@ -309,7 +309,10 @@ button.et2_button_text:focus, input[type=button]:focus {
// text-indent: -26px; // text-indent: -26px;
// max-width: 85%; // max-width: 85%;
// &:hover {background-color: @egw_color_2_e;} &:hover {background-color: @color-hint !important;}
} }
.et2_selectbox .ui-multiselect-checkboxes ul { .et2_selectbox .ui-multiselect-checkboxes ul {
margin: 0px auto; margin: 0px auto;
@ -1404,5 +1407,4 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
.ms-res-ctn { .ms-res-ctn {
overflow-x: hidden; overflow-x: hidden;
} }
//
/*sadfs*/

View File

@ -107,10 +107,11 @@ option:checked {background-color: @egw_color_1_e;}
.bordered(1px, 1px, 1px,1px); .bordered(1px, 1px, 1px,1px);
.border-color-10-gray; .border-color-10-gray;
// background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; // background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
background: @color-hint; background: @color-hint !important;
background-image: none !important; background-image: none !important;
// font-size: 105%; // font-size: 105%;
.color-100-gray; .color-100-gray;
font-weight: normal !important;
} }
.ui-state-hover a, .ui-state-hover a,
.ui-state-hover a:hover, .ui-state-hover a:hover,

View File

@ -433,6 +433,7 @@
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown, .et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown { .et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown {
/*linke Seite Bild*/ /*linke Seite Bild*/
/*right Button*/
} }
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button#ui-corner-left, .et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button#ui-corner-left,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button#ui-corner-left, .et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button#ui-corner-left,
@ -490,6 +491,20 @@
position: absolute; position: absolute;
z-index: 2; z-index: 2;
} }
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button.ui-corner-right,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button.ui-corner-right {
background-image: url("../images/fav_filter_normal.png");
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button.ui-state-hover,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button.ui-state-hover {
/*background-image: none;*/
background-color: rgba(255, 255, 255, 0.9) !important;
background-image: url("../images/fav_filter_normal.png") !important;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul, .et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul, .et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul, .et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul,
@ -542,6 +557,18 @@
# Filterleiste # Filterleiste
# #
#########################################################*/ #########################################################*/
.et2_nextmatch .nextmatch_header > .filters {
background-image: none !important;
border: medium none !important;
background: yellow !important;
padding: 0 0 1em 1em;
background-color: #d9d9d9 !important;
vertical-align: top;
border-width: 0 0 1px 0;
border-color: #d9d9d9;
width: 80%;
margin-bottom: 1em;
}
.filters { .filters {
padding: 0 0 1em 1em; padding: 0 0 1em 1em;
background-color: #f0f0f0; background-color: #f0f0f0;
@ -550,6 +577,7 @@
background-image: none; background-image: none;
width: 80%; width: 80%;
margin-bottom: 1em; margin-bottom: 1em;
/*Suchen Button*/
} }
.filters img.et2_button_icon { .filters img.et2_button_icon {
float: right; float: right;

View File

@ -142,6 +142,18 @@
position: absolute; position: absolute;
z-index: 2; z-index: 2;
} }
/*right Button*/
button.ui-corner-right {
background-image: url("../images/fav_filter_normal.png");
}
button.ui-state-hover {
/*background-image: none;*/
background-color: rgba(255, 255, 255, 0.9 ) !important;
background-image: url("../images/fav_filter_normal.png") !important;
}
} // dropdown } // dropdown
@ -195,18 +207,35 @@
# Filterleiste # Filterleiste
# #
#########################################################*/ #########################################################*/
.et2_nextmatch .nextmatch_header > .filters {
background-image: none !important;
border: medium none !important;
background: yellow !important;
padding: 0 0 1em 1em;
.background-color-15-gray !important;
vertical-align: top;
border-width: 0 0 1px 0;
.border-color-15-gray;
width: 80%;
margin-bottom: 1em;
}
.filters { .filters {
.nm_filters_rectangle; .nm_filters_rectangle;
width: 80%; width: 80%;
margin-bottom: 1em; margin-bottom: 1em;
// Export Bild // Export Icon
img.et2_button_icon { img.et2_button_icon {
float: right; float: right;
position: relative; position: relative;
top: 0px; top: 0px;
} }
select, select,
input, input,
button {height: 20px;} button {height: 20px;}
@ -238,7 +267,10 @@
} }
label { } label { }
// Suchen Button
/*Suchen Button*/
button { button {
.Complete_Button_search_action; .Complete_Button_search_action;
background-image: none; background-image: none;

View File

@ -820,6 +820,17 @@
padding-left: 0; padding-left: 0;
padding-right: 10px; padding-right: 10px;
float: left; float: left;
/*filter grey*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
/*filter: url(grayscale.svg); Firefox 4+ */
filter: gray;
/* IE 6-9 */
} }
#egw_fw_sidebar #egw_fw_splitter { #egw_fw_sidebar #egw_fw_splitter {
position: absolute; position: absolute;

View File

@ -519,7 +519,18 @@
padding-left: 0; padding-left: 0;
padding-right: 10px; padding-right: 10px;
float: left; float: left;
}
/*filter grey*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
/*filter: url(grayscale.svg); Firefox 4+ */
filter: gray; /* IE 6-9 */
}
} }