Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
2431285e
Commit
2431285e
authored
Jun 01, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update datepicker
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
5a681647
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
297 additions
and
196 deletions
+297
-196
weblate/media/bootstrap/css/datepicker3.css
weblate/media/bootstrap/css/datepicker3.css
+12
-53
weblate/media/js/bootstrap-datepicker.js
weblate/media/js/bootstrap-datepicker.js
+285
-143
No files found.
weblate/media/bootstrap/css/datepicker3.css
View file @
2431285e
/*!
* Datepicker for Bootstrap
* Datepicker for Bootstrap
v1.5.0-dev (https://github.com/eternicode/bootstrap-datepicker)
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
.datepicker
{
padding
:
4px
;
border-radius
:
4px
;
direction
:
ltr
;
/*.dow {
border-top: 1px solid #ddd !important;
}*/
}
.datepicker-inline
{
width
:
220px
;
...
...
@@ -78,13 +72,9 @@
.datepicker
>
div
{
display
:
none
;
}
.datepicker.days
div
.datepicker-days
{
display
:
block
;
}
.datepicker.months
div
.datepicker-months
{
display
:
block
;
}
.datepicker.years
div
.datepicker-years
{
.datepicker.days
.datepicker-days
,
.datepicker.months
.datepicker-months
,
.datepicker.years
.datepicker-years
{
display
:
block
;
}
.datepicker
table
{
...
...
@@ -708,7 +698,7 @@ fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
.datepicker
table
tr
td
span
.new
{
color
:
#999999
;
}
.datepicker
th
.datepicker-switch
{
.datepicker
.datepicker-switch
{
width
:
145px
;
}
.datepicker
thead
tr
:first-child
th
,
...
...
@@ -725,14 +715,15 @@ fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
padding
:
0
2px
0
5px
;
vertical-align
:
middle
;
}
.datepicker
thead
tr
:first-child
th
.cw
{
.datepicker
thead
tr
:first-child
.cw
{
cursor
:
default
;
background-color
:
transparent
;
}
.input-group.date
.input-group-addon
i
{
.input-group.date
.input-group-addon
{
cursor
:
pointer
;
width
:
16px
;
height
:
16px
;
}
.input-daterange
{
width
:
100%
;
}
.input-daterange
input
{
text-align
:
center
;
...
...
@@ -748,7 +739,7 @@ fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
min-width
:
16px
;
padding
:
4px
5px
;
font-weight
:
normal
;
line-height
:
1.4285714
29
;
line-height
:
1.4285714
3
;
text-align
:
center
;
text-shadow
:
0
1px
0
#fff
;
vertical-align
:
middle
;
...
...
@@ -758,35 +749,3 @@ fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
margin-left
:
-5px
;
margin-right
:
-5px
;
}
.datepicker.dropdown-menu
{
position
:
absolute
;
top
:
100%
;
left
:
0
;
z-index
:
1000
;
float
:
left
;
display
:
none
;
min-width
:
160px
;
list-style
:
none
;
background-color
:
#ffffff
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.2
);
border-radius
:
5px
;
-webkit-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-moz-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding
;
background-clip
:
padding-box
;
*
border-right-width
:
2px
;
*
border-bottom-width
:
2px
;
color
:
#333333
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
line-height
:
1.428571429
;
}
.datepicker.dropdown-menu
th
,
.datepicker.datepicker-inline
th
,
.datepicker.dropdown-menu
td
,
.datepicker.datepicker-inline
td
{
padding
:
0px
5px
;
}
weblate/media/js/bootstrap-datepicker.js
View file @
2431285e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment