diff options
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 +} |
