You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

update.css 491B

123456789101112131415161718192021222324252627282930313233
  1. #update-progress-icon {
  2. height: 32px;
  3. margin: 10px;
  4. background-size: 32px;
  5. }
  6. #update-progress-message-error,
  7. #update-progress-message-warnings {
  8. font-weight: 600;
  9. margin-bottom: 10px;
  10. }
  11. #update-progress-message {
  12. margin-bottom: 10px;
  13. }
  14. .update-show-detailed {
  15. padding: 13px;
  16. display: block;
  17. opacity: .75;
  18. }
  19. #body-login .update a.update-show-detailed {
  20. border-bottom: inherit;
  21. }
  22. #update-progress-detailed {
  23. text-align: left;
  24. }
  25. #body-login .warning.hidden {
  26. display: none;
  27. }