mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Less padding for year, fixes last digit missing in Firefox
This commit is contained in:
parent
96f0ac3a80
commit
8c2bee191a
@ -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');
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user