From db42e4d2f92dacb02662dc298871300dfea75651 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 13 Oct 2013 21:14:04 -0700 Subject: attachment icons revisited --- view/theme/redbasic/css/style.css | 15 +++++++++++++++ view/tpl/item_attach.tpl | 6 ++++++ 2 files changed, 21 insertions(+) create mode 100644 view/tpl/item_attach.tpl (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fc84cbf57..0c5c916ae 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3459,3 +3459,18 @@ a .drop-icons { color: #FF0000; } +.attachlink { + float: left; + border: 1px solid black; + padding: 5px; + margin-right: 8px; +} + +.attach-icons { + font-size: 1.4em; +} + +.attach-clip { + margin-right: 3px; + font-size: 1.8em; +} \ No newline at end of file diff --git a/view/tpl/item_attach.tpl b/view/tpl/item_attach.tpl new file mode 100644 index 000000000..25c127a15 --- /dev/null +++ b/view/tpl/item_attach.tpl @@ -0,0 +1,6 @@ +
+{{foreach $attaches as $a}} + +{{/foreach}} +
+
-- cgit v1.2.3