diff options
author | tobiasd <tobias.diekershoff@gmx.net> | 2011-10-17 23:21:00 -0700 |
---|---|---|
committer | tobiasd <tobias.diekershoff@gmx.net> | 2011-10-17 23:21:00 -0700 |
commit | cc5974e6c2af2deb4702da670331107e15fa3110 (patch) | |
tree | 7e61efbac779bfab20f4dcc6dfa985b475d040bf /view | |
parent | 0f24f3b5057b7b91d564eb6d9c66d76dd3507fc1 (diff) | |
parent | 307b707983a219006bdc21eed27fbc337ffad7dd (diff) | |
download | volse-hubzilla-cc5974e6c2af2deb4702da670331107e15fa3110.tar.gz volse-hubzilla-cc5974e6c2af2deb4702da670331107e15fa3110.tar.bz2 volse-hubzilla-cc5974e6c2af2deb4702da670331107e15fa3110.zip |
Merge pull request #32 from tobiasd/master
quattro buttons
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/quattro/quattro.less | 1 | ||||
-rw-r--r-- | view/theme/quattro/style.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 782e1b62b..1fbeb7ae2 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -438,6 +438,7 @@ input[type="submit"] { color: @ButtonColor; padding: 0px 10px; .rounded(5px); + height: 18px; } diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index aa4552837..585214233 100644 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -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 { |