You are here

encrypt.css in Encrypt 6

Same filename and directory in other branches
  1. 7.3 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: .80em;
  17. }

Related topics