You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/01/30 17:07:20 UTC

svn commit: r1440493 - in /activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console: css/app.css index.html

Author: chirino
Date: Wed Jan 30 16:07:20 2013
New Revision: 1440493

URL: http://svn.apache.org/viewvc?rev=1440493&view=rev
Log:
Tweak the button/link styles a bit.

Modified:
    activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/css/app.css
    activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html

Modified: activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/css/app.css
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/css/app.css?rev=1440493&r1=1440492&r2=1440493&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/css/app.css (original)
+++ activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/css/app.css Wed Jan 30 16:07:20 2013
@@ -2,6 +2,11 @@
   padding: 8px 35px 8px 14px;
 }
 
+.btn { color: #333; }
+.btn:hover { color: #222; }
+.btn-primary { color: #fff; }
+.btn-primary:hover { color: #fff; }
+
 .well-title {
   padding-bottom: .2em;
   margin-bottom: 1em;

Modified: activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html?rev=1440493&r1=1440492&r2=1440493&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html (original)
+++ activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/index.html Wed Jan 30 16:07:20 2013
@@ -558,7 +558,7 @@
     <div style="float:right">
       © The Apache Software Foundation.
     </div>
-    <a href="../api/index.html">REST API Reference</a>
+    <a style="color:#555" href="../api/index.html">REST API Reference</a>
   </div>
 </footer>