Changeset 15117 for extensions/reply_to
- Timestamp:
- May 19, 2012, 11:35:45 AM (13 years ago)
- Location:
- extensions/reply_to
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/reply_to/reply_to.inc.php
r15108 r15117 108 108 <style type="text/css"> 109 109 .replyTo {ldelim} 110 display: inline-block;110 display:none; 111 111 background:url({$REPLYTO_PATH}reply.png) left top no-repeat; 112 112 height:16px; … … 114 114 padding-left:20px; 115 115 } 116 li.commentElement:hover .replyTo {ldelim} 117 display:inline; 118 } 116 119 .replyTo:hover {ldelim} 117 120 background-position:left -16px; … … 147 150 <style type="text/css"> 148 151 .replyTo {ldelim} 149 display: inline-block;152 display:none; 150 153 background:url({$REPLYTO_PATH}reply.png) left top no-repeat; 151 154 height:16px; 152 155 margin-left:20px; 153 156 padding-left:20px; 157 } 158 li.commentElement:hover .replyTo {ldelim} 159 display:inline; 154 160 } 155 161 .replyTo:hover {ldelim}
Note: See TracChangeset
for help on using the changeset viewer.