diff options
author | marijus <mario@mariovavti.com> | 2014-10-09 11:21:13 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-09 11:21:13 +0200 |
commit | a8df8165eae2abf8db3a40b5d4aae9368ee081a6 (patch) | |
tree | 42c34c50caac5b65dc322fea612aa57d52506ed9 /view/theme/redbasic | |
parent | cd188cb70d22836c9886768862168771495d69c2 (diff) | |
download | volse-hubzilla-a8df8165eae2abf8db3a40b5d4aae9368ee081a6.tar.gz volse-hubzilla-a8df8165eae2abf8db3a40b5d4aae9368ee081a6.tar.bz2 volse-hubzilla-a8df8165eae2abf8db3a40b5d4aae9368ee081a6.zip |
more css fixes
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f8305e32b..b5fccc1b9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1526,6 +1526,7 @@ div.jGrowl div.jGrowl-notification { margin-left: $radiuspx; border: 1px solid #ccc; border-top: none; + width: calc(197px - $radiuspx * 2) !important; } #recip-ac .autocomplete, |