pixelegg changes from today/Thursday

This commit is contained in:
Ralf Becker 2014-01-30 18:55:29 +00:00
parent e7c1932160
commit cd03163f69
8 changed files with 156 additions and 1794 deletions

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,7 @@ function hide_pixelegg_header(_toggle, _delay)
$j("#egw_fw_topmenu_info_items").show(); $j("#egw_fw_topmenu_info_items").show();
$j("#egw_fw_logout").show(); $j("#egw_fw_logout").show();
$j("#egw_fw_print").show(); $j("#egw_fw_print").show();
$j("#egw_fw_tabs").animate({'margin-top':'-1px'},_delay); $j("#egw_fw_tabs").animate({'margin-top':'0px', "top": "0px"},_delay);
$j("#egw_fw_topmenu_info_items").animate({ $j("#egw_fw_topmenu_info_items").animate({
"bottom": "3px", "bottom": "3px",
"right": "5px", "right": "5px",

File diff suppressed because one or more lines are too long

View File

@ -924,7 +924,8 @@ button[id="delete"],
button[id="infolog-edit_button[delete]"], button[id="infolog-edit_button[delete]"],
button[id="addressbook-edit_button[delete]"], button[id="addressbook-edit_button[delete]"],
button[id="resources-edit_delete"], button[id="resources-edit_delete"],
button[id="calendar-edit_button[delete]"] button[id="calendar-edit_button[delete]"],
button[id="timesheet-edit_button[delete]"]
{ {
background-color: @color_negative_action_hover !important; background-color: @color_negative_action_hover !important;
background-image:url('../images/delete-hover.png')!important; background-image:url('../images/delete-hover.png')!important;

View File

@ -46,6 +46,7 @@
background-color: .color_gray_0; background-color: .color_gray_0;
padding: 1em; padding: 1em;
overflow-y: auto;
} }

View File

@ -715,7 +715,7 @@
// background-color: RGB(200, 200, 255); // background-color: RGB(200, 200, 255);
.background_color_30_gray; .background_color_30_gray;
width: 5px; width: 5px;
top: 39px; top: 40px;
bottom: 3px; bottom: 3px;
right: 0px; right: 0px;
@ -1080,7 +1080,9 @@ div#calendar-container {
background-color: transparent; background-color: transparent;
float: left; float: left;
width: 100%; width: 100%;
margin-top: -1px; margin-top: 3px;
/*position: absolute;*/
/*top: 65px;*/
// ############################################################ // ############################################################
// Tabnavigation // Tabnavigation
@ -1178,7 +1180,7 @@ div#calendar-container {
object { object {
.dimension_width_height_s; .dimension_width_height_s;
background-color: @gray_0; /*background-color: @gray_0;*/
margin: 8px 1px 0 5px; margin: 8px 1px 0 5px;
.border_radius(5px,0, 0, 5px); .border_radius(5px,0, 0, 5px);
@ -1280,4 +1282,4 @@ div#calendar-container {
// //
// //

View File

@ -12,8 +12,8 @@
* @version $Id$ * @version $Id$
*/ */
* { * {
fill: #0c5da5; fill: #696969;
stroke: #828282; /*stroke: @gray_50;*/
/*fill: @gray_0;*/ /*fill: @gray_0;*/
} }
/* /*

View File

@ -18,8 +18,8 @@
* { * {
fill: @egw_color_2_a; fill: @gray_60;
stroke: @gray_50; /*stroke: @gray_50;*/
/*fill: @gray_0;*/ /*fill: @gray_0;*/
} }
/* /*