style.css 542 B

123456789101112131415161718192021
  1. .noteredirect {
  2. margin: 1em;
  3. margin-left: auto;
  4. margin-right: auto;
  5. width: 70% !important;
  6. min-height: 18px;
  7. clear: both;
  8. text-align: justify;
  9. vertical-align: middle;
  10. border-collapse: collapse;
  11. padding: 7px 10px 5px 32px;
  12. background-position: 10px 50%;
  13. background-repeat: no-repeat;
  14. -moz-border-radius: 10px;
  15. -khtml-border-radius: 10px;
  16. border-radius: 10px;
  17. /*border: 1px solid #B5E0FF;*/
  18. background-color: #B5E0FF;
  19. background-image: url(images/important_small.png);
  20. }