diff options
author | friendica <info@friendica.com> | 2015-03-13 15:23:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-13 15:23:15 -0700 |
commit | 4fb7d4f58a7d853b86cbc83ea42fcc2956191e65 (patch) | |
tree | cc1a0db5769a8b8255e6bdb9f9d40a6d6583b6fe /view | |
parent | f458c29a2bd3cadfc17324e35a9367c61d9bb19f (diff) | |
download | volse-hubzilla-4fb7d4f58a7d853b86cbc83ea42fcc2956191e65.tar.gz volse-hubzilla-4fb7d4f58a7d853b86cbc83ea42fcc2956191e65.tar.bz2 volse-hubzilla-4fb7d4f58a7d853b86cbc83ea42fcc2956191e65.zip |
make nav badges big enough to be clickable on small touch devices
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index da75cf3f8..b01e03636 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2001,6 +2001,11 @@ blockquote { border-radius: $radiuspx; } +nav .badge { + padding: 5px 6px; + border-radius: 9px; +} + nav .badge:hover { background-color: #999; } |