http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89901
Revision: 89901
Author: krinkle
Date: 2011-06-12 00:17:02 +0000 (Sun, 12 Jun 2011)
Log Message:
-----------
Remove resize/arrow cursors from jquery.makeCollapsible
* In Safari they look nice (a visual clue which direction we're heading
on-click) but on other browsers there is only a general arrow-icon that points
both up and down, and other browsers have an even weirder cursor for this.
Summarized: It's inconsistent and redundant with the text-label we already have.
(Poke r79083 CR)
Modified Paths:
--------------
trunk/phase3/resources/jquery/jquery.makeCollapsible.css
Modified: trunk/phase3/resources/jquery/jquery.makeCollapsible.css
===================================================================
--- trunk/phase3/resources/jquery/jquery.makeCollapsible.css 2011-06-11
23:13:39 UTC (rev 89900)
+++ trunk/phase3/resources/jquery/jquery.makeCollapsible.css 2011-06-12
00:17:02 UTC (rev 89901)
@@ -1,20 +1,14 @@
/* See also jquery.makeCollapsible.js */
.mw-collapsible-toggle {
- float:right;
+ float: right;
}
-.mw-collapsible-toggle-expanded,
-.mw-collapsible-toggle-expanded a {
- cursor:n-resize;
-}
-.mw-collapsible-toggle-collapsed,
-.mw-collapsible-toggle-collapsed a {
- cursor:s-resize;
-}
+
/* list-items go as wide as their parent element, don't float them inside list
items */
li .mw-collapsible-toggle {
- float:none;
+ float: none;
}
+
/* the added list item should have no list-style */
.mw-collapsible-toggle-li {
- list-style:none;
-}
\ No newline at end of file
+ list-style: none;
+}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs