diff options
author | mistic100 <mistic@piwigo.org> | 2013-12-22 16:31:56 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-12-22 16:31:56 +0000 |
commit | 77ec43f9f059f2fbb141cf6e4313dd6153808a6e (patch) | |
tree | 6711eb906cf227dd53d4f557e14c7524537b0d60 /themes/elegant/theme.css | |
parent | fd4b73efa3a4594c45cf8b06a287ddad3416ff4c (diff) |
[elegant] fix comment form width change when scrolling caused by menubar size
git-svn-id: http://piwigo.org/svn/trunk@26086 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant/theme.css')
-rw-r--r-- | themes/elegant/theme.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 0c247e0a7..83f130deb 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -237,7 +237,7 @@ a:hover { border-bottom: none;} /* image comments */ -#thePicturePage #comments { padding: 2px 5px;} +#thePicturePage #comments { padding: 2px 5px; position:relative;} #thePicturePage #comments h3 { margin: 10px 0;} #thePicturePage #comments form { margin: 10px 0;} #thePicturePage #comments fieldset { margin: 0 1em;} @@ -255,7 +255,6 @@ 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;} |