Move jQuery Datepicker customization to default goto css.
git-svn-id: http://piwigo.org/svn/trunk@2675 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
8fdaa59494
commit
1c7db3ac07
2 changed files with 6 additions and 2 deletions
|
@ -37,7 +37,6 @@ button.ui-datepicker-trigger {
|
|||
img.ui-datepicker-trigger {
|
||||
margin: 2px;
|
||||
vertical-align: middle;
|
||||
cursor : pointer;
|
||||
}
|
||||
.ui-datepicker-prompt {
|
||||
float: left;
|
||||
|
|
|
@ -445,4 +445,9 @@ UL.tagSelection LI {
|
|||
}
|
||||
.cluetip-default #cluetip-inner {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* jQuery datepicker */
|
||||
img.ui-datepicker-trigger {
|
||||
cursor : pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue