aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-04-06 21:14:24 +0200
committermarijus <mario@mariovavti.com>2014-04-06 21:14:24 +0200
commitf7cb4e0ef0b6d40427858810404ad9caedb27ae3 (patch)
treec66a30ffd38723e957ef29b4f1833f26c6a986a9 /view
parent2a13a9b20aad16e1f16a58d68fdba4ff0e306008 (diff)
downloadvolse-hubzilla-f7cb4e0ef0b6d40427858810404ad9caedb27ae3.tar.gz
volse-hubzilla-f7cb4e0ef0b6d40427858810404ad9caedb27ae3.tar.bz2
volse-hubzilla-f7cb4e0ef0b6d40427858810404ad9caedb27ae3.zip
jot and location style fixes
Diffstat (limited to 'view')
-rw-r--r--view/css/conversation.css5
-rw-r--r--view/theme/redbasic/css/style.css4
-rwxr-xr-xview/tpl/jot.tpl6
3 files changed, 3 insertions, 12 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index c9894f638..ee26bbf47 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -164,11 +164,6 @@
padding: 3px 20px;
}
-.wall-item-location {
- text-overflow: ellipsis;
- max-width: 30%;
-}
-
.wall-item-author {
margin-top: 10px;
}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 688dcf478..0788775e7 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -233,10 +233,6 @@ footer {
color: #444444 !important;
}
-.smalltext {
- font-size: 0.7em;
-}
-
#sysmsg {
margin-bottom: 10px;
}
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 5f79b4d88..87a9b721f 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -51,12 +51,12 @@
<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>
</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;">
<i id="profile-nolocation" class="icon-circle-blank jot-icons"></i>
</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;">
<i id="profile-expires" class="icon-eraser jot-icons"></i>
</button>