You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/17 08:23:46 UTC

svn commit: r1667181 - /steve/trunk/www/htdocs/steve_interactive.css

Author: humbedooh
Date: Tue Mar 17 07:23:46 2015
New Revision: 1667181

URL: http://svn.apache.org/r1667181
Log:
css tweaks

Modified:
    steve/trunk/www/htdocs/steve_interactive.css

Modified: steve/trunk/www/htdocs/steve_interactive.css
URL: http://svn.apache.org/viewvc/steve/trunk/www/htdocs/steve_interactive.css?rev=1667181&r1=1667180&r2=1667181&view=diff
==============================================================================
--- steve/trunk/www/htdocs/steve_interactive.css (original)
+++ steve/trunk/www/htdocs/steve_interactive.css Tue Mar 17 07:23:46 2015
@@ -51,8 +51,39 @@ p {
   min-width: 60px;
   position: relative;
   transition: color .1s ease;
-  /* top: 40em;*/
+  cursor: pointer;
 }
+.btn-red {
+  background: #c5321b;
+  border: #bd351e solid 1px;
+  border-radius: 3px;
+  color: #fff;
+  display: inline-block;
+  font-size: 14px;
+  padding: 4px 8px;
+  text-decoration: none;
+  text-align: center;
+  min-width: 50px;
+  position: relative;
+  transition: color .1s ease;
+  cursor: pointer;
+}
+.btn-green {
+  background: #328a2b;
+  border: #328a2b solid 1px;
+  border-radius: 3px;
+  color: #fff;
+  display: inline-block;
+  font-size: 14px;
+  padding: 4px 8px;
+  text-decoration: none;
+  text-align: center;
+  min-width: 50px;
+  position: relative;
+  transition: color .1s ease;
+  cursor: pointer;
+}
+
 .btn:hover {
   background: #357ebd;
 }
@@ -149,7 +180,7 @@ pre {
     float: left;
 }
 #ballotbox {
-    width: 460px;
+    width: 480px;
     min-height: 100px;
     padding-top: 30px;
     padding-bottom: 10px;