From 5f8dcf6f299b37f2c46fdbd9b047017fb7dea8fd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 7 Sep 2015 08:03:08 -0400 Subject: audio player --- public/assets/css/bucky.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'public/assets/css') diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index ed66d90..201e2d4 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -237,19 +237,21 @@ tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000; border-spacing: 0; } .comment { - padding: 4px 6px 8px 6px; + padding: 8px 8px 8px 8px; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; } -tr .user { - padding: 4px; +#comments tr .user { + margin: 0; + padding: 0 3px 3px 0; text-align: center; + font-size: 11px; } -tr .user img { +#comments tr .user img { border: 1px solid; } -tr:first-child .comment { +#comments tr:first-child .comment { border-top: 1px solid #ccc; } .comment div { @@ -288,4 +290,4 @@ tr:nth-child(odd) td.comment { background-color: #fcf8f8; } #files .total td { text-align: right; border-top: 1px dotted #888; -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2