r69299 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69298‎ | r69299 | r69300 >
Date:23:01, 12 July 2010
Author:neilk
Status:deferred
Tags:
Comment:
forgot this css file
Modified paths:
  • /trunk/extensions/UploadWizard/styles/jquery.mwCoolCats.css (added) (history)
  • /trunk/extensions/UploadWizard/styles/jquery.mwCoolCats.js (deleted) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/styles/jquery.mwCoolCats.js
@@ -1,58 +0,0 @@
2 -.tag-widget {
3 - clear: both;
4 - position: relative;
5 -}
6 -.tag-widget ul {
7 - list-style: none;
8 - padding-left: 0;
9 - margin-top: 0;
10 -}
11 -.tag-widget li {
12 - float: left;
13 - margin-right: 10px;
14 - padding: 3px;
15 -}
16 -.tag-widget li a {
17 - text-decoration: none;
18 -}
19 -.tag-widget li:hover a {
20 - text-decoration: none;
21 - color: white;
22 -}
23 -.tag-widget li {
24 - background-color: #fff;
25 - border-radius: 4px;
26 - -moz-border-radius: 4px;
27 - -webkit-border-radius: 4px;
28 - border-top: 1px solid #fff;
29 - border: 1px solid #fff;
30 - color: black;
31 - font-size: 12px;
32 -
33 -}
34 -.tag-widget li:hover {
35 - background-color: #444;
36 - border-radius: 4px;
37 - -moz-border-radius: 4px;
38 - -webkit-border-radius: 4px;
39 - border-top: 1px solid #111;
40 - border: 1px solid #222;
41 - color:white;
42 -}
43 -
44 -
45 -/* Utilities */
46 -.pkg:after, #content-inner:after {
47 - content: " ";
48 - display: block;
49 - visibility: hidden;
50 - clear: both;
51 - height: 0.1px;
52 - font-size: 0.1em;
53 - line-height: 0;
54 -}
55 -.pkg, #content-inner { display: inline-block; }
56 -/* no ie mac \*/
57 -* html .pkg, * html #content-inner { height: 1%; }
58 -.pkg, #content-inner { display: block; }
59 -/* */
Index: trunk/extensions/UploadWizard/styles/jquery.mwCoolCats.css
@@ -0,0 +1,63 @@
 2+.cat-widget {
 3+ clear: both;
 4+ position: relative;
 5+}
 6+.cat-widget ul {
 7+ list-style: none;
 8+ padding-left: 0;
 9+ margin-top: 0;
 10+ margin-left: 0;
 11+}
 12+.cat-widget li {
 13+ float: left;
 14+ margin-right: 10px;
 15+ padding: 3px;
 16+}
 17+.cat-widget li a {
 18+ text-decoration: none;
 19+}
 20+.cat-widget li:hover a {
 21+ text-decoration: none;
 22+ color: white;
 23+}
 24+.cat-widget li {
 25+ background-color: #fff;
 26+ border-radius: 4px;
 27+ -moz-border-radius: 4px;
 28+ -webkit-border-radius: 4px;
 29+ border-top: 1px solid #fff;
 30+ border: 1px solid #fff;
 31+ color: black;
 32+ font-size: 12px;
 33+
 34+}
 35+.cat-widget li:hover {
 36+ background-color: #444;
 37+ border-radius: 4px;
 38+ -moz-border-radius: 4px;
 39+ -webkit-border-radius: 4px;
 40+ border-top: 1px solid #111;
 41+ border: 1px solid #222;
 42+ color:white;
 43+}
 44+
 45+.cat-widget li div.mwe-upwiz-remove-ctrl {
 46+ display: inline-block;
 47+}
 48+
 49+
 50+/* Utilities */
 51+.pkg:after, #content-inner:after {
 52+ content: " ";
 53+ display: block;
 54+ visibility: hidden;
 55+ clear: both;
 56+ height: 0.1px;
 57+ font-size: 0.1em;
 58+ line-height: 0;
 59+}
 60+.pkg, #content-inner { display: inline-block; }
 61+/* no ie mac \*/
 62+* html .pkg, * html #content-inner { height: 1%; }
 63+.pkg, #content-inner { display: block; }
 64+/* */
Property changes on: trunk/extensions/UploadWizard/styles/jquery.mwCoolCats.css
___________________________________________________________________
Added: svn:eol-style
165 + native

Status & tagging log