]> git.mxchange.org Git - friendica.git/commitdiff
fix for the button height
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 18 Oct 2011 06:17:52 +0000 (08:17 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 18 Oct 2011 06:17:52 +0000 (08:17 +0200)
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index 782e1b62b0f56ba4c48cabbc5eaa9fa8855657ff..1fbeb7ae273370edf71b9b929ce0fed8179cf4e3 100644 (file)
@@ -438,6 +438,7 @@ input[type="submit"] {
     color: @ButtonColor;
     padding: 0px 10px;
        .rounded(5px);
+    height: 18px;
 }
 
 
index aa45528371ebb09acad72a294f54fb11224d3bd2..5852142331fcf77a7e3d7652ad3bb2a08579e7ff 100644 (file)
@@ -700,6 +700,7 @@ input[type="submit"] {
   -moz-border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   border-radius: 5px 5px 5px 5px;
+  height: 18px;
 }
 /** acl **/
 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {