Skip to content
Snippets Groups Projects
Commit e082153a authored by Henrik Askjer's avatar Henrik Askjer
Browse files

add padding

parent 22ad1906
No related branches found
No related tags found
No related merge requests found
...@@ -634,7 +634,7 @@ div.welcome article { ...@@ -634,7 +634,7 @@ div.welcome article {
} }
#above_results .search_notification { #above_results .search_notification {
padding-top: 10px; padding-top: 24px;
padding-bottom: 0px; padding-bottom: 0px;
margin-left: 10px; margin-left: 10px;
font-size: 18px; font-size: 18px;
...@@ -653,6 +653,10 @@ div.welcome article { ...@@ -653,6 +653,10 @@ div.welcome article {
margin-left: 15px; margin-left: 15px;
} }
.no_results {
padding-top: 24px;
}
.error div{ .error div{
padding: 10px; padding: 10px;
padding-top: 24px; padding-top: 24px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment