From 78a192e8d24762ddbcda7ada19e7d9417de6b8d9 Mon Sep 17 00:00:00 2001 From: Stefan Reinhardt Date: Tue, 25 Mar 2014 14:38:22 +0000 Subject: [PATCH] timesheet add Button - padding for Text "Add" app.less --- timesheet/templates/pixelegg/app.css | 2 +- timesheet/templates/pixelegg/app.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/timesheet/templates/pixelegg/app.css b/timesheet/templates/pixelegg/app.css index b4524e3696..45d5d9afc4 100755 --- a/timesheet/templates/pixelegg/app.css +++ b/timesheet/templates/pixelegg/app.css @@ -75,7 +75,7 @@ color: #0c5da5; line-height: 0.6em; padding-left: 0.1em; - padding-right: 4em; + padding-right: 100em; } #timesheet-index .nextmatch_header #timesheet-index_timesheet-index-add button#timesheet-index_add:active { background-color: #1aa200; diff --git a/timesheet/templates/pixelegg/app.less b/timesheet/templates/pixelegg/app.less index 817eb103a6..5200724a54 100755 --- a/timesheet/templates/pixelegg/app.less +++ b/timesheet/templates/pixelegg/app.less @@ -57,6 +57,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;}