You are here

access_token.css in Simple OAuth (OAuth2) & OpenID Connect 8

.access_token {
    clear: both;
}
.access_token .dropbutton-wrapper.dropbutton-multiple .dropbutton-widget {
    width: 20%;
    max-width: 150px;
    min-width: 80px;
    float: right;
}
#access-token-resource-add-form #edit-permissions .form-item {
    width: 33.33%;
    min-width: 300px;
    float: left;
}
#access-token-resource-add-form #edit-permissions--wrapper--description {
    clear: both;
}

article.access_token {
    padding: 3px;
}
article.access_token--refresh {
    background: rgba(0,0,0,0.05);
}

File

css/access_token.css
View source
  1. .access_token {
  2. clear: both;
  3. }
  4. .access_token .dropbutton-wrapper.dropbutton-multiple .dropbutton-widget {
  5. width: 20%;
  6. max-width: 150px;
  7. min-width: 80px;
  8. float: right;
  9. }
  10. #access-token-resource-add-form #edit-permissions .form-item {
  11. width: 33.33%;
  12. min-width: 300px;
  13. float: left;
  14. }
  15. #access-token-resource-add-form #edit-permissions--wrapper--description {
  16. clear: both;
  17. }
  18. article.access_token {
  19. padding: 3px;
  20. }
  21. article.access_token--refresh {
  22. background: rgba(0,0,0,0.05);
  23. }