Commit ca83b835e337a693b24eabce2c8cba276a3deda2
1 parent
7b8eabdf
Exists in
master
#community dashboard - updating theme
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
public/style.css
... | ... | @@ -5,8 +5,8 @@ |
5 | 5 | |
6 | 6 | #input-panel { |
7 | 7 | height: 350px; |
8 | + width: 100%; | |
8 | 9 | padding-top: 10px; |
9 | - height: 350px; | |
10 | 10 | display: inline-block; |
11 | 11 | } |
12 | 12 | |
... | ... | @@ -535,8 +535,6 @@ display: none; |
535 | 535 | } |
536 | 536 | |
537 | 537 | .hub .form-message { |
538 | - width: 93%; | |
539 | - /*display: inline-block;*/ | |
540 | 538 | height: 148px; |
541 | 539 | padding: 10px; |
542 | 540 | border: 1px solid #c0c0c0; | ... | ... |