diff options
author | friendica <info@friendica.com> | 2015-02-05 14:46:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-05 14:46:08 -0800 |
commit | 331c72b3be4e6b2c469d14be2bd4d057e7de1dec (patch) | |
tree | a04ff30adf15c839a5186faeca2828cf71ef24f4 /view/theme/redbasic | |
parent | 646a874390be8f92736866118d7215e8cb80fb8a (diff) | |
download | volse-hubzilla-331c72b3be4e6b2c469d14be2bd4d057e7de1dec.tar.gz volse-hubzilla-331c72b3be4e6b2c469d14be2bd4d057e7de1dec.tar.bz2 volse-hubzilla-331c72b3be4e6b2c469d14be2bd4d057e7de1dec.zip |
author profile photo in reshare wasn't linked
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1aa7cc729..4afeac0b0 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -162,6 +162,18 @@ header { filter:alpha(opacity=$nav_percent_min_opacity); } +/* experimental - increase size of notification counts on hover + * to make the notification dropdowns more accessible on portable devices. + * Currently they are mostly inaccessible without using huge magnifications. + * The question is if you can actually hover on a portable touchscreen device. + +.badge.dropdown-toggle:hover { + width: 2rem; + height: 2rem; +} + +*/ + #powered-by { font-size: 0.5rem; position: absolute; |