mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
css fixes to list headers
-tags (like admin on users) are now correctly centered -buttons on certain forms do not create header centering issues -added lockup css for use with panel header titles
This commit is contained in:
@@ -1789,10 +1789,6 @@ tr td button i {
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-actions button, .list-actions .checkbox-inline {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.label-text {
|
.label-text {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@@ -1851,10 +1847,6 @@ tr td button i {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-actions button, .list-actions .checkbox-inline {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.group-name {
|
.group-name {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
@@ -2026,3 +2018,7 @@ button.dropdown-toggle,
|
|||||||
.error.ng-hide {
|
.error.ng-hide {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-actions button, .list-actions .checkbox-inline {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -43,7 +43,8 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: 2px;
|
margin-top: 2.25px;
|
||||||
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-exitHolder{
|
.Form-exitHolder{
|
||||||
|
|||||||
@@ -141,12 +141,14 @@ table, tbody {
|
|||||||
.List-header {
|
.List-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.List-title {
|
.List-title {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-top: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.List-titleBadge {
|
.List-titleBadge {
|
||||||
@@ -170,6 +172,7 @@ table, tbody {
|
|||||||
.List-actions {
|
.List-actions {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.List-buttonSubmit {
|
.List-buttonSubmit {
|
||||||
@@ -285,3 +288,19 @@ table, tbody {
|
|||||||
.List-staticColumnAdjacent {
|
.List-staticColumnAdjacent {
|
||||||
padding-left: 10px!important;
|
padding-left: 10px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.List-titleLockup {
|
||||||
|
margin-left: 4px;
|
||||||
|
margin-right: 6px;
|
||||||
|
display: inline-block;
|
||||||
|
margin-top: 0px;
|
||||||
|
padding-bottom: 2px;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
.List-titleLockup:before {
|
||||||
|
content: "\007C";
|
||||||
|
color: #d7d7d7;
|
||||||
|
display: block;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user