Commit 781852b6ef23df517fa9a3dd6af0880c4a943b10
Merge branch 'master' of gitlab.artweb.com.ua:Alexey/baccara
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 | 1791 | float: none; |
1792 | 1792 | margin:0; |
1793 | 1793 | } |
1794 | +.add_comment{ | |
1795 | + position: relative; | |
1796 | + display: inline-block; | |
1797 | + width: 100%; | |
1798 | + max-width: 705px; | |
1799 | +} | |
1794 | 1800 | .form-comm-wr { |
1795 | 1801 | width: 100%; |
1796 | 1802 | background: none; |
1797 | 1803 | padding: 0px; |
1798 | - float: left; | |
1799 | - position: relative; | |
1804 | + float: none; | |
1800 | 1805 | max-width: 705px; |
1801 | 1806 | margin: 0 auto; |
1802 | 1807 | font-family: 'Lato-Medium'; |
... | ... | @@ -1823,6 +1828,10 @@ p.right{text-align: right;} |
1823 | 1828 | .close_comm:hover { |
1824 | 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 | 1837 | @media (min-width: 1200px){ | ... | ... |
53.5 KB
53.6 KB