forked from extern/egroupware
pixelegg changes from today/Thursday
This commit is contained in:
parent
e7c1932160
commit
cd03163f69
File diff suppressed because it is too large
Load Diff
@ -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
@ -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;
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
background-color: .color_gray_0;
|
background-color: .color_gray_0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
|||||||
|
|
||||||
|
|
||||||
// |