Less padding for year, fixes last digit missing in Firefox

This commit is contained in:
Nathan Gray 2016-02-09 21:53:46 +00:00
parent 96f0ac3a80
commit 8c2bee191a
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
* @package calendar
* @version $Id$
*/
/* $Id: app.css 54941 2016-02-05 18:17:47Z nathangray $ */
/* $Id: app.css 54966 2016-02-09 21:45:51Z nathangray $ */
/*Media print classes*/
@media print {
.th td,
@ -2570,7 +2570,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
right: 2px;
}
#calendar-sidebox_date .ui-datepicker-year {
padding-right: 15px !important;
padding-right: 5px !important;
}
#calendar-sidebox_date .ui-datepicker-header a span {
background-image: url('../../../phpgwapi/js/jquery/jquery-ui/redmond/images/ui-icons_217bc0_256x240.png');

View File

@ -1364,7 +1364,7 @@ div#calendar-container {
right: 2px;
}
.ui-datepicker-year {
padding-right: 15px !important;
padding-right: 5px !important;
}
.ui-datepicker-header a span {
background-image: url('../../../phpgwapi/js/jquery/jquery-ui/redmond/images/ui-icons_217bc0_256x240.png')