You are here

language_selection_page.css in Language Selection Page 7.2

.language_selection_page_body {
  background: url("../images/drupal_blue.png") no-repeat scroll 100% 100% transparent;
  height: 355px;
  margin: 8.333em auto 0;
  padding-top: 4.5em;
  width: 500px;
}
.language_selection_page_body_inner {
  background: url("../images/pixel.png") 0 0 repeat;
  border: 3px solid #e3e2e0;
  margin-top: 1em;
  width: 400px;
  padding: 1em;
}

File

themes/css/language_selection_page.css
View source
  1. .language_selection_page_body {
  2. background: url("../images/drupal_blue.png") no-repeat scroll 100% 100% transparent;
  3. height: 355px;
  4. margin: 8.333em auto 0;
  5. padding-top: 4.5em;
  6. width: 500px;
  7. }
  8. .language_selection_page_body_inner {
  9. background: url("../images/pixel.png") 0 0 repeat;
  10. border: 3px solid #e3e2e0;
  11. margin-top: 1em;
  12. width: 400px;
  13. padding: 1em;
  14. }