Commit 11a79299a3d8423ab940744d39a1d3b7fb10c22d

Authored by Álvaro Fernando Matos de Souza
1 parent 4d530f61
Exists in master and in 79 other branches add_sisp_to_chef, add_super_archives_plugin, api_for_colab, automates_core_packing, backup_not_prod, changes_in_buttons_on_content_panel, colab_automated_login, colab_spb_plugin_recipe, colab_widgets_settings, design_validation, dev_env_minimal, disable_email_dev, fix_breadcrumbs_position, fix_categories_software_link, fix_edit_institution, fix_edit_software_with_another_license, fix_get_license_info, fix_gitlab_assets_permission, fix_list_style_inside_article, fix_list_style_on_folder_elements, fix_members_pagination, fix_merge_request_url, fix_models_translations, fix_no_license, fix_software_api, fix_software_block_migration, fix_software_communities_translations, fix_software_communities_unit_test, fix_style_create_institution_admin_panel, fix_superarchives_imports, fix_sym_links_noosfero, focus_search_field_theme, gov-user-refactoring, gov-user-refactoring-rails4, header_fix, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, lxc_settings, margin_fix, mezuro_cookbook, prezento, refactor_download_block, refactor_software_communities, refactor_software_for_sisp, register_page, release-process, release-process-v2, remove-unused-images, remove_broken_theme, remove_secondary_email_from_user, remove_sisp_buttons, removing_super_archives_email, review_message, scope2method, signals_user_noosfero, sisp_catalog_header, sisp_colab_config, sisp_dev, sisp_dev_master, sisp_simple_version, software_as_organization, software_catalog_style_fix, software_communities_html_refactor, software_infos_api, spb_minimal_env, spb_to_rails4, spec_refactor, stable-4.1, stable-4.2, stable-4.x, temp_soft_comm_refactoring, theme_header, theme_javascript_refactory, thread_dropdown, thread_page, update_search_by_categories, update_software_api, update_softwares_boxes

cleaning style.css

Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>Signed-off-by: ArthurJahn <stutrzbecher@gmail.com>
Showing 1 changed file with 6 additions and 64 deletions   Show diff stats
public/style.css
... ... @@ -45,7 +45,7 @@
45 45  
46 46 #profile-data .validated {
47 47 box-shadow: 0px 0px 7px green;
48   - border-color: rgb(0, 80, 0)
  48 + border-color: rgb(0, 80, 0);
49 49 }
50 50  
51 51 #software-name-field {
... ... @@ -53,23 +53,13 @@
53 53 }
54 54  
55 55 #software-hostname {
56   - float: left;
57   - display: inline-block;
58   - background: #EEE;
59   - color: #4A4A4A;
60 56 padding: 0px 7px;
61   - min-width: 190px;
62   - line-height: 22px;
63   - font-size: 20px;
64   - text-transform: lowercase;
65   - vertical-align: middle;
66   - border-spacing: 20px;
67   - border: 1px solid #CFCFCF;
  57 + font-size: 18px;
68 58 }
69 59  
70 60 .mandatory::after {
71 61 color: red;
72   - content: ' (*)'
  62 + content: ' (*)';
73 63 }
74 64  
75 65 .autocomplete_validation_message {
... ... @@ -89,73 +79,25 @@
89 79 }
90 80  
91 81 #content .softwares-block .block-footer-content a {
92   - position: absolute;
93   - top: 2px;
94   - right: 0px;
95   - font-size: 11px;
96   - color: #000;
97   - text-decoration: none;
98   - padding-right: 15px;
99   -}
100   -
101   -#content .softwares-block .block-footer-content a {
102 82 background: url(../../../designs/themes/base/imgs/arrow-right-p.png) 100% 50% no-repeat;
103 83 }
104 84  
  85 +/*FIX-ME: necessary while there is
  86 +* not a defined theme style for the
  87 +* forms */
105 88 .improve_input_size {
106 89 width: 315px !important;
107 90 }
108 91  
109   -.search-community-content-block span {
110   - width: auto;
111   -}
112   -
113   -#catalog-list ul li {
114   - display: inline;
115   - margin-right: 5px;
116   - font-size: 14px;
117   - padding: 5px;
118   -}
119   -
120   -#catalog-list ul li span {
121   - cursor: pointer;
122   - margin-left: 5px;
123   -}
124   -
125   -/* Fix software catalog list bug(it does not happen in fix_for_beta) */
126   -.search-results-type-software_info .search-profile-item {
127   - width: 100% !important;
128   -}
129   -
130 92 .software-block {
131 93 position: relative;
132 94 float: left;
133   - margin: 0px 10px 10px 0px;
134   - width: 30%;
135   - height: 200px;
136   - word-wrap: break-word;
137 95 overflow: hidden;
138 96 }
139 97  
140   -.software-block-logo {
141   - width: 150px;
142   - height: 150px;
143   - margin: 0px auto;
144   -}
145   -
146 98 .software-block-content, .software-block-finality {
147 99 width: 100%;
148   - height: 100%;
149 100 position: absolute;
150   - top: 0px;
151   - left: 0px;
152   -}
153   -
154   -.software-block-finality {
155   - background-color: #fff;
156   - top: 100%;
157   - display: block;
158   - background-color:rgba(255, 255, 255, 0.9);
159 101 }
160 102  
161 103 /*===== Communities rate hotspot extra fields =====*/
... ...