Commit 22561cf84ef741968c2784eb32a3c64c4cc35acc

Authored by Álvaro Fernando Matos de Souza
Committed by Thiago Ribeiro
1 parent 500ca7e3

Passing CSS rules from plugin to theme

Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>
Signed-off-by: ArthurJahn <stutrzbecher@gmail.com>
css/software-catalog-page.css
... ... @@ -42,6 +42,7 @@
42 42 padding: 16px 0 10px 14px;
43 43 color: #2C4B6B;
44 44 font-family:"open_sansregular", Arial, Helvetica, sans-serif;
  45 + color: #2B51A8;
45 46 font-weight: bold;
46 47 font-size: 15px;
47 48 text-transform: uppercase;
... ... @@ -79,9 +80,13 @@
79 80 max-height: 30px;
80 81 margin: 14px;
81 82 padding: 0 14px 0 14px;
82   - background-color: #3E67B1;
  83 + background: #3E67B1;
83 84 line-height: 14px;
  85 + border-radius: 4px;
  86 + color: #ffffff;
84 87 text-transform: uppercase;
  88 + font-family: "open_sansbold",Arial,sans-serif;
  89 + font-size: 14px;
85 90 }
86 91  
87 92 /* Filter options */
... ... @@ -94,8 +99,11 @@
94 99 padding: 14px;
95 100 background-color: #D3D6DE;
96 101 border: none;
  102 + border-bottom-left-radius: 4px;
  103 + border-bottom-right-radius: 4px;
97 104 font-size: 11px;
98 105 text-align: right;
  106 + text-transform: uppercase;
99 107 }
100 108  
101 109 .action-search-software_infos #filter-option-catalog-close {
... ... @@ -138,6 +146,7 @@
138 146 .action-search-software_infos #group-categories ul {
139 147 font-family: Arial;
140 148 font-size: 14px;
  149 + line-height: 31px;
141 150 columns: 2;
142 151 -webkit-columns: 2;
143 152 -moz-columns: 2;
... ... @@ -155,6 +164,7 @@
155 164 font-weight: bold;
156 165 font-size: 15px;
157 166 font-family: Arial;
  167 + padding: 10px;
158 168 }
159 169  
160 170 .action-search-software_infos #filter-catalog-software .project-software label {
... ... @@ -173,11 +183,24 @@
173 183 cursor: pointer;
174 184 background-color: #3E67B1;
175 185 font-size: 14px;
176   - font-family:Arial;
  186 + font-family: Arial;
  187 + color: #ffffff;
  188 + border: 1px solid #2B65CD;
  189 + border-radius: 4px;
  190 + margin: 5px 0 0 5px;
  191 + padding: 5px 10px;
177 192 }
178 193  
179 194 .action-search-software_infos button#close-filter-catalog {
180 195 cursor:pointer;
  196 + float: right;
  197 + border: none;
  198 + background: none;
  199 + font-size: 12px;
  200 + margin-top: 5px;
  201 + color: #000;
  202 + text-transform: uppercase;
  203 + padding: 5px;
181 204 }
182 205  
183 206 .action-search-software_infos button#close-filter-catalog:after {
... ... @@ -200,11 +223,22 @@
200 223  
201 224 .action-search-software_infos #catalog-display-options #catalog-display-options-count{
202 225 padding: 45px 0 4px 0;
  226 + float: left;
  227 + width: 50%;
203 228 }
204 229  
205 230 .action-search-software_infos #catalog-display-options #catalog-display-options-show-and-sort{
206 231 padding: 38px 0 5px 0;
207 232 font-weight: bold;
  233 + float: left;
  234 + width: 50%;
  235 +}
  236 +.action-search-software_infos #catalog-display-options #catalog-display-options-sort,
  237 +.action-search-software_infos #catalog-display-options #catalog-display-options-show{
  238 + position: relative;
  239 + float: left;
  240 + width: 50%;
  241 + text-align: right;
208 242 }
209 243  
210 244 /*** Search Results ***/
... ...
css/software-pages.css
... ... @@ -43,7 +43,7 @@
43 43 background-color: #D3D6DE;
44 44 border-top-left-radius: 8px;
45 45 border-top-right-radius: 8px;
46   - font-family: Arial;
  46 + font-family: "open_sansbold", Arial, Helvetica, sans-serif;
47 47 margin: 0;
48 48 color: #172738;
49 49 font-size: 18px;
... ...