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,9 +8,10 @@ | ||
8 | overflow: visible; | 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 | #block-community-tabs .ui-widget-header, | 17 | #block-community-tabs .ui-widget-header, |
@@ -95,6 +96,10 @@ | @@ -95,6 +96,10 @@ | ||
95 | /********************************************/ | 96 | /********************************************/ |
96 | /***abas da area de comunidade******/ | 97 | /***abas da area de comunidade******/ |
97 | 98 | ||
99 | +#content #discussions-content{ | ||
100 | + color:#172738; | ||
101 | +} | ||
102 | + | ||
98 | #content #discussions-content .pull-left{ | 103 | #content #discussions-content .pull-left{ |
99 | float:none; | 104 | float:none; |
100 | } | 105 | } |
@@ -107,7 +112,19 @@ | @@ -107,7 +112,19 @@ | ||
107 | #content #discussions-content .message-discussion{ | 112 | #content #discussions-content .message-discussion{ |
108 | border-bottom: 1px solid #ECEDF1; | 113 | border-bottom: 1px solid #ECEDF1; |
109 | margin:0px 0px 8px 0px; | 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 | /*#content #discussions-content .message-discussion:last-child{ | 130 | /*#content #discussions-content .message-discussion:last-child{ |
@@ -121,7 +138,7 @@ | @@ -121,7 +138,7 @@ | ||
121 | #content #discussions-content h4{ | 138 | #content #discussions-content h4{ |
122 | font-size: 22px; | 139 | font-size: 22px; |
123 | border-bottom: 1px solid #ECEDF1; | 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,6 +159,11 @@ | ||
142 | display: block; | 159 | display: block; |
143 | text-transform: uppercase; | 160 | text-transform: uppercase; |
144 | line-height: 21px; | 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 | #discussions-content .text-right a::after { | 169 | #discussions-content .text-right a::after { |
@@ -175,7 +197,8 @@ top: 2px; | @@ -175,7 +197,8 @@ top: 2px; | ||
175 | }*/ | 197 | }*/ |
176 | 198 | ||
177 | #content #discussions-content .subject{ | 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,10 +207,9 @@ top: 2px; | ||
184 | } | 207 | } |
185 | 208 | ||
186 | #repository-feed-tab .event-inline.event-item{ | 209 | #repository-feed-tab .event-inline.event-item{ |
187 | - border-top: 1px solid #ECEDF1; | ||
188 | border-bottom: 1px solid #ECEDF1; | 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 | #repository-feed-tab .event-inline.event-item img{ | 215 | #repository-feed-tab .event-inline.event-item img{ |
@@ -197,16 +219,19 @@ top: 2px; | @@ -197,16 +219,19 @@ top: 2px; | ||
197 | #repository-feed-tab .event-item-timestamp{ | 219 | #repository-feed-tab .event-item-timestamp{ |
198 | border-right: 1px dotted #D3D6DE; | 220 | border-right: 1px dotted #D3D6DE; |
199 | float:left; | 221 | float:left; |
200 | - width: 120px; | ||
201 | - height: 20px; | 222 | + width: 112px; |
223 | + height: 55px; | ||
202 | margin-right: 20px; | 224 | margin-right: 20px; |
203 | } | 225 | } |
226 | +#repository-feed-tab .event-item-timestamp .time_ago{ | ||
227 | + color:#172738; | ||
228 | +} | ||
204 | 229 | ||
205 | #repository-feed-tab .event-item-timestamp .time_ago:before{ | 230 | #repository-feed-tab .event-item-timestamp .time_ago:before{ |
206 | /*content: url("images/ic-calendar.png");*/ | 231 | /*content: url("images/ic-calendar.png");*/ |
207 | content:"\f073"; | 232 | content:"\f073"; |
208 | font-family: FontAwesome; | 233 | font-family: FontAwesome; |
209 | - font-size: 16px; | 234 | + font-size: 15px; |
210 | margin-right: 10px; | 235 | margin-right: 10px; |
211 | margin-top: 0px; | 236 | margin-top: 0px; |
212 | float: left; | 237 | float: left; |
@@ -214,10 +239,17 @@ top: 2px; | @@ -214,10 +239,17 @@ top: 2px; | ||
214 | } | 239 | } |
215 | 240 | ||
216 | #repository-feed-tab .event-title{ | 241 | #repository-feed-tab .event-title{ |
217 | - max-height: 33px; | 242 | + max-height: 55px; |
218 | overflow: hidden; | 243 | overflow: hidden; |
219 | float:left; | 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 | #content #repository-feed-tab .author_name a{ | 255 | #content #repository-feed-tab .author_name a{ |