mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
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_logout").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({
|
||||
"bottom": "3px",
|
||||
"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="addressbook-edit_button[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-image:url('../images/delete-hover.png')!important;
|
||||
|
@ -46,6 +46,7 @@
|
||||
|
||||
background-color: .color_gray_0;
|
||||
padding: 1em;
|
||||
overflow-y: auto;
|
||||
|
||||
|
||||
}
|
||||
|
@ -715,7 +715,7 @@
|
||||
// background-color: RGB(200, 200, 255);
|
||||
.background_color_30_gray;
|
||||
width: 5px;
|
||||
top: 39px;
|
||||
top: 40px;
|
||||
bottom: 3px;
|
||||
right: 0px;
|
||||
|
||||
@ -1080,7 +1080,9 @@ div#calendar-container {
|
||||
background-color: transparent;
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin-top: -1px;
|
||||
margin-top: 3px;
|
||||
/*position: absolute;*/
|
||||
/*top: 65px;*/
|
||||
|
||||
// ############################################################
|
||||
// Tabnavigation
|
||||
@ -1178,7 +1180,7 @@ div#calendar-container {
|
||||
|
||||
object {
|
||||
.dimension_width_height_s;
|
||||
background-color: @gray_0;
|
||||
/*background-color: @gray_0;*/
|
||||
margin: 8px 1px 0 5px;
|
||||
.border_radius(5px,0, 0, 5px);
|
||||
|
||||
@ -1280,4 +1282,4 @@ div#calendar-container {
|
||||
|
||||
|
||||
// |