aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css10
1 files changed, 9 insertions, 1 deletions
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 ***/