Move assets to seperate subfolders

This commit is contained in:
Frederic Guillot
2015-01-25 13:09:54 -05:00
parent 0812ceedde
commit 746a3f8d23
44 changed files with 717 additions and 1414 deletions

View File

@@ -0,0 +1,17 @@
/* datepicker */
#ui-datepicker-div {
font-size: 0.8em;
}
/* pagination */
.pagination {
text-align: center;
}
.pagination-next {
margin-left: 5px;
}
.pagination-previous {
margin-right: 5px;
}