Skip to content

Commit

Permalink
Fixes #12518: Switch's css is broken on the Api accounts page
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelGauthier committed Apr 23, 2018
1 parent de23c02 commit 03f00ee
Showing 1 changed file with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@
<head>
<title>Rudder - API accounts</title>
<style>
#accounts{
margin: 0;
padding: 0;
list-style-type: none;
}
#accounts li{
display: inline;
float:left;
margin :0px 15px;
padding : 10px
}
form .ng-invalid-valid_empty {
box-shadow : 0px 0px 1px 1px red;
}
Expand All @@ -37,6 +26,13 @@
#newAccount-expiration {
width:100%
}
.toggle.btn {
min-width: 94px !important;
}
#newAccount-expiration {
margin-top: 6px;
margin-bottom: 12px;
}
</style>
<script data-lift="with-cached-resource" src="/javascript/rudder/angular/apiAccount.js" ></script>
</head>
Expand Down

0 comments on commit 03f00ee

Please sign in to comment.