Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
78c34cdd
authored
2013-11-08 12:10:53 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add styles for jquery UI datepicker. refs #1604
1 parent
f7bc2881
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
com/Branding/Branding.php
com/Branding/css/tenzing.css
com/Branding/Branding.php
View file @
78c34cd
...
...
@@ -19,7 +19,6 @@ class Actions {
_enqueue_script
(
'colorbox'
,
Tools\url
(
'scripts/jquery.colorbox.js'
,
__FILE__
),
Array
(
'jquery'
));
_enqueue_script
(
'date'
,
Tools\url
(
'scripts/date.js'
,
__FILE__
));
_enqueue_script
(
'jquery-datepicker'
,
Tools\url
(
'scripts/jquery.datePicker.js'
,
__FILE__
),
Array
(
'jquery'
,
'date'
));
_enqueue_script
(
'jquery-admin-uploadify'
,
Tools\url
(
'uploadify/jquery.uploadify.v2.1.4.js'
,
__FILE__
),
Array
(
'jquery'
,
'swfobject'
));
}
...
...
com/Branding/css/tenzing.css
View file @
78c34cd
...
...
@@ -458,6 +458,16 @@ input.dp-applied {
float
:
left
;
}
.ui-datepicker-trigger
{
width
:
16px
;
height
:
16px
;
padding
:
0
;
margin
:
2px
3px
0
;
position
:
relative
;
top
:
2px
;
cursor
:
pointer
;
}
.admin-member-id
{
font-size
:
14px
;
color
:
#777
;
}
.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