You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2012/10/01 15:17:14 UTC

svn commit: r1392311 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Author: gjm
Date: Mon Oct  1 13:17:13 2012
New Revision: 1392311

URL: http://svn.apache.org/viewvc?rev=1392311&view=rev
Log:
copying css rules to show wiki toolbar for appropriate textareas into bloodhound.css - fixes #203 (from olemis)

Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1392311&r1=1392310&r2=1392311&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Mon Oct  1 13:17:13 2012
@@ -478,3 +478,39 @@ TABLE.wiki th {
 }
 /* @end */
 
+/* @group Wiki Toolbar */
+
+.wikitoolbar {
+  margin-top: 0.3em;
+  margin-left: 2px;
+  border: solid #d7d7d7;
+  border-width: 1px 1px 1px 0;
+  height: 18px;
+  width: 234px;
+}
+.wikitoolbar :link, .wikitoolbar :visited {
+  background: transparent url(../common/edit_toolbar.png) no-repeat;
+  border: 1px solid #fff;
+  border-left-color: #d7d7d7;
+  cursor: default;
+  display: block;
+  float: left;
+  width: 24px;
+  height: 16px;
+}
+.wikitoolbar :link:hover, .wikitoolbar :visited:hover {
+  background-color: transparent;
+  border: 1px solid #fb2;
+}
+.wikitoolbar a#em { background-position: 0 0 }
+.wikitoolbar a#strong { background-position: 0 -16px }
+.wikitoolbar a#heading { background-position: 0 -32px }
+.wikitoolbar a#link { background-position: 0 -48px }
+.wikitoolbar a#code { background-position: 0 -64px }
+.wikitoolbar a#hr { background-position: 0 -80px }
+.wikitoolbar a#np { background-position: 0 -96px }
+.wikitoolbar a#br { background-position: 0 -112px }
+.wikitoolbar a#img { background-position: 0 -128px }
+
+/* @end */
+