aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-04-19 02:45:44 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-04-19 02:45:44 +0200
commit8f1dde701ab92d13a3037fc3987c495d66ae8918 (patch)
tree976020166b0a2580c8ab22468423a376e8928468 /view/css
parent59eb3b3351ca38851248aa4b3b072e160dc9555b (diff)
downloadvolse-hubzilla-8f1dde701ab92d13a3037fc3987c495d66ae8918.tar.gz
volse-hubzilla-8f1dde701ab92d13a3037fc3987c495d66ae8918.tar.bz2
volse-hubzilla-8f1dde701ab92d13a3037fc3987c495d66ae8918.zip
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.
Diffstat (limited to 'view/css')
-rw-r--r--view/css/conversation.css6
1 files changed, 5 insertions, 1 deletions
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;
}