admin.css 337 B

12345678910111213141516171819202122
  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. }