reports font size tweak. closes #4732

This commit is contained in:
James Koster 2014-02-13 09:42:24 +00:00 committed by Coen Jacobs
parent 96c7437344
commit 7334d7b031
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -3063,14 +3063,14 @@ img.ui-datepicker-trigger { vertical-align: middle; margin-top: -1px; cursor: po
li {
border-right: 5px solid #aaa;
color: #aaa;
padding: 1em 1.5em;
padding: 1em;
display: block;
margin: 0;
-webkit-transition:all ease .5s;
box-shadow:
inset 0 -1px 0 0 #dfdfdf;
strong {
font-size: 2.618em;
font-size: 1.618em;
line-height: 1.2em;
color: #464646;
font-weight: normal;
@ -3082,7 +3082,7 @@ img.ui-datepicker-trigger { vertical-align: middle; margin-top: -1px; cursor: po
inset 0 -1px 0 0 #dfdfdf,
inset 300px 0 0 fade(#9c5d90,10%);
border-right: 5px solid #9c5d90 !important;
padding-left:2em;
padding-left:1.5em;
color: #9c5d90;
}
}