mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Added sample angularjs page to be served by Django, updated admin styles.
This commit is contained in:
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