diff options
author | foockinho <foockinho@lorea.org> | 2012-08-24 05:41:17 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-08-24 05:41:17 +0200 |
commit | 6467aed2e0ed92cfe5df32c7c88dadb74b0572dc (patch) | |
tree | 43a4335e3e555060135da81e9160d1067ad385c1 /views/default/n1_theme/css.php | |
parent | c17700e59e4111813001f4315ce6c9667d981d90 (diff) | |
download | saravea_theme-6467aed2e0ed92cfe5df32c7c88dadb74b0572dc.tar.gz saravea_theme-6467aed2e0ed92cfe5df32c7c88dadb74b0572dc.tar.bz2 |
changed pictures header colors and paddings, smooth changes on buttons
Diffstat (limited to 'views/default/n1_theme/css.php')
-rw-r--r-- | views/default/n1_theme/css.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index 08e55bd..da08f8c 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -33,3 +33,16 @@ .tasklist-graph div { background-color: #444; } + +.tidypics-heading { + color: #FF4C12; + +} + +.tidypics-heading:hover { + color: #333; +} + +.elgg-gallery .elgg-head { + margin: 10px; +} |