1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

styling changes

This commit is contained in:
Alex Corey 2019-04-18 13:07:10 -04:00
parent 2067718c0e
commit 8fa9535b98
2 changed files with 13 additions and 3 deletions

View File

@ -285,9 +285,11 @@
.OrgsTab-closeButton {
color: black;
float:right;
float: right;
position: relative;
top: -60px;
top: -25px;
margin: 0 10px;
right: 10px;
}
.awx-c-form-action-group {
float: right;

View File

@ -72,15 +72,23 @@ class Organization extends Component {
match,
history
} = this.props;
const {
organization,
error,
loading
} = this.state;
const tabsPaddingOverride = {
padding: '0'
};
let cardHeader = (
loading ? ''
: (
<CardHeader>
<CardHeader
style={tabsPaddingOverride}
>
<I18n>
{({ i18n }) => (
<React.Fragment>