diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 71b20fa17a..d7140dd67a 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -4012,7 +4012,7 @@ table.nextmatch_header img { } /*################################################# ################################################### - Add / Print / Logout / + Add / Print / Logout / - Name / Date ###################################################*/ #egw_fw_logout { @@ -4466,7 +4466,7 @@ table.nextmatch_header img { border-color: #b4b4b4; } #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content div.egw_fw_ui_category:nth-last-of-type(-n+3) { - /* color:#ff0000; + /* color:#ff0000; background-color: yellow !important;*/ -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; @@ -4808,7 +4808,6 @@ div#calendar-container { margin-left: 0px; } div#calendar-container div.calendar { - margin-bottom: 16px; background-color: inherit; padding: 0px; } diff --git a/pixelegg/less/layout_raster.less b/pixelegg/less/layout_raster.less index e6f45d5156..59e5ec61a1 100644 --- a/pixelegg/less/layout_raster.less +++ b/pixelegg/less/layout_raster.less @@ -100,8 +100,8 @@ .transition (0.2s, ease-out); a { - .color_100_gray; - text-decoration: none; + .color_100_gray; + text-decoration: none; .dimension_height_s; /*font-size: 1.1em;*/ @@ -143,8 +143,8 @@ background-image: url(../images/topmenu_items/setup.png); background-repeat: no-repeat; .dimension_width_height_xs; - } - } + } + } /*access / Zugriff */ a#topmenu_acl{ @@ -154,8 +154,8 @@ background-repeat: no-repeat; .dimension_width_height_xs; background-image: url(../images/topmenu_items/access.png); - } - } + } + } /*category*/ a#topmenu_cats{ &:before { @@ -164,8 +164,8 @@ content: ""; background-repeat: no-repeat; .dimension_width_height_xs; - } - } + } + } /*password*/ a#topmenu_preferences{ &:before { @@ -174,8 +174,8 @@ content: ""; background-repeat: no-repeat; .dimension_width_height_xs; - } - } + } + } /*help*/ a#topmenu_manual{ &:before { @@ -184,8 +184,8 @@ content: ""; background-repeat: no-repeat; .dimension_width_height_xs; - } - } + } + } /*Search*/ a#topmenu_search{ &:before { @@ -194,8 +194,8 @@ content: ""; background-repeat: no-repeat; .dimension_width_height_xs; - } - } + } + } /*logout*/ a#topmenu_logout{ &:before { @@ -204,8 +204,8 @@ content: ""; background-repeat: no-repeat; .dimension_width_height_s; - } - } + } + } } // Ende ul @@ -267,13 +267,13 @@ /*################################################# ################################################### - Add / Print / Logout / + Add / Print / Logout / - Name / Date ###################################################*/ #egw_fw_topmenu_addons{ - -} + +} @@ -397,27 +397,27 @@ } } - + /*Notification*/ #topmenu_info_notifications {} - + /*user info*/ #topmenu_info_user_info {} - + /*current user info*/ #topmenu_info_current_users {} - + /*current user info*/ #topmenu_info_current_users {} - + /*time zone*/ form { height: 0px; select {padding: 0px;} } - + /*quick*/ #topmenu_info_quick_add { - + // ######################################## // quick_add @@ -444,17 +444,17 @@ top: -5px; } - + } - - + + // JS ERROR img#topmenu_info_error{ .dimension_width_height_s; position: fixed; - + /*.Button_size_square_16;*/ - + .border_normal; .box_shadow_standard_light; padding: 5px; @@ -464,32 +464,32 @@ &:hover {.box_shadow_standard_light_hover;} &:active {.Complete_Button_active;} &:focus {.box_shadow_standard_light_inset;} - + background-color: @color_warning; - - + + //blinking -moz-transition:all 1s ease-in-out; -webkit-transition:all 1s ease-in-out; -o-transition:all 1s ease-in-out; -ms-transition:all 1s ease-in-out; transition:all 1s ease-in-out; - /* order: name, direction, duration, iteration-count, timing-function */ + /* order: name, direction, duration, iteration-count, timing-function */ -moz-animation:blink normal 2s infinite ease-in-out; /* Firefox */ -webkit-animation:blink normal 2s infinite ease-in-out; /* Webkit */ -ms-animation:blink normal 2s infinite ease-in-out; /* IE */ animation:blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */ - + } - - - + + + @-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Firefox */ @-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Webkit */ @-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* IE */ - @keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Opera and prob css3 final iteration */ + @keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Opera and prob css3 final iteration */ -} +} // Ende items @@ -541,7 +541,7 @@ margin: 0 0; /*padding: 0px 5px 5px 10px;*/ - &:hover { + &:hover { .background_color_15_gray; .rounded(5px); } @@ -555,9 +555,9 @@ padding-left: 3em; .color_40_gray; } - + object {background-color: @gray_0; .dimension_width_height_m;} - + } @@ -580,8 +580,8 @@ margin: 0 0 0 0; border-bottom: none; height: 33px; - - + + img {padding-left: 9px; padding-top: 6px; height: 18px;} h1 {text-transform: uppercase; font-size: 1.4em; .color_100_gray; padding-top: .8em;} @@ -630,10 +630,10 @@ /*letztes Element*/ div.egw_fw_ui_category:nth-last-of-type(-n+3) { - /* color:#ff0000; + /* color:#ff0000; background-color: yellow !important;*/ .border_radius (0, 0, 15px, 0); - } + } // Schaltflächen // Normal @@ -659,14 +659,14 @@ } &:last-child { - color:#ff0000; + color:#ff0000; background-color: yellow !important; - } - + } + div.egw_fw_ui_category:nth-last-of-type(-n+3) { img.egw_fw_ui_sidemenu_listitem_icon { display: block; - } + } } } @@ -737,7 +737,7 @@ /*filter grey*/ .img_filter_gray; - + } } @@ -794,7 +794,7 @@ padding-top: 14px; margin-right: 5px; /*min-height: 50px;*/ - + &:last-child{ /*padding: 5px 0.3em 1.5em 0.3em;*/ /*margin: 0 0 10px 0;*/ @@ -808,7 +808,7 @@ &:hover { .background_color_0_gray; border-color: @gray_50; - } + } input#uical_select_owner_multiple{ .dimension_height_s; @@ -817,7 +817,7 @@ select#calendar_filter{ margin-top: 4px; } - // Favoriten anlegen und löschen + // Favoriten anlegen und löschen .sidebox-favorites{} // ist in etemplate2.less definiert @@ -855,17 +855,17 @@ } input[type="image"] { - height: 10px; - width: 10px !important; + height: 10px; + width: 10px !important; margin-left: 1px; } // mehrere Benutzer auswählen select { max-width: 85% !important; } // Icon rechts der Liste - Auswahl Button - img { - height: 9px; - width: 9px; + img { + height: 9px; + width: 9px; padding: 0px; float: right; } @@ -1035,7 +1035,6 @@ div#calendar-container { margin-left: 0px; div.calendar{ - margin-bottom: 16px; background-color: inherit; padding: 0px; @@ -1050,7 +1049,7 @@ div#calendar-container { background-color: @egw_color_1_a; } - // << today >> + // << today >> .headrow {} // daynames @@ -1107,13 +1106,13 @@ div#calendar-container { // ######################################## // APPS // CHrome hack - @media screen and (-webkit-min-device-pixel-ratio:0) { + @media screen and (-webkit-min-device-pixel-ratio:0) { #egw_fw_tabs { /*Chrome needs margin-top*/ margin-top: 3px; } } - + #egw_fw_tabs{ @@ -1168,7 +1167,7 @@ div#calendar-container { margin: 0 auto; .dimension_width_height_s; } - + // Tab // ########## @@ -1200,13 +1199,13 @@ div#calendar-container { background-repeat:repeat-x; height: 24px; - + &:hover {.background_color_20_gray ;} h1 { - font-size: 100%; - line-height: 1em; - margin:0 1px 2px 2px; + font-size: 100%; + line-height: 1em; + margin:0 1px 2px 2px; vertical-align: super; } @@ -1215,7 +1214,7 @@ div#calendar-container { display: inline-block; .dimension_width_height_s; margin: 5px 1px 0 1em; - + .img_filter_gray; } @@ -1225,12 +1224,12 @@ div#calendar-container { margin: 8px 1px 0 5px; .border_radius(5px,0, 0, 5px); - + } - - + + } - + // ########## // # # // # # @@ -1256,7 +1255,7 @@ div#calendar-container { .dimension_width_height_m; margin: 0px 1px 0 5px; .border_radius(2px,0, 0, 2px); - + background-color: @gray_30; } }