diff options
author | flop25 <flop25@piwigo.org> | 2013-06-15 16:49:38 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-06-15 16:49:38 +0000 |
commit | cbce862520410e2e3c47082553359f66cd6cb2c3 (patch) | |
tree | 505162442ccf777f342a1153d0c84b54f05c66a3 /themes/elegant/theme.css | |
parent | 6fafebd52a0f7075a7d682f23755bb9ba35cd1e7 (diff) |
bug:2923
adding js to fix the "Add acomment" div when scrolling
git-svn-id: http://piwigo.org/svn/trunk@23233 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/elegant/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 95f7c7a92..cd2be7e89 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -256,7 +256,7 @@ a:hover { border-bottom: none;} font-family: Arial,Helvetica,sans-serif; font-size: 100%; } - +#commentAdd.fixed { position: fixed; top: 10px; } #pictureCommentList .commentsOrder { float: left; margin-bottom: 5px;} #pictureCommentList .navigationBar { float: right; margin-bottom: 5px;} #pictureComments h4 { margin: 0;} |