diff options
Diffstat (limited to 'views/default/tidypics/css.php')
| -rw-r--r-- | views/default/tidypics/css.php | 17 | 
1 files changed, 16 insertions, 1 deletions
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index b95e24193..0c0f33c2c 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -8,15 +8,27 @@  .elgg-module-tidypics-image {  	width: 161px;  	text-align: center; -	margin: 5px 10px; +	margin: 5px 0;  }  .elgg-module-tidypics-image {  	margin: 5px auto;  } +  .tidypics-gallery-widget > li {  	width: 100%;  } +.tidypics-photo { +	margin: 0 auto; +} + +.tidypics-heading { +	color: #0054A7; +} +.tidypics-heading:hover { +	color: #0054A7; +	text-decoration: none; +}  .tidypics-input-thin {  	width: 120px; @@ -35,6 +47,9 @@  	margin-left: 7px;  } +.tidypics-gallery > li { +	padding: 0 10px; +}  <?php  return true;  | 
