increase size of rating value to make it stand out a bit.
This commit is contained in:
parent
331c72b3be
commit
1b5bd1d808
@ -14,3 +14,8 @@
|
|||||||
.rating-value {
|
.rating-value {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prep-rating-value {
|
||||||
|
margin-left: 10px;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
@ -162,18 +162,6 @@ header {
|
|||||||
filter:alpha(opacity=$nav_percent_min_opacity);
|
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 {
|
#powered-by {
|
||||||
font-size: 0.5rem;
|
font-size: 0.5rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="prep-details">
|
<div class="prep-details">
|
||||||
<a href="{{$r.xchan_url}}" class="directory-profile-link" id="directory-profile-link-{{$r.xchan_hash}}" ><div class="contact-name">{{$r.xchan_name}}</div></a>
|
<a href="{{$r.xchan_url}}" class="directory-profile-link" id="directory-profile-link-{{$r.xchan_hash}}" ><div class="contact-name">{{$r.xchan_name}}</div></a>
|
||||||
<div class="rating-value">{{$rating_lbl}} {{$r.xlink_rating}}</div>
|
<div class="rating-value">{{$rating_lbl}} <span class="prep-rating-value">{{$r.xlink_rating}}</span></div>
|
||||||
{{if $r.xlink_rating_text}}
|
{{if $r.xlink_rating_text}}
|
||||||
<div class="rating-text">{{$rating_text_label}} {{$r.xlink_rating_text}}
|
<div class="rating-text">{{$rating_text_label}} {{$r.xlink_rating_text}}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user