Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
2f6cd1c6
Commit
2f6cd1c6
authored
Jun 20, 2015
by
Paul Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade bootstrap 2.3.1 to 2.3.2
parent
37aa5293
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
68 additions
and
55 deletions
+68
-55
bootstrap-responsive.css
.../static/bootstrap/bootstrap2/css/bootstrap-responsive.css
+3
-3
bootstrap-responsive.min.css
...tic/bootstrap/bootstrap2/css/bootstrap-responsive.min.css
+3
-3
bootstrap.css
flask_admin/static/bootstrap/bootstrap2/css/bootstrap.css
+12
-3
bootstrap.min.css
...k_admin/static/bootstrap/bootstrap2/css/bootstrap.min.css
+4
-4
bootstrap.js
flask_admin/static/bootstrap/bootstrap2/js/bootstrap.js
+44
-40
bootstrap.min.js
flask_admin/static/bootstrap/bootstrap2/js/bootstrap.min.js
+2
-2
No files found.
flask_admin/static/bootstrap/bootstrap2/css/bootstrap-responsive.css
View file @
2f6cd1c6
/*!
* Bootstrap Responsive v2.3.
1
* Bootstrap Responsive v2.3.
2
*
* Copyright 201
2
Twitter, Inc
* Copyright 201
3
Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world
@twitter
by @mdo and @fat.
* Designed and built with all the love in the world by @mdo and @fat.
*/
.clearfix
{
...
...
flask_admin/static/bootstrap/bootstrap2/css/bootstrap-responsive.min.css
View file @
2f6cd1c6
This diff is collapsed.
Click to expand it.
flask_admin/static/bootstrap/bootstrap2/css/bootstrap.css
View file @
2f6cd1c6
/*!
* Bootstrap v2.3.
1
* Bootstrap v2.3.
2
*
* Copyright 201
2
Twitter, Inc
* Copyright 201
3
Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world
@twitter
by @mdo and @fat.
* Designed and built with all the love in the world by @mdo and @fat.
*/
.clearfix
{
...
...
@@ -3009,6 +3009,15 @@ table th[class*="span"],
display
:
block
;
}
.dropdown-backdrop
{
position
:
fixed
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
z-index
:
990
;
}
.pull-right
>
.dropdown-menu
{
right
:
0
;
left
:
auto
;
...
...
flask_admin/static/bootstrap/bootstrap2/css/bootstrap.min.css
View file @
2f6cd1c6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
flask_admin/static/bootstrap/bootstrap2/js/bootstrap.js
View file @
2f6cd1c6
/* ===================================================
* bootstrap-transition.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#transitions
* bootstrap-transition.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#transitions
* ===================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -58,10 +58,10 @@
})
}(
window
.
jQuery
);
/* ==========================================================
* bootstrap-alert.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#alerts
* bootstrap-alert.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#alerts
* ==========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -156,10 +156,10 @@
$
(
document
).
on
(
'click.alert.data-api'
,
dismiss
,
Alert
.
prototype
.
close
)
}(
window
.
jQuery
);
/* ============================================================
* bootstrap-button.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#buttons
* bootstrap-button.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#buttons
* ============================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -260,10 +260,10 @@
})
}(
window
.
jQuery
);
/* ==========================================================
* bootstrap-carousel.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#carousel
* bootstrap-carousel.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#carousel
* ==========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -466,10 +466,10 @@
})
}(
window
.
jQuery
);
/* =============================================================
* bootstrap-collapse.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#collapse
* bootstrap-collapse.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#collapse
* =============================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -632,10 +632,10 @@
})
}(
window
.
jQuery
);
/* ============================================================
* bootstrap-dropdown.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#dropdowns
* bootstrap-dropdown.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#dropdowns
* ============================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -685,6 +685,10 @@
clearMenus
()
if
(
!
isActive
)
{
if
(
'ontouchstart'
in
document
.
documentElement
)
{
// if mobile we we use a backdrop because click events don't delegate
$
(
'<div class="dropdown-backdrop"/>'
).
insertBefore
(
$
(
this
)).
on
(
'click'
,
clearMenus
)
}
$parent
.
toggleClass
(
'open'
)
}
...
...
@@ -737,6 +741,7 @@
}
function
clearMenus
()
{
$
(
'.dropdown-backdrop'
).
remove
()
$
(
toggle
).
each
(
function
()
{
getParent
(
$
(
this
)).
removeClass
(
'open'
)
})
...
...
@@ -791,16 +796,15 @@
$
(
document
)
.
on
(
'click.dropdown.data-api'
,
clearMenus
)
.
on
(
'click.dropdown.data-api'
,
'.dropdown form'
,
function
(
e
)
{
e
.
stopPropagation
()
})
.
on
(
'click.dropdown-menu'
,
function
(
e
)
{
e
.
stopPropagation
()
})
.
on
(
'click.dropdown.data-api'
,
toggle
,
Dropdown
.
prototype
.
toggle
)
.
on
(
'keydown.dropdown.data-api'
,
toggle
+
', [role=menu]'
,
Dropdown
.
prototype
.
keydown
)
}(
window
.
jQuery
);
/* =========================================================
* bootstrap-modal.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#modals
* bootstrap-modal.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#modals
* =========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -1044,11 +1048,11 @@
}(
window
.
jQuery
);
/* ===========================================================
* bootstrap-tooltip.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#tooltips
* bootstrap-tooltip.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#tooltips
* Inspired by the original jQuery.tipsy by Jason Frame
* ===========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -1405,10 +1409,10 @@
}(
window
.
jQuery
);
/* ===========================================================
* bootstrap-popover.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#popovers
* bootstrap-popover.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#popovers
* ===========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -1519,10 +1523,10 @@
}(
window
.
jQuery
);
/* =============================================================
* bootstrap-scrollspy.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#scrollspy
* bootstrap-scrollspy.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#scrollspy
* =============================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -1680,10 +1684,10 @@
})
}(
window
.
jQuery
);
/* ========================================================
* bootstrap-tab.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#tabs
* bootstrap-tab.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#tabs
* ========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -1823,10 +1827,10 @@
})
}(
window
.
jQuery
);
/* =============================================================
* bootstrap-typeahead.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#typeahead
* bootstrap-typeahead.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#typeahead
* =============================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -2158,10 +2162,10 @@
}(
window
.
jQuery
);
/* ==========================================================
* bootstrap-affix.js v2.3.
1
* http://
twitter.github.com/bootstrap
/javascript.html#affix
* bootstrap-affix.js v2.3.
2
* http://
getbootstrap.com/2.3.2
/javascript.html#affix
* ==========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
flask_admin/static/bootstrap/bootstrap2/js/bootstrap.min.js
View file @
2f6cd1c6
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