You are here

admin.css in OAuth 1.0 7.4

Same filename and directory in other branches
  1. 6.3 css/admin.css
  2. 7.3 css/admin.css
.oauth-common-left-panel {
  float: left;
  width: 50%;
}

.oauth-common-right-panel {
  float: right;
  width: 49.9%;
}

.oauth-common-auth-level {
  border-bottom: 1px solid #999999;
  margin-bottom: 1em;
}

.oauth-common-auth-level > div .form-item:first-child {
  margin-top: 0;
}

.oauth-common-auth-level .clear {
  clear: both;
}

File

css/admin.css
View source
  1. .oauth-common-left-panel {
  2. float: left;
  3. width: 50%;
  4. }
  5. .oauth-common-right-panel {
  6. float: right;
  7. width: 49.9%;
  8. }
  9. .oauth-common-auth-level {
  10. border-bottom: 1px solid #999999;
  11. margin-bottom: 1em;
  12. }
  13. .oauth-common-auth-level > div .form-item:first-child {
  14. margin-top: 0;
  15. }
  16. .oauth-common-auth-level .clear {
  17. clear: both;
  18. }