Commit 2fc7fb8d356a03e948e02099f797ae73e9975ce0
1 parent
61da814e
Exists in
master
and in
10 other branches
New empty result of search
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
page-catalog-software.css
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | margin-top:20px; | 25 | margin-top:20px; |
26 | } | 26 | } |
27 | 27 | ||
28 | -.action-search-software_infos .search-results-header { | 28 | +.action-search-software_infos .search-results-header{ |
29 | border-bottom: 1px solid #ccc !important; | 29 | border-bottom: 1px solid #ccc !important; |
30 | } | 30 | } |
31 | 31 | ||
@@ -62,6 +62,14 @@ | @@ -62,6 +62,14 @@ | ||
62 | /*color:#ffffff;*/ | 62 | /*color:#ffffff;*/ |
63 | /*background-color:#4562b1;*/ | 63 | /*background-color:#4562b1;*/ |
64 | } | 64 | } |
65 | + | ||
66 | +.controller-search .search-results-type-empty div{ | ||
67 | + text-align: left; | ||
68 | + color:#172738; | ||
69 | + font-size:20px; | ||
70 | + padding:5px; | ||
71 | + | ||
72 | +} | ||
65 | .action-search-software_infos #content input.button{ | 73 | .action-search-software_infos #content input.button{ |
66 | background-color:#2B65cd; | 74 | background-color:#2B65cd; |
67 | border: 1px solid #2B65cd; | 75 | border: 1px solid #2B65cd; |
@@ -93,6 +101,7 @@ | @@ -93,6 +101,7 @@ | ||
93 | 101 | ||
94 | .action-search-software_infos .search-results-innerbox { | 102 | .action-search-software_infos .search-results-innerbox { |
95 | border:none; | 103 | border:none; |
104 | + background:#ffffff; | ||
96 | } | 105 | } |
97 | 106 | ||
98 | .action-search-software_infos .common-profile-list-block .vcard:hover { | 107 | .action-search-software_infos .common-profile-list-block .vcard:hover { |