Commit 0e8fc63fde1cbccc82d92e9461494fc2e7ef8f17

Authored by Juliana
1 parent 1d55984a

Reorganization of classes and ids (CSS) "Software Catalog" page

Showing 1 changed file with 34 additions and 21 deletions   Show diff stats
page-catalog-software.css
  1 +/*controller-search action-search-software_infos template-default webkit*/
  2 +
1 3 #catalog-filter{
2 4 display: none;
3 5 }
4 6  
5   -#content #main-content-wrapper-8 h1{
  7 +.action-search-software_infos #content #main-content-wrapper-8 h1{
6 8 border-top: 3px solid #4562b1 !important;
7 9 color: #4562b1 !important;
8 10 text-transform: uppercase;
... ... @@ -14,10 +16,15 @@
14 16 background-color:#f1f1f1;
15 17 }
16 18  
17   -#main-content-wrapper-8 .search-form{
  19 +.action-search-software_infos #main-content-wrapper-8 .search-form{
18 20 margin-top:-10px;
19 21 background-color:#f1f1f1;
20 22 }
  23 +
  24 +.action-search-software_infos .search-results-header {
  25 +border-bottom: 2px solid #ccc !important;
  26 +}
  27 +
21 28 #search-input {
22 29 font-size:110%;
23 30 margin: 0px 0px 20px 15px;
... ... @@ -41,37 +48,43 @@
41 48 margin-bottom: 20px;
42 49 margin-left:32px;
43 50 color:#ffffff;
44   - background-color:#4562b1;
  51 + /*background-color:#4562b1;*/
45 52 text-transform: uppercase;
46 53 font-weight: bold;
47   - border: 1px solid #4562b1;
  54 + /*border: 1px solid #4562b1;*/
48 55 padding:0px;
49 56 }
50   -.icon-search{
  57 +.action-search-software_infos #content input.button{
  58 + background-color:#4562b1;
  59 + border: 1px solid #4562b1;
  60 +
  61 +
  62 +}
  63 +
  64 +.action-search-software_infos .icon-search{
51 65 background-image:none !important;
52 66  
53 67 }
54 68  
55 69 .controller-search .search-field .formfield {
56 70 width: 720px;
57   - display: inline-block;
58 71 }
59 72  
60   -.only-one-result-box .search-enterprise-item {
  73 +.action-search-software_infos .only-one-result-box .search-enterprise-item {
61 74 padding: 50px 0 !important;
62 75 background: #ffffff;
63 76 }
64 77  
65   -.search-results-innerbox {
  78 +.action-search-software_infos .search-results-innerbox {
66 79 border:none;
67 80 }
68 81  
69   -.common-profile-list-block .vcard:hover {
  82 +.action-search-software_infos .common-profile-list-block .vcard:hover {
70 83 border: none;
71 84 background: none;
72 85 }
73 86  
74   -.common-profile-list-block .vcard:hover .menu-submenu-trigger {
  87 +.action-search-software_infos .common-profile-list-block .vcard:hover .menu-submenu-trigger {
75 88 display:none;
76 89 }
77 90 /*
... ... @@ -80,25 +93,25 @@
80 93 }
81 94 */
82 95  
83   -.search-enterprise-item-column-left{
  96 +.action-search-software_infos .search-enterprise-item-column-left{
84 97 border-right: 2px solid #ccc;
85 98 padding: 0px 50px 0px 10px;
86 99 margin:none;
87 100 }
88 101  
89   -.search-enterprise-item-column-right{
  102 +.action-search-software_infos .search-enterprise-item-column-right{
90 103 width:70%;
91 104 }
92 105  
93   -.common-profile-list-block .vcard {
  106 +.action-search-software_infos .common-profile-list-block .vcard {
94 107 border: none;
95 108 }
96 109  
97   -.org {
  110 +.action-search-software_infos .org {
98 111 display:none !important;
99 112 }
100 113  
101   -.search-enterprise-item-column-left .vcard img {
  114 +.action-search-software_infos .search-enterprise-item-column-left .vcard img {
102 115 max-width: 90px;
103 116 height: auto;
104 117 max-height: 90px;
... ... @@ -112,27 +125,27 @@ border: none;
112 125 /* max-height: 50px;
113 126 }*/
114 127  
115   -.common-profile-list-block .profile-image{
  128 +.action-search-software_infos .common-profile-list-block .profile-image{
116 129 padding:20px 40px;
117 130 margin-left:50px;
118 131 }
119   -.common-profile-list-block span {
  132 +.action-search-software_infos .common-profile-list-block span {
120 133 width: 50% !important;
121 134 }
122 135  
123   -.common-profile-list-block .extra_info {
  136 +.action-search-software_infos .common-profile-list-block .extra_info {
124 137 font-size: 13px;
125 138 opacity: inherit;
126   - margin-top:-95px;
  139 + margin-top:-100px;
127 140 margin-bottom:100px;
128 141 text-align: left;
129 142  
130 143 }
131   -.search-enterprise-item .search-enterprise-item-column-right {
  144 +.action-search-software_infos .search-enterprise-item .search-enterprise-item-column-right {
132 145 font-size: 13px;
133 146 margin:-20px;
134 147 }
135   -.search-enterprise-item-column-right .search-community-content-block h4 a {
  148 +.action-search-software_infos .search-enterprise-item-column-right .search-community-content-block h4 a {
136 149 color:#172938 !important;
137 150 font-size:19px !important;
138 151 }
... ...