Commit d5931e230ab4bb712c9aa31ad4ef197a8e6a7b9a
1 parent
50e33b07
123
Showing
3 changed files
with
11 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
@@ -1791,12 +1791,17 @@ p.right{text-align: right;} | @@ -1791,12 +1791,17 @@ p.right{text-align: right;} | ||
1791 | float: none; | 1791 | float: none; |
1792 | margin:0; | 1792 | margin:0; |
1793 | } | 1793 | } |
1794 | +.add_comment{ | ||
1795 | + position: relative; | ||
1796 | + display: inline-block; | ||
1797 | + width: 100%; | ||
1798 | + max-width: 705px; | ||
1799 | +} | ||
1794 | .form-comm-wr { | 1800 | .form-comm-wr { |
1795 | width: 100%; | 1801 | width: 100%; |
1796 | background: none; | 1802 | background: none; |
1797 | padding: 0px; | 1803 | padding: 0px; |
1798 | - float: left; | ||
1799 | - position: relative; | 1804 | + float: none; |
1800 | max-width: 705px; | 1805 | max-width: 705px; |
1801 | margin: 0 auto; | 1806 | margin: 0 auto; |
1802 | font-family: 'Lato-Medium'; | 1807 | font-family: 'Lato-Medium'; |
@@ -1823,6 +1828,10 @@ p.right{text-align: right;} | @@ -1823,6 +1828,10 @@ p.right{text-align: right;} | ||
1823 | .close_comm:hover { | 1828 | .close_comm:hover { |
1824 | background-image: url(../images/close_hover.png); | 1829 | background-image: url(../images/close_hover.png); |
1825 | } | 1830 | } |
1831 | +.artbox_form_container{ | ||
1832 | + max-width: 705px; | ||
1833 | + margin: 0 auto; | ||
1834 | +} | ||
1826 | 1835 | ||
1827 | /**/ | 1836 | /**/ |
1828 | @media (min-width: 1200px){ | 1837 | @media (min-width: 1200px){ |
53.5 KB
53.6 KB