From 038adb2b6a4524fbaabf5678505edb07663d98c5 Mon Sep 17 00:00:00 2001 From: shishman Date: Thu, 1 Sep 2016 22:36:56 +0300 Subject: [PATCH] css edited --- assets/css/main.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index b816bb0..5cf15b5 100644 --- a/assets/css/main.css +++ b/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*/ \ No newline at end of file