views.module.css

Same filename in this branch
  1. 10 core/modules/views/css/views.module.css
Same filename in other branches
  1. 9 core/themes/stable9/css/views/views.module.css
  2. 9 core/themes/stable/css/views/views.module.css
  3. 9 core/modules/views/css/views.module.css
  4. 8.9.x core/themes/stable/css/views/views.module.css
  5. 8.9.x core/modules/views/css/views.module.css
  6. 11.x core/themes/stable9/css/views/views.module.css
  7. 11.x core/modules/views/css/views.module.css
/* table style column align */
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}
/* Grid style column align. */
.views-view-grid .views-col {
  float: left;
}
.views-view-grid .views-row {
  float: left;
  clear: both;
  width: 100%;
}
/* Provide some space between display links. */
.views-display-link + .views-display-link {
  margin-left: 0.5em;
}

File

core/themes/stable9/css/views/views.module.css

View source
  1. /* table style column align */
  2. .views-align-left {
  3. text-align: left;
  4. }
  5. .views-align-right {
  6. text-align: right;
  7. }
  8. .views-align-center {
  9. text-align: center;
  10. }
  11. /* Grid style column align. */
  12. .views-view-grid .views-col {
  13. float: left;
  14. }
  15. .views-view-grid .views-row {
  16. float: left;
  17. clear: both;
  18. width: 100%;
  19. }
  20. /* Provide some space between display links. */
  21. .views-display-link + .views-display-link {
  22. margin-left: 0.5em;
  23. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.