From f2354671391cad053f0bfcf62b416b365bf209eb Mon Sep 17 00:00:00 2001 From: Stefan Reinhardt Date: Thu, 12 Jun 2014 17:20:50 +0000 Subject: [PATCH] Timesheet Favorites - Position --- timesheet/templates/pixelegg/app.css | 3 +++ timesheet/templates/pixelegg/app.less | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/timesheet/templates/pixelegg/app.css b/timesheet/templates/pixelegg/app.css index 45d5d9afc4..654783c4d9 100755 --- a/timesheet/templates/pixelegg/app.css +++ b/timesheet/templates/pixelegg/app.css @@ -14,6 +14,9 @@ #timesheet-index { /*Details Bold*/ } +#timesheet-index div.et2_dropdown { + top: 0px; +} #timesheet-index .nextmatch_header div.ui-helper-clearfix, #timesheet-index .nextmatch_header div.ui-helper-reset { height: 0px; diff --git a/timesheet/templates/pixelegg/app.less b/timesheet/templates/pixelegg/app.less index 5200724a54..378d01a4df 100755 --- a/timesheet/templates/pixelegg/app.less +++ b/timesheet/templates/pixelegg/app.less @@ -22,7 +22,10 @@ #timesheet-index { - +// Favoriten +div.et2_dropdown { + top: 0px; + } .nextmatch_header{ @@ -57,7 +60,7 @@ button#timesheet-index_add{ .Complete_Button_add_only_plus; .dimension_height_m; - + &:hover {.Complete_Button_add_only_plus_hover;} &:active {background-color: @color_positive_action_active !important;}