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
0f4d0e4f
Commit
0f4d0e4f
authored
May 07, 2014
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor style updates
parent
5d7e5100
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
7 deletions
+8
-7
admin.css
flask_admin/static/admin/css/bootstrap2/admin.css
+0
-1
admin.css
flask_admin/static/admin/css/bootstrap3/admin.css
+4
-2
layout.html
flask_admin/templates/bootstrap2/admin/model/layout.html
+1
-1
list.html
flask_admin/templates/bootstrap2/admin/model/list.html
+1
-1
layout.html
flask_admin/templates/bootstrap3/admin/model/layout.html
+1
-1
list.html
flask_admin/templates/bootstrap3/admin/model/list.html
+1
-1
No files found.
flask_admin/static/admin/css/bootstrap2/admin.css
View file @
0f4d0e4f
...
@@ -19,7 +19,6 @@ form.icon button {
...
@@ -19,7 +19,6 @@ form.icon button {
a
.icon
{
a
.icon
{
text-decoration
:
none
;
text-decoration
:
none
;
color
:
black
;
}
}
/* Model search form */
/* Model search form */
...
...
flask_admin/static/admin/css/bootstrap3/admin.css
View file @
0f4d0e4f
...
@@ -20,7 +20,6 @@ form.icon button {
...
@@ -20,7 +20,6 @@ form.icon button {
a
.icon
,
button
span
.glyphicon
{
a
.icon
,
button
span
.glyphicon
{
text-decoration
:
none
;
text-decoration
:
none
;
margin-left
:
10px
;
margin-left
:
10px
;
color
:
black
;
}
}
/* Model search form */
/* Model search form */
...
@@ -45,9 +44,11 @@ form.search-form div input {
...
@@ -45,9 +44,11 @@ form.search-form div input {
table
.filters
{
table
.filters
{
border-collapse
:
collapse
;
border-collapse
:
collapse
;
border-spacing
:
4px
;
border-spacing
:
4px
;
margin
:
12px
0px
20px
0px
;
}
}
table
.filters
:not
(
:empty
)
{
margin
:
12px
0px
20px
0px
;
}
table
.filters
tr
td
{
table
.filters
tr
td
{
padding-right
:
5px
;
padding-right
:
5px
;
...
@@ -70,6 +71,7 @@ table.flters tr td:nth-child(2){
...
@@ -70,6 +71,7 @@ table.flters tr td:nth-child(2){
margin-bottom
:
0
;
margin-bottom
:
0
;
display
:
block
;
display
:
block
;
text-align
:
left
;
text-align
:
left
;
text-decoration
:
none
;
}
}
.filters
.remove-filter
.filters
.remove-filter
...
...
flask_admin/templates/bootstrap2/admin/model/layout.html
View file @
0f4d0e4f
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
{%- endif -%}
{%- endif -%}
</td>
</td>
</tr>
</tr>
{%
endfor
%}
{%
- endfor -
%}
</table>
</table>
</form>
</form>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
...
...
flask_admin/templates/bootstrap2/admin/model/list.html
View file @
0f4d0e4f
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
{% endif %}
{% endif %}
{% block model_list_table %}
{% block model_list_table %}
<table
class=
"table table-striped table-bordered model-list"
>
<table
class=
"table table-striped table-bordered
table-hover
model-list"
>
<thead>
<thead>
<tr>
<tr>
{% block list_header scoped %}
{% block list_header scoped %}
...
...
flask_admin/templates/bootstrap3/admin/model/layout.html
View file @
0f4d0e4f
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
{%- endif -%}
{%- endif -%}
</td>
</td>
</tr>
</tr>
{%
endfor
%}
{%
- endfor -
%}
</table>
</table>
</form>
</form>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
...
...
flask_admin/templates/bootstrap3/admin/model/list.html
View file @
0f4d0e4f
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
{% endif %}
{% endif %}
{% block model_list_table %}
{% block model_list_table %}
<table
class=
"table table-striped table-bordered model-list"
>
<table
class=
"table table-striped table-bordered
table-hover
model-list"
>
<thead>
<thead>
<tr>
<tr>
{% block list_header scoped %}
{% block list_header scoped %}
...
...
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