You are here

Files in Views Fluid Grid 6

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt 6.x-1.x-dev =========== 6.x-1.1 ======= Features: - #603074 Enable a grouping field in the view. Bugfixes: - #602236 IE7 issue - Thumbnails are only showing below each other in one column. - #649680 by BWPanda: Reset padding and margin in…
README.txt README.txt ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Views Fluid Grid ;; ;; Original author: markus_petrux…
style-fluid-grid.html help/style-fluid-grid.html
theme.inc theme/theme.inc Helper functions to make theming easier.
views-fluid-grid-plugin-style.tpl.php theme/views-fluid-grid-plugin-style.tpl.php Default view template to display a list of items in a fluid grid.
views_fluid_grid.advanced.css css/views_fluid_grid.advanced.css /* Items margin options. */ ul.views-fluid-grid-items-h-margin-0 li.views-fluid-grid-item { margin-left: 0; margin-right: 0; } ul.views-fluid-grid-items-h-margin-2px li.views-fluid-grid-item { margin-left: 2px; margin-right: 2px;…
views_fluid_grid.base.css css/views_fluid_grid.base.css /* Fluid grid container. */ div.views-fluid-grid { } /* View title, label of grouping field. */ div.views-fluid-grid h3 { text-align: center; } /* Fluid grid is based on an HTML list. */ ul.views-fluid-grid-list { margin: 0; padding: 0; } /*…
views_fluid_grid.info views_fluid_grid.info name = Views Fluid Grid description = Exposes a views style plugin to render items on a fluid grid. dependencies[] = views package = Views core = 6.x
views_fluid_grid.module views_fluid_grid.module Exposes a views style plugin to render items on a fluid grid.
views_fluid_grid.size.css css/views_fluid_grid.size.css /* Items width options. */ ul.views-fluid-grid-items-width-100 li.views-fluid-grid-item { width: 100px; } ul.views-fluid-grid-items-width-150 li.views-fluid-grid-item { width: 150px; } ul.views-fluid-grid-items-width-180 li.views-fluid-grid-item {…
views_fluid_grid.views.inc views/views_fluid_grid.views.inc Integration with Views.
views_fluid_grid_plugin_style.inc views/views_fluid_grid_plugin_style.inc Contains the fluid grid style plugin.

Other projects