From 8f1dde701ab92d13a3037fc3987c495d66ae8918 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sat, 19 Apr 2014 02:45:44 +0200 Subject: Bootstrapify item tools Only show the like buttons and the delete button permanently hide everything else in a drop down. This will break non bootstrap themes. So may be we also want to move this into the red basic folder. It still a little bit work in progress. Allignment is not 100% correct. May be we want to add text into the drop down. --- view/css/conversation.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/css') diff --git a/view/css/conversation.css b/view/css/conversation.css index 7e439137e..3c4665cdc 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -217,7 +217,11 @@ padding: 5px 10px; margin-left: 60px; } - +.wall-item-tools-bs { +clear: both; + //padding: 5px 5px; + //margin-left: 40px; +} .comment .wall-item-tools { margin-left: 0; } -- cgit v1.2.3 From 886d9018b7e1150215205406db512d1fbe0f1bd6 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sun, 20 Apr 2014 03:43:01 +0200 Subject: css --- view/css/conversation.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'view/css') diff --git a/view/css/conversation.css b/view/css/conversation.css index 3c4665cdc..74a83628e 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -219,13 +219,16 @@ } .wall-item-tools-bs { clear: both; - //padding: 5px 5px; - //margin-left: 40px; + padding: 5px 10px; + margin-left: 40px; } .comment .wall-item-tools { margin-left: 0; } - +.comment .wall-item-tools-bs { + padding: 0px 0px; + margin-left: 30px; +} .item-tool { float: left; margin-right: 8px; -- cgit v1.2.3