You are here

encrypt.css in Encrypt 7.3

Same filename and directory in other branches
  1. 6 encrypt.css
  2. 7 encrypt.css
  3. 7.2 encrypt.css

Encrypt Main CSS

This file holds the base CSS for the encrypt module

File

encrypt.css
View source
  1. /**
  2. * @file
  3. * Encrypt Main CSS
  4. *
  5. * This file holds the base CSS for the encrypt module
  6. *
  7. * @ingroup encrypt
  8. */
  9. /**
  10. * Admin List
  11. */
  12. .encrypt-admin-list-item .encrypt-admin-list-item-label {
  13. font-weight: bold;
  14. }
  15. .encrypt-admin-list-item .encrypt-admin-list-item-description {
  16. font-size: .9em;
  17. }
  18. ul.encrypt-dependency-errors {
  19. color: #ff0000;
  20. }
  21. .vertical-tabs .form-type-textfield input {
  22. width: auto;
  23. }

Related topics