r80337 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80336‎ | r80337 | r80338 >
Date:22:29, 14 January 2011
Author:krinkle
Status:deferred
Tags:
Comment:
using jquery.sugestions instead of jquery.ui.autocomplete due to it being too new for the jquery.ui that wordpress uses
Modified paths:
  • /trunk/tools/wp-photocommons/css/jquery.suggestions.css (added) (history)

Diff [purge]

Index: trunk/tools/wp-photocommons/css/jquery.suggestions.css
@@ -0,0 +1,75 @@
 2+/* suggestions plugin */
 3+
 4+.suggestions {
 5+ overflow: hidden;
 6+ position: absolute;
 7+ top: 0px;
 8+ left: 0px;
 9+ width: 0px;
 10+ border: none;
 11+ z-index: 99;
 12+ padding: 0;
 13+ margin: -1px -1px 0 0;
 14+}
 15+/* IGNORED BY IE6 */
 16+html > body .suggestions {
 17+ margin: -1px 0 0 0;
 18+}
 19+.suggestions-special {
 20+ position: relative;
 21+ background-color: Window;
 22+ font-size: 0.8em;
 23+ cursor: pointer;
 24+ border: solid 1px #aaaaaa;
 25+ padding: 0;
 26+ margin: 0;
 27+ margin-top: -2px;
 28+ display: none;
 29+ padding: 0.25em 0.25em;
 30+ line-height: 1.25em;
 31+}
 32+.suggestions-results {
 33+ background-color: white;
 34+ background-color: Window;
 35+ font-size: 0.8em;
 36+ cursor: pointer;
 37+ border: solid 1px #aaaaaa;
 38+ padding: 0;
 39+ margin: 0;
 40+}
 41+.suggestions-result {
 42+ color: black;
 43+ color: WindowText;
 44+ margin: 0;
 45+ line-height: 1.5em;
 46+ padding: 0.01em 0.25em;
 47+ text-align: left;
 48+}
 49+.suggestions-result-current {
 50+ background-color: #4C59A6;
 51+ background-color: Highlight;
 52+ color: white;
 53+ color: HighlightText;
 54+}
 55+.suggestions-special .special-label {
 56+ font-size: 0.8em;
 57+ color: gray;
 58+ text-align: left;
 59+}
 60+.suggestions-special .special-query {
 61+ color: black;
 62+ font-style: italic;
 63+ text-align: left;
 64+}
 65+.suggestions-special .special-hover {
 66+ background-color: silver;
 67+}
 68+.suggestions-result-current .special-label,
 69+.suggestions-result-current .special-query {
 70+ color: white;
 71+ color: HighlightText;
 72+}
 73+.autoellipsis-matched,
 74+.highlight {
 75+ font-weight: bold;
 76+}
\ No newline at end of file
Property changes on: trunk/tools/wp-photocommons/css/jquery.suggestions.css
___________________________________________________________________
Added: svn:eol-style
177 + native

Status & tagging log