diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-28 22:12:27 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-28 22:12:27 -0700 |
commit | 18287a365693d0607be76091679cb45dc2748a6f (patch) | |
tree | 213bc6b735e7c25a1401d565fa60dcae2424ea12 /view/theme | |
parent | dd3f754e235e286207ee638e75c601ca1e809936 (diff) | |
download | volse-hubzilla-18287a365693d0607be76091679cb45dc2748a6f.tar.gz volse-hubzilla-18287a365693d0607be76091679cb45dc2748a6f.tar.bz2 volse-hubzilla-18287a365693d0607be76091679cb45dc2748a6f.zip |
show lockstate on messages, sparkle failure on profile page,
comments on typo checker
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index a7dee04b6..90bd3f8c2 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -702,9 +702,12 @@ input#dfrn-url { float: left; } .wall-item-wrapper { - margin-top: 30px; float: left; } +.wall-item-lock { + height: 20px; + margin-top: 10px; +} .wall-item-ago { color: #888888; |