Browse Source

better small button styles

Owen Versteeg 11 years ago
parent
commit
5e22fc5085
1 changed files with 4 additions and 4 deletions
  1. 4 4
      less/buttons.less

+ 4 - 4
less/buttons.less

@@ -25,7 +25,7 @@
 	border: 2px solid;
 	border: 2px solid;
 	padding: 13px 38px 14px; /* This way we don't change the button size, as there's no border on other buttons */
 	padding: 13px 38px 14px; /* This way we don't change the button size, as there's no border on other buttons */
 	&.small-btn {
 	&.small-btn {
-		padding: 5px 17px 6px;
+		padding: 8px 14px 9px; /* This padding is 2px smaller than the normal small-btn padding to account for the border */
 	}
 	}
 }
 }
 
 
@@ -61,7 +61,7 @@
 }
 }
 
 
 .small-btn {
 .small-btn {
-	padding: 7px 19px 8px;
-	font-size: 1em;
-	border-radius: 7px; /* rounded corners */
+	padding: 10px 15px 11px;
+	font-size: .9em;
+	border-radius: 4px; /* rounded corners */
 }
 }