r109556 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109555‎ | r109556 | r109557 >
Date:18:20, 19 January 2012
Author:rmoen
Status:ok
Tags:
Comment:
updated styles on concurrency message, increased fadeout delay by 1 second
Modified paths:
  • /trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css (modified) (history)
  • /trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.js (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css
@@ -125,7 +125,7 @@
126126 /* Tool Tip */
127127
128128 .fbd-tooltip-overlay-wrap {
129 - width: 285px;
 129+ width: 296px;
130130 position: absolute;
131131 left: 1em;
132132 top: 5.25em;
@@ -154,14 +154,15 @@
155155 font-weight: bold;
156156 font-size: 0.75em;
157157 /* embed */
158 - background: url(images/mb-icon-16x16-alert.png) left top no-repeat;
 158+ background: url(images/mb-icon-16x16-alert.png) 2px top no-repeat;
159159 line-height: 18px;
160 - padding-left: 20px;
 160+ padding-left: 26px;
161161 }
162162
163163 .fbd-tooltip-close {
164164 color: #FF9933;
165165 float: right;
 166+ margin: 0 2px;
166167 }
167168
168169 /* List */
Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.js
@@ -672,7 +672,7 @@
673673 $tooltip.fadeOut( function(){
674674 $tooltip.remove();
675675 } );
676 - }, 1500 );
 676+ }, 2500 );
677677 }
678678
679679 // On-load stuff

Sign-offs

UserFlagDate
Nikerabbitinspected07:13, 20 January 2012

Status & tagging log