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,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