increase size of rating value to make it stand out a bit.

This commit is contained in:
friendica
2015-02-05 15:11:51 -08:00
parent 331c72b3be
commit 1b5bd1d808
3 changed files with 6 additions and 13 deletions

View File

@@ -162,18 +162,6 @@ 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;