mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
UI tweaks, fixes list #2151
This commit is contained in:
@@ -228,14 +228,12 @@
|
||||
}
|
||||
|
||||
.Form-textArea{
|
||||
background-color: @field-secondary-bg!important;
|
||||
background-color: @field-secondary-bg!important;
|
||||
border-radius: 5px;
|
||||
color: @field-input-text;
|
||||
}
|
||||
|
||||
.Form-textInput{
|
||||
height: 30px!important;
|
||||
height: 30px;
|
||||
background-color: @field-secondary-bg!important;
|
||||
border-radius: 5px;
|
||||
border:1px solid @field-border;
|
||||
@@ -250,6 +248,19 @@
|
||||
font-family: Menlo,Monaco,Consolas,"Courier New",monospace!important;
|
||||
}
|
||||
|
||||
.Form-alertblock {
|
||||
margin: 20px 0;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
padding-top: 10px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid @login-notice-border;
|
||||
background-color: @login-notice-bg;
|
||||
color: @login-notice-text;
|
||||
}
|
||||
|
||||
.ui-spinner{
|
||||
height: 30px;
|
||||
background-color: @field-secondary-bg;
|
||||
|
||||
Reference in New Issue
Block a user