summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--angular-multi-select.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/angular-multi-select.css b/angular-multi-select.css
index cfd5518..69fc65e 100644
--- a/angular-multi-select.css
+++ b/angular-multi-select.css
@@ -13,7 +13,7 @@
text-align: center;
cursor: pointer;
border: 1px solid #c3c3c3;
- padding: 6px 12px;
+ padding: 7px 12px 5px;
font-size: 14px;
line-height: 1.4;
border-radius: 2px;
@@ -147,7 +147,7 @@ label.multiSelect span:hover{
/* If you use images in button / checkbox label, you might want to change the image style here.. */
.multiSelect img {
vertical-align: middle;
- margin-bottom:2px;
+ margin-bottom:3px;
height: 22px;
width:22px;
}