Add styles for jquery UI datepicker. refs #1604
Showing
2 changed files
with
10 additions
and
1 deletions
| ... | @@ -19,7 +19,6 @@ class Actions { | ... | @@ -19,7 +19,6 @@ class Actions { |
| 19 | _enqueue_script('colorbox', Tools\url('scripts/jquery.colorbox.js', __FILE__), Array('jquery')); | 19 | _enqueue_script('colorbox', Tools\url('scripts/jquery.colorbox.js', __FILE__), Array('jquery')); |
| 20 | 20 | ||
| 21 | _enqueue_script('date', Tools\url('scripts/date.js', __FILE__)); | 21 | _enqueue_script('date', Tools\url('scripts/date.js', __FILE__)); |
| 22 | _enqueue_script('jquery-datepicker', Tools\url('scripts/jquery.datePicker.js', __FILE__), Array('jquery','date')); | ||
| 23 | _enqueue_script('jquery-admin-uploadify', Tools\url('uploadify/jquery.uploadify.v2.1.4.js', __FILE__), Array('jquery','swfobject')); | 22 | _enqueue_script('jquery-admin-uploadify', Tools\url('uploadify/jquery.uploadify.v2.1.4.js', __FILE__), Array('jquery','swfobject')); |
| 24 | } | 23 | } |
| 25 | 24 | ... | ... |
| ... | @@ -458,6 +458,16 @@ input.dp-applied { | ... | @@ -458,6 +458,16 @@ input.dp-applied { |
| 458 | float: left; | 458 | float: left; |
| 459 | } | 459 | } |
| 460 | 460 | ||
| 461 | .ui-datepicker-trigger { | ||
| 462 | width: 16px; | ||
| 463 | height: 16px; | ||
| 464 | padding: 0; | ||
| 465 | margin: 2px 3px 0; | ||
| 466 | position: relative; | ||
| 467 | top: 2px; | ||
| 468 | cursor: pointer; | ||
| 469 | } | ||
| 470 | |||
| 461 | .admin-member-id { font-size:14px; color:#777; } | 471 | .admin-member-id { font-size:14px; color:#777; } |
| 462 | 472 | ||
| 463 | .users-role-bar { margin-top:15px; font-size:11px; margin-left:8px; float: left; margin-bottom: 5px;} | 473 | .users-role-bar { margin-top:15px; font-size:11px; margin-left:8px; float: left; margin-bottom: 5px;} | ... | ... |
-
Please register or sign in to post a comment