Commit 555e971ad3d06fa07fc9fe433d679609321ac8b6
1 parent
e8201cc2
Exists in
master
and in
9 other branches
Fine ajuestes of discussions tab measures and feed repository tab
Showing
1 changed file
with
46 additions
and
14 deletions
Show diff stats
css/tabs.css
... | ... | @@ -8,9 +8,10 @@ |
8 | 8 | overflow: visible; |
9 | 9 | } |
10 | 10 | |
11 | -#block-community-tabs .iu-widget, | |
12 | -.profile-members-tabs-container .iu-widget{ | |
13 | - font-size: 0px; | |
11 | +#content #block-community-tabs .iu-widget, | |
12 | +#content .profile-members-tabs-container .iu-widget{ | |
13 | + font-size: 0px ; | |
14 | + /*font-family: Arial !important;*/ | |
14 | 15 | } |
15 | 16 | |
16 | 17 | #block-community-tabs .ui-widget-header, |
... | ... | @@ -95,6 +96,10 @@ |
95 | 96 | /********************************************/ |
96 | 97 | /***abas da area de comunidade******/ |
97 | 98 | |
99 | +#content #discussions-content{ | |
100 | + color:#172738; | |
101 | +} | |
102 | + | |
98 | 103 | #content #discussions-content .pull-left{ |
99 | 104 | float:none; |
100 | 105 | } |
... | ... | @@ -107,7 +112,19 @@ |
107 | 112 | #content #discussions-content .message-discussion{ |
108 | 113 | border-bottom: 1px solid #ECEDF1; |
109 | 114 | margin:0px 0px 8px 0px; |
110 | - padding:10px 0px 20px 0px; | |
115 | + padding:10px 0px 18px 0px; | |
116 | +} | |
117 | + | |
118 | +/*#content #discussions-content .message-discussion .subject{ | |
119 | + display: block; | |
120 | + float: left; | |
121 | + padding-top:3px; | |
122 | +}*/ | |
123 | + | |
124 | +#content #discussions-content .message-discussion .quiet:last-child{ | |
125 | + font-size: 16px; | |
126 | + max-height: 50px; | |
127 | + overflow: hidden; | |
111 | 128 | } |
112 | 129 | |
113 | 130 | /*#content #discussions-content .message-discussion:last-child{ |
... | ... | @@ -121,7 +138,7 @@ |
121 | 138 | #content #discussions-content h4{ |
122 | 139 | font-size: 22px; |
123 | 140 | border-bottom: 1px solid #ECEDF1; |
124 | - padding-bottom: 10px; | |
141 | + padding: 8px 0px 6px 0px; | |
125 | 142 | |
126 | 143 | } |
127 | 144 | |
... | ... | @@ -142,6 +159,11 @@ |
142 | 159 | display: block; |
143 | 160 | text-transform: uppercase; |
144 | 161 | line-height: 21px; |
162 | + font-size: 11px; | |
163 | +} | |
164 | + | |
165 | +#discussions-content .text-right a:visited, #content #discussions-content .text-right a:visited, #discussions-content .text-right dl.portlet a:visited{ | |
166 | + color: #172738; | |
145 | 167 | } |
146 | 168 | |
147 | 169 | #discussions-content .text-right a::after { |
... | ... | @@ -175,7 +197,8 @@ top: 2px; |
175 | 197 | }*/ |
176 | 198 | |
177 | 199 | #content #discussions-content .subject{ |
178 | - font-weight: 700; | |
200 | + font-weight: 800; | |
201 | + font-size: 16px | |
179 | 202 | } |
180 | 203 | |
181 | 204 | /********************************************/ |
... | ... | @@ -184,10 +207,9 @@ top: 2px; |
184 | 207 | } |
185 | 208 | |
186 | 209 | #repository-feed-tab .event-inline.event-item{ |
187 | - border-top: 1px solid #ECEDF1; | |
188 | 210 | border-bottom: 1px solid #ECEDF1; |
189 | - margin-top:20px; | |
190 | - padding: 25px 0px 40px 0px; | |
211 | + margin-top:37px; | |
212 | + padding: 0px 0px 80px 0px; | |
191 | 213 | } |
192 | 214 | |
193 | 215 | #repository-feed-tab .event-inline.event-item img{ |
... | ... | @@ -197,16 +219,19 @@ top: 2px; |
197 | 219 | #repository-feed-tab .event-item-timestamp{ |
198 | 220 | border-right: 1px dotted #D3D6DE; |
199 | 221 | float:left; |
200 | - width: 120px; | |
201 | - height: 20px; | |
222 | + width: 112px; | |
223 | + height: 55px; | |
202 | 224 | margin-right: 20px; |
203 | 225 | } |
226 | +#repository-feed-tab .event-item-timestamp .time_ago{ | |
227 | + color:#172738; | |
228 | +} | |
204 | 229 | |
205 | 230 | #repository-feed-tab .event-item-timestamp .time_ago:before{ |
206 | 231 | /*content: url("images/ic-calendar.png");*/ |
207 | 232 | content:"\f073"; |
208 | 233 | font-family: FontAwesome; |
209 | - font-size: 16px; | |
234 | + font-size: 15px; | |
210 | 235 | margin-right: 10px; |
211 | 236 | margin-top: 0px; |
212 | 237 | float: left; |
... | ... | @@ -214,10 +239,17 @@ top: 2px; |
214 | 239 | } |
215 | 240 | |
216 | 241 | #repository-feed-tab .event-title{ |
217 | - max-height: 33px; | |
242 | + max-height: 55px; | |
218 | 243 | overflow: hidden; |
219 | 244 | float:left; |
220 | - width: 80%; | |
245 | + width: 70%; | |
246 | + font-size: 16px; | |
247 | +} | |
248 | + | |
249 | +#content #repository-feed-tab .author_name{ | |
250 | + display: block; | |
251 | + padding-bottom: 5px; | |
252 | + font-size: 12px; | |
221 | 253 | } |
222 | 254 | |
223 | 255 | #content #repository-feed-tab .author_name a{ | ... | ... |