diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-07 08:03:08 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-07 08:03:08 -0400 |
| commit | 5f8dcf6f299b37f2c46fdbd9b047017fb7dea8fd (patch) | |
| tree | 8dcd47aa5f010a103bc21e61d151046da4bd5077 /public/assets/css/bucky.css | |
| parent | 694dbdf6ff3eef3e33fcbe95ebd676eea3353dcc (diff) | |
audio player
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 14 |
1 files changed, 8 insertions, 6 deletions
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 +} |
