Author: ghuber
Date: Thu Feb  2 12:15:22 2012
New Revision: 1239571

URL: http://svn.apache.org/viewvc?rev=1239571&view=rev
Log:
Make buttons fit the <div class="control">

Modified:
    roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/roller.css

Modified: 
roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/roller.css
URL: 
http://svn.apache.org/viewvc/roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/roller.css?rev=1239571&r1=1239570&r2=1239571&view=diff
==============================================================================
--- roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/roller.css 
(original)
+++ roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/roller.css 
Thu Feb  2 12:15:22 2012
@@ -515,14 +515,14 @@ div.centerTitle {
 }
 div.control {
     width: 100%;
-    height: 2.5em;
+    /*height: 2.5em; Buttons don't line up */
 }
 div.controlToggle {
     width: 100%;
     height: 25px;
 }
 .control input {
-    margin: 0.5em;
+    margin: 0.3em;
 }
 .control select {
     margin: 0.5em;


Reply via email to