From 96935191ed1741aa2185a88deb32a5de4b824219 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Wed, 27 Jul 2016 00:35:09 -0400 Subject: made a few adjustments, removed all avatar occurrences, a few other images for optimization and performance speed, replace pngs with svgs etc. --- assets/css/creative.css | 5 +++-- assets/css/style.css | 10 +++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'assets/css') diff --git a/assets/css/creative.css b/assets/css/creative.css index 45f388b..17ee257 100644 --- a/assets/css/creative.css +++ b/assets/css/creative.css @@ -175,7 +175,6 @@ header { /*-moz-background-size: cover;*/ /*background-size: cover;*/ /*-o-background-size: cover;*/ - } header .header-spec { @@ -384,4 +383,6 @@ header .header-content .header-content-inner hr { } /********************************************/ - +.follow-exam-btn{ + margin: 15px; +} diff --git a/assets/css/style.css b/assets/css/style.css index eb683b1..19601e2 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -49,7 +49,6 @@ main .search h2{ .search input { text-align: center; box-sizing: border-box; - background: white url('../images/search_icon.png') no-repeat 9px 9px; background-size: 20px 20px; padding: 0; } @@ -155,6 +154,9 @@ main [id^="sol-"] img.user-image { main [id^="sol-"] p.username { vertical-align: middle; + padding-left: 10px; + font-weight: bolder; + } main [id^="sol-"] button.upvote, [id^="sol-"] button.downvote { @@ -337,6 +339,7 @@ p.solutions-time { .exam-info { margin-left: 5%; display: inline-block; + text-align: center; } img.exam-info { @@ -349,6 +352,7 @@ section.exam-info em { font-weight: bold; } + .questions-number{ font-size: large; color: #333333; @@ -366,6 +370,10 @@ section.exam-info em { .questions-sol-num { margin-left: 5%; } + +.questions-arrow{ + padding-top: 6px; +} /*** EXAM QUESTIONS PAGE END ***/ /*** USER PROFILE PAGE ***/ -- cgit v1.2.3