Skip to content

Commit

Permalink
Merge 4919e09 into 7fc4c65
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Nov 23, 2017
2 parents 7fc4c65 + 4919e09 commit 178d584
Show file tree
Hide file tree
Showing 21 changed files with 1,339 additions and 1,258 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ this release
- Admin interface & superuser administration via edit/delete
- Improved URL schema
- Better documentation
- Improved Database Backup

**v0.1.3**

Expand Down
2 changes: 1 addition & 1 deletion flutype/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Definition of version string.
"""
__version__ = "0.1.4"
__version__ = "0.1.5"
Binary file added flutype/static/flutype/170929-tutorial.zip
Binary file not shown.
338 changes: 338 additions & 0 deletions flutype/static/flutype/css/bootstrap-datepicker3.min.css

Large diffs are not rendered by default.

25 changes: 24 additions & 1 deletion flutype/static/flutype/css/custom.css
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
.initiallyHidden { display: none; }
.initiallyHidden { display: none; }
.filterable {
margin-top: 15px;
}
.filterable .panel-heading .pull-right {
margin-top: -20px;
}
.filterable .filters input[disabled] {
background-color: transparent;
border: none;
cursor: auto;
box-shadow: none;
padding: 0;
height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
color: #333;
}
466 changes: 0 additions & 466 deletions flutype/static/flutype/css/jquery-ui.css

This file was deleted.

648 changes: 648 additions & 0 deletions flutype/static/flutype/js/bootstrap-datepicker.min.js

Large diffs are not rendered by default.

0 comments on commit 178d584

Please sign in to comment.