From 16b2dab8c2a384ccb95fca048414f33daf3925a8 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Mon, 25 Jul 2016 04:51:37 -0400 Subject: added warning message for adding solution while not logged in --- assets/css/creative.css | 7 +++++++ assets/css/style.css | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/creative.css b/assets/css/creative.css index 54e1cbb..45f388b 100644 --- a/assets/css/creative.css +++ b/assets/css/creative.css @@ -376,5 +376,12 @@ header .header-content .header-content-inner hr { background-color: #d9edf7; color: #3170a6; } +/******************Alert Changes**************/ +.custom-Alert{ + text-align: center; + margin: 30px 12% 30px 12%; + box-shadow: 2px 4px 5px 0 rgba(0,0,0,0.1); +} + /********************************************/ diff --git a/assets/css/style.css b/assets/css/style.css index 91d75c4..160076a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -51,7 +51,7 @@ main .search h2{ box-sizing: border-box; background: white url('../images/search_icon.png') no-repeat 9px 9px; background-size: 20px 20px; - padding: 12px 20px 12px 40px; + padding: 0; } .search input, .search button.search-button { -- cgit v1.2.3