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 | 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 | 29 | border-bottom: 1px solid #ccc !important; |
30 | 30 | } |
31 | 31 | |
... | ... | @@ -62,6 +62,14 @@ |
62 | 62 | /*color:#ffffff;*/ |
63 | 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 | 73 | .action-search-software_infos #content input.button{ |
66 | 74 | background-color:#2B65cd; |
67 | 75 | border: 1px solid #2B65cd; |
... | ... | @@ -93,6 +101,7 @@ |
93 | 101 | |
94 | 102 | .action-search-software_infos .search-results-innerbox { |
95 | 103 | border:none; |
104 | + background:#ffffff; | |
96 | 105 | } |
97 | 106 | |
98 | 107 | .action-search-software_infos .common-profile-list-block .vcard:hover { | ... | ... |