Commit 7f2fc70019261418939cb762d5e6a70242cb5eec

Authored by Eugeny Galkovskiy
1 parent 600ad885

123

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -1081,9 +1081,10 @@ footer .socbuts a:hover{
1081 1081 width: 100%;
1082 1082 letter-spacing: 0.4px;
1083 1083 margin-bottom: 0px;
1084   - background: url('../images/knopka.png');
1085   - background-position: left 5px;
  1084 + background: url(../images/knopka.png);
  1085 + background-position: left 1px;
1086 1086 background-repeat: no-repeat;
  1087 + padding-left: 15px;
1087 1088 }
1088 1089 .spoiler .form-group{
1089 1090 margin-bottom:2px;
... ...