Bug 6298 : Show avatars on the recent comments page
[koha_ffzg] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
index f04a51c..b8a531f 100644 (file)
@@ -9,7 +9,7 @@ a, a:visited {
        color : #006699;
 }
 
-a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
+a:hover,#toolbar input.editshelf:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
        color : #990033;
 }
 
@@ -1873,6 +1873,10 @@ a#MARCview, a#MARCviewPop, a#ISBDview, a#Normalview, a#Fullhistory, a#Briefhisto
 #comments .yours {
        background-color : #effed5;
 }
+.commentline .avatar {
+       float : right;
+       padding-left : .5em;
+}
 #comments #addcomment {
        margin : 0 -1em -1em -1em;
        padding : .3em 1em;