timesheet

add Button - padding for Text "Add"

app.less
This commit is contained in:
Stefan Reinhardt 2014-03-25 14:38:22 +00:00
parent 7d7436e54b
commit 78a192e8d2
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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;}