Added sample angularjs page to be served by Django, updated admin styles.

This commit is contained in:
Chris Church
2013-03-14 15:52:35 -04:00
parent 1117fb0656
commit da9a31b599
24 changed files with 9554 additions and 4 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

5774
lib/web/static/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

9
lib/web/static/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,18 @@
.navbar {
margin-bottom: 30px;
}
.search-query {
width: 165px;
}
.form-search .input-append {
margin-bottom: 20px;
}
section {
border-bottom: 1px dotted gray;
}
h1 {
color : #6779FF;
}