mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
Added sample angularjs page to be served by Django, updated admin styles.
This commit is contained in:
1058
lib/web/static/css/bootstrap-responsive.css
vendored
Normal file
1058
lib/web/static/css/bootstrap-responsive.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
lib/web/static/css/bootstrap-responsive.min.css
vendored
Normal file
9
lib/web/static/css/bootstrap-responsive.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
5774
lib/web/static/css/bootstrap.css
vendored
Normal file
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
9
lib/web/static/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
18
lib/web/static/css/main.css
Normal file
18
lib/web/static/css/main.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user