Commit 11a79299a3d8423ab940744d39a1d3b7fb10c22d
1 parent
4d530f61
Exists in
master
and in
5 other branches
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 =====*/ | ... | ... |