From 949bf54e8aee56fd1b132c8520e1722e415ab92d Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Sun, 10 Aug 2014 17:07:06 -0700 Subject: [PATCH] Shoutbox rearrangement --- .../stylesheets/themes/default/components/_gather.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/default/components/_gather.scss b/app/assets/stylesheets/themes/default/components/_gather.scss index 48ccf09..b04cd42 100644 --- a/app/assets/stylesheets/themes/default/components/_gather.scss +++ b/app/assets/stylesheets/themes/default/components/_gather.scss @@ -39,10 +39,11 @@ width: 100%; .user { - width: 10%; + display: inline; } .timestamp { + float:right margin: 0 5px 5px; } } @@ -200,4 +201,4 @@ table.gathers { ul.gatherers { @include span-columns(12); -} \ No newline at end of file +}