Commit a6c2cb179f7d2644c4185f97146f871ead545655
1 parent
d0abea0f
Exists in
master
and in
79 other branches
Fine ajuestes measure in the catalog radio buttons
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
css/software-catalog-page.css
... | ... | @@ -68,19 +68,20 @@ |
68 | 68 | .action-search-software_infos .search-form label, |
69 | 69 | .action-search-software_infos .search-form label{ |
70 | 70 | margin:0px 3px 4px 32px; |
71 | - line-height: 23px; | |
72 | - font-size: 14px; | |
71 | + line-height: 22px; | |
72 | + font-size: 15px; | |
73 | 73 | font-family: Arial; |
74 | 74 | } |
75 | 75 | |
76 | 76 | .action-search-software_infos #software-search-container .search-form .doubts-catalog-software{ |
77 | 77 | border:1px solid #3E67B1; |
78 | 78 | border-radius:50%; |
79 | - padding:0px 6px; | |
79 | + padding:0px 3px; | |
80 | 80 | font-size: 14px; |
81 | - font-weight: 800; | |
81 | + font-weight: 900; | |
82 | 82 | background:#3E67B1; |
83 | 83 | color:#fff; |
84 | + font-family: Arial; | |
84 | 85 | |
85 | 86 | } |
86 | 87 | /******/ | ... | ... |