From f7cb4e0ef0b6d40427858810404ad9caedb27ae3 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 6 Apr 2014 21:14:24 +0200 Subject: jot and location style fixes --- include/conversation.php | 2 +- view/css/conversation.css | 5 ----- view/theme/redbasic/css/style.css | 4 ---- view/tpl/jot.tpl | 6 +++--- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index 149da3ac7..df3f5f03c 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1296,7 +1296,7 @@ function render_location_default($item) { if($coord) { if($location) - $location .= '
(' . $coord . ')'; + $location .= ' (' . $coord . ')'; else $location = '' . $coord . ''; } 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 @@ - + -- cgit v1.2.3