views.module.css
Same filename in this branch
Same filename in other branches
/* 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/
modules/ views/ css/ views.module.css
View source
- /* 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;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.