Commit 00b2e201488c85d6ac450d58ef0a4f725a9f6ce4
1 parent
a9714abc
Exists in
master
and in
29 other branches
Fixing weird border
(ActionItem1635)
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
@@ -4579,6 +4579,9 @@ h1#agenda-title { | @@ -4579,6 +4579,9 @@ h1#agenda-title { | ||
4579 | margin: 0.4em 0.5em 0 0; | 4579 | margin: 0.4em 0.5em 0 0; |
4580 | cursor: pointer; | 4580 | cursor: pointer; |
4581 | } | 4581 | } |
4582 | +#chat .ui-tabs .ui-tabs-panel { | ||
4583 | + border: none; | ||
4584 | +} | ||
4582 | #chat #log { | 4585 | #chat #log { |
4583 | border: 1px solid ; | 4586 | border: 1px solid ; |
4584 | padding: 10px; | 4587 | padding: 10px; |