Commit e8201cc2625bac488c5e7620c56bf2aa18af27b5
1 parent
99231508
Exists in
master
and in
9 other branches
Adjustments tab discussions, tab feed the repository and float tabs
Showing
1 changed file
with
62 additions
and
8 deletions
Show diff stats
css/tabs.css
... | ... | @@ -51,11 +51,12 @@ |
51 | 51 | font-size: 15px; |
52 | 52 | } |
53 | 53 | |
54 | -/*.profile-members-tabs-container .ui-tabs .ui-tabs-nav{ | |
55 | - margin: 0px; | |
56 | - padding: 0px; | |
54 | +#block-community-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor, | |
55 | +.profile-members-tabs-container .ui-tabs .ui-tabs-nav .ui-tabs-anchor{ | |
56 | + float:none; | |
57 | + display:table; | |
57 | 58 | } |
58 | -*/ | |
59 | + | |
59 | 60 | #block-community-tabs .ui-tabs .ui-tabs-panel { |
60 | 61 | padding: 0px; |
61 | 62 | } |
... | ... | @@ -104,17 +105,24 @@ |
104 | 105 | } |
105 | 106 | |
106 | 107 | #content #discussions-content .message-discussion{ |
107 | - border-top: 1px solid #ECEDF1; | |
108 | - margin:20px 0px 0px 0px; | |
109 | - padding:20px 0px 0px 0px; | |
108 | + border-bottom: 1px solid #ECEDF1; | |
109 | + margin:0px 0px 8px 0px; | |
110 | + padding:10px 0px 20px 0px; | |
110 | 111 | } |
111 | 112 | |
113 | +/*#content #discussions-content .message-discussion:last-child{ | |
114 | + border-bottom: 1px solid #ECEDF1; | |
115 | +}*/ | |
116 | + | |
112 | 117 | /*#content #discussions-content .row{ |
113 | 118 | width: 520px; |
114 | 119 | }*/ |
115 | 120 | |
116 | 121 | #content #discussions-content h4{ |
117 | - font-size: 20px; | |
122 | + font-size: 22px; | |
123 | + border-bottom: 1px solid #ECEDF1; | |
124 | + padding-bottom: 10px; | |
125 | + | |
118 | 126 | } |
119 | 127 | |
120 | 128 | #discussions-content hr{ |
... | ... | @@ -168,4 +176,50 @@ top: 2px; |
168 | 176 | |
169 | 177 | #content #discussions-content .subject{ |
170 | 178 | font-weight: 700; |
179 | +} | |
180 | + | |
181 | +/********************************************/ | |
182 | +#repository-feed-tab{ | |
183 | + | |
184 | +} | |
185 | + | |
186 | +#repository-feed-tab .event-inline.event-item{ | |
187 | + border-top: 1px solid #ECEDF1; | |
188 | + border-bottom: 1px solid #ECEDF1; | |
189 | + margin-top:20px; | |
190 | + padding: 25px 0px 40px 0px; | |
191 | +} | |
192 | + | |
193 | +#repository-feed-tab .event-inline.event-item img{ | |
194 | + display: none; | |
195 | +} | |
196 | + | |
197 | +#repository-feed-tab .event-item-timestamp{ | |
198 | + border-right: 1px dotted #D3D6DE; | |
199 | + float:left; | |
200 | + width: 120px; | |
201 | + height: 20px; | |
202 | + margin-right: 20px; | |
203 | +} | |
204 | + | |
205 | +#repository-feed-tab .event-item-timestamp .time_ago:before{ | |
206 | + /*content: url("images/ic-calendar.png");*/ | |
207 | + content:"\f073"; | |
208 | + font-family: FontAwesome; | |
209 | + font-size: 16px; | |
210 | + margin-right: 10px; | |
211 | + margin-top: 0px; | |
212 | + float: left; | |
213 | + color:#172738; | |
214 | +} | |
215 | + | |
216 | +#repository-feed-tab .event-title{ | |
217 | + max-height: 33px; | |
218 | + overflow: hidden; | |
219 | + float:left; | |
220 | + width: 80%; | |
221 | +} | |
222 | + | |
223 | +#content #repository-feed-tab .author_name a{ | |
224 | + color:#3E67B1; | |
171 | 225 | } |
172 | 226 | \ No newline at end of file | ... | ... |