]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3289 added inline-block to buttons
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 5 Apr 2011 02:19:11 +0000 (02:19 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 5 Apr 2011 02:19:11 +0000 (02:19 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8944 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/admin.php
views/default/css/elements/buttons.php

index 2cb3002123c2709fc7583eb5581209aab38e5037..b57b42db3df88e16fbad40db6ad0607e30d34cda 100644 (file)
@@ -415,7 +415,8 @@ input[type="submit"], .elgg-button-submit, .elgg-button-action {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
-       
+
+       display: inline-block;
        width: auto;
        padding: 2px 4px;
        margin: 10px 5px 10px 0;
index a6fd2f79403971e8722863e7d3dba90394f216d4..6a2342942dbd3ed9947a7e62762a980f6d2cbd5b 100644 (file)
@@ -18,7 +18,8 @@
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
-       
+
+       display: inline-block;
        width: auto;
        padding: 2px 4px;
        cursor: pointer;