diff options
author | Bharat Mediratta <bharat@menalto.com> | 2012-12-31 10:32:57 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2012-12-31 10:32:57 -0800 |
commit | 009f15820fca313186272bcf88c2df22d39e3b10 (patch) | |
tree | 54d7d80615011246ed0cdf78ba471ca585b4329c /modules/gallery/css | |
parent | 7777baa156c2fbc65ca93b9533212ef22ed90105 (diff) | |
parent | 8300c867a1eb2a709aa0a0c019dfa47a670024dc (diff) |
Merge pull request #83 from shadlaws/master
#1931, #1932, #1933, #1934 - movieplayer view and movie_img function in items model
Diffstat (limited to 'modules/gallery/css')
-rw-r--r-- | modules/gallery/css/gallery.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 9d773699..7e711156 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -143,6 +143,12 @@ width: 1%; } +/* Unsupported movie download link ~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.g-movie-download-link { + text-align: center; +} + /** ******************************************************************* * 2) Admin **********************************************************************/ |