jot and location style fixes
This commit is contained in:
parent
2a13a9b20a
commit
f7cb4e0ef0
@ -1296,7 +1296,7 @@ function render_location_default($item) {
|
|||||||
|
|
||||||
if($coord) {
|
if($coord) {
|
||||||
if($location)
|
if($location)
|
||||||
$location .= '<br /><span class="smalltext">(' . $coord . ')</span>';
|
$location .= ' <span class="smalltext">(' . $coord . ')</span>';
|
||||||
else
|
else
|
||||||
$location = '<span class="smalltext">' . $coord . '</span>';
|
$location = '<span class="smalltext">' . $coord . '</span>';
|
||||||
}
|
}
|
||||||
|
@ -164,11 +164,6 @@
|
|||||||
padding: 3px 20px;
|
padding: 3px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-location {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
max-width: 30%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wall-item-author {
|
.wall-item-author {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
@ -233,10 +233,6 @@ footer {
|
|||||||
color: #444444 !important;
|
color: #444444 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.smalltext {
|
|
||||||
font-size: 0.7em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sysmsg {
|
#sysmsg {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
@ -51,12 +51,12 @@
|
|||||||
<button id="profile-audio-wrapper" class="btn btn-default btn-sm" style="display: {{$visitor}};" title="{{$audio}}" onclick="jotAudioURL();return false;">
|
<button id="profile-audio-wrapper" class="btn btn-default btn-sm" style="display: {{$visitor}};" title="{{$audio}}" onclick="jotAudioURL();return false;">
|
||||||
<i id="profile-audio" class="icon-volume-up jot-icons"></i>
|
<i id="profile-audio" class="icon-volume-up jot-icons"></i>
|
||||||
</button>
|
</button>
|
||||||
<button id="profile-location-wrapper" class="btn btn-default btn-sm" style="display: {{$visitor}};" title="{{$setloc}}" onclick="jotGetLocation();return false;">
|
|
||||||
<i id="profile-location" class="icon-globe jot-icons"></i>
|
|
||||||
</button>
|
|
||||||
<button id="profile-nolocation-wrapper" class="btn btn-default btn-sm" style="display: none;" title="{{$noloc}}" onclick="jotClearLocation();return false;">
|
<button id="profile-nolocation-wrapper" class="btn btn-default btn-sm" style="display: none;" title="{{$noloc}}" onclick="jotClearLocation();return false;">
|
||||||
<i id="profile-nolocation" class="icon-circle-blank jot-icons"></i>
|
<i id="profile-nolocation" class="icon-circle-blank jot-icons"></i>
|
||||||
</button>
|
</button>
|
||||||
|
<button id="profile-location-wrapper" class="btn btn-default btn-sm" style="display: {{$visitor}};" title="{{$setloc}}" onclick="jotGetLocation();return false;">
|
||||||
|
<i id="profile-location" class="icon-globe jot-icons"></i>
|
||||||
|
</button>
|
||||||
<button id="profile-expire-wrapper" class="btn btn-default btn-sm" style="display: {{$feature_expire}};" title="{{$expires}}" onclick="jotGetExpiry();return false;">
|
<button id="profile-expire-wrapper" class="btn btn-default btn-sm" style="display: {{$feature_expire}};" title="{{$expires}}" onclick="jotGetExpiry();return false;">
|
||||||
<i id="profile-expires" class="icon-eraser jot-icons"></i>
|
<i id="profile-expires" class="icon-eraser jot-icons"></i>
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user