mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Merge pull request #134 from joefiorini/autoprefixer
Implements autoprefixer and modular CSS layout
This commit is contained in:
commit
c4fa0efb83
3
awx/ui/static/js/tmp.less
Normal file
3
awx/ui/static/js/tmp.less
Normal file
@ -0,0 +1,3 @@
|
||||
// This file left here as a placeholder
|
||||
// to keep the build passing. Will be
|
||||
// removed on the next card.
|
||||
@ -65,7 +65,7 @@ due to the login screen showing on top of the dashboard, we're hiding the border
|
||||
|
||||
#replacementImg{
|
||||
align:center;
|
||||
width: 100px:
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
|
||||
}
|
||||
|
||||
@ -347,7 +347,7 @@
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 28px;
|
||||
padding: bottom: 5px;
|
||||
bottom: 5px;
|
||||
|
||||
|
||||
.search-field {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user