diff options
Diffstat (limited to 'views/default/tidypics/css.php')
-rw-r--r-- | views/default/tidypics/css.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index e35b8e73f..542123bd0 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -10,6 +10,13 @@ text-align: center; margin: 5px 10px; } +.elgg-module-tidypics-image { + margin: 5px auto; +} +.tidypics-gallery-widget > li { + width: 100%; +} + .tidypics-input-thin { width: 120px; |