You are here

acquia_lift.messagebox.css in Acquia Lift Connector 7.2

Same filename and directory in other branches
  1. 7 css/acquia_lift.messagebox.css
#acquia-lift-message-box {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: fixed;
  min-width: 50%;
  max-width: 80%;
  padding: 1em;
  z-index: 500;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #333;
  color: #CCC;
  font-family: 'Source Sans Pro', 'Lucida Grande', Verdana, sans-serif;
  font-size: 1em;
  box-shadow: 1px 2px 4px 1px #333;
}
#acquia-lift-message-box p {
  color: #CCC;
}
#acquia-lift-message-box .close {
  float: right;
  cursor: pointer;
  background-image: url('../images/close_light.png');
  background-repeat: no-repeat;
  text-indent: -99999px;
  width: 12px;
  height: 12px;
}
#acquia-lift-message-box p {
  padding: 0;
  margin: 0;
}

File

css/acquia_lift.messagebox.css
View source
  1. #acquia-lift-message-box {
  2. -moz-box-sizing: border-box;
  3. box-sizing: border-box;
  4. position: fixed;
  5. min-width: 50%;
  6. max-width: 80%;
  7. padding: 1em;
  8. z-index: 500;
  9. margin: 0 auto;
  10. left: 0;
  11. right: 0;
  12. background-color: #333;
  13. color: #CCC;
  14. font-family: 'Source Sans Pro', 'Lucida Grande', Verdana, sans-serif;
  15. font-size: 1em;
  16. box-shadow: 1px 2px 4px 1px #333;
  17. }
  18. #acquia-lift-message-box p {
  19. color: #CCC;
  20. }
  21. #acquia-lift-message-box .close {
  22. float: right;
  23. cursor: pointer;
  24. background-image: url('../images/close_light.png');
  25. background-repeat: no-repeat;
  26. text-indent: -99999px;
  27. width: 12px;
  28. height: 12px;
  29. }
  30. #acquia-lift-message-box p {
  31. padding: 0;
  32. margin: 0;
  33. }