remotes/origin/PR-39
shishman 10 years ago
parent a0b0fc8b46
commit 038adb2b6a
  1. 29
      assets/css/main.css

@ -5933,4 +5933,33 @@ a.linkS2[data-target="#withdraw-money"]{
position: absolute;
bottom: 0;
}
.dropdown-menu > li > a{
white-space: normal;
}
.galleryWork .col-lg-3, .galleryWork2 .col-lg-4{
display: inline-block;
float: none;
vertical-align: top;
}
.addWork a:before {
content: '';
position: absolute;
width: 24px;
height: 23px;
background: url('../img/plus.png') no-repeat center;
background-size: cover;
left: 10px;
top: 14px;
}
.addWork:before {
display: none;
}
.addWork {
font-style: italic;
padding: 17px 23px 17px 48px;
margin-top: 20px;
margin-left: 0;
border-radius: 50px;
border: 1px solid #42B476;
}
/*end_new*/
Loading…
Cancel
Save