|
From: <var...@us...> - 2009-07-12 10:10:49
|
Revision: 7013
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7013&view=rev
Author: vargenau
Date: 2009-07-12 10:10:42 +0000 (Sun, 12 Jul 2009)
Log Message:
-----------
New universaleditbutton
Modified Paths:
--------------
trunk/themes/MonoBook/main.css
trunk/themes/Sidebar/monobook.css
trunk/themes/blog/Kubrick.css
trunk/themes/default/phpwiki.css
Added Paths:
-----------
trunk/themes/MonoBook/images/UEB16.png
Added: trunk/themes/MonoBook/images/UEB16.png
===================================================================
(Binary files differ)
Property changes on: trunk/themes/MonoBook/images/UEB16.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/themes/MonoBook/main.css
===================================================================
--- trunk/themes/MonoBook/main.css 2009-07-12 02:22:31 UTC (rev 7012)
+++ trunk/themes/MonoBook/main.css 2009-07-12 10:10:42 UTC (rev 7013)
@@ -1121,9 +1121,9 @@
text-decoration: none;
background-color: #dedede;
}
-/* http://www.aboutus.org/UniversalWikiEditButton */
+/* http://universaleditbutton.org */
#p-cactions li a#btn-edit {
- background: url('images/Edit-chalk-10gs.png') top left no-repeat;
+ background: url('images/UEB16.png') top left no-repeat;
background-repeat: no-repeat;
padding-left: 20px !important;
text-transform: none;
Modified: trunk/themes/Sidebar/monobook.css
===================================================================
--- trunk/themes/Sidebar/monobook.css 2009-07-12 02:22:31 UTC (rev 7012)
+++ trunk/themes/Sidebar/monobook.css 2009-07-12 10:10:42 UTC (rev 7013)
@@ -1169,9 +1169,9 @@
background-color: #fff;
padding-bottom: 0.3em;
}
-/* http://www.aboutus.org/UniversalWikiEditButton */
+/* http://universaleditbutton.org */
#p-cactions li a#btn-edit {
- background: url('images/Edit-chalk-10gs.png') top left no-repeat;
+ background: url('images/UEB16.png') top left no-repeat;
background-repeat: no-repeat;
padding-left: 20px !important;
text-transform: none;
Modified: trunk/themes/blog/Kubrick.css
===================================================================
--- trunk/themes/blog/Kubrick.css 2009-07-12 02:22:31 UTC (rev 7012)
+++ trunk/themes/blog/Kubrick.css 2009-07-12 10:10:42 UTC (rev 7013)
@@ -50,9 +50,9 @@
/*height: 40px;*/
}
-/* http://www.aboutus.org/UniversalWikiEditButton */
+/* http://universaleditbutton.org */
div.actionbuttons a#btn-edit {
- background: url('images/Edit-chalk-10bo12.png') bottom left no-repeat;
+ background: url('images/UEB16.png') bottom left no-repeat;
background-repeat: no-repeat;
padding-left: 13px !important;
}
Modified: trunk/themes/default/phpwiki.css
===================================================================
--- trunk/themes/default/phpwiki.css 2009-07-12 02:22:31 UTC (rev 7012)
+++ trunk/themes/default/phpwiki.css 2009-07-12 10:10:42 UTC (rev 7013)
@@ -1048,9 +1048,9 @@
*/
/* color: inherit; and background: inherit; display as lime in NS4 */
-/* http://www.aboutus.org/UniversalWikiEditButton */
+/* http://universaleditbutton.org */
div#actionbuttons a#btn-edit {
- background: url('images/Edit-chalk-10g.png') bottom left no-repeat;
+ background: url('images/UEB16.png') bottom left no-repeat;
background-repeat: no-repeat;
padding-left: 20px !important;
padding-right: 0.5em !important;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|