Skip to content

Commit 9b6bbe0

Browse files
author
Ovidiu-Florin BOGDAN
committed
more edits on Team page
1 parent 9351cca commit 9b6bbe0

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

includes/front-featured-boxes-section.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<div class="mid-box-mid row-fluid">
55
<!-- Featured Box 1 -->
66
<div class="mid-box span3 fade_in_hide element_fade_in">
7-
<div class="skt-iconbox iconbox-top">
8-
<div class="iconbox-icon skt-animated small-to-large skt-viewport">
7+
<div class="skt-iconbox iconbox-top">
8+
<div class="iconbox-icon skt-animated small-to-large skt-viewport">
99
<?php if(sketch_get_option($advertica_shortname.'_fb1_first_part_image')) { ?>
1010
<a class="skt-featured-images" href="<?php if(sketch_get_option($advertica_shortname."_fb1_first_part_link")) { echo sketch_get_option($advertica_shortname."_fb1_first_part_link"); } ?>" title="<?php if(sketch_get_option($advertica_shortname."_fb1_first_part_heading")) { echo sketch_get_option($advertica_shortname."_fb1_first_part_heading"); } ?>">
1111
<span class="skt-featured-image-mask"></span>
@@ -16,10 +16,10 @@
1616
<i class="fa fa-briefcase"></i>
1717
</a>
1818
<?php } ?>
19-
</div>
20-
<div class="iconbox-content">
21-
<h4><?php if(sketch_get_option($advertica_shortname."_fb1_first_part_heading")) { echo sketch_get_option($advertica_shortname."_fb1_first_part_heading"); } ?></h4>
22-
<p><?php if(sketch_get_option($advertica_shortname."_fb1_first_part_content")) { echo sketch_get_option($advertica_shortname."_fb1_first_part_content"); } ?></p>
19+
</div>
20+
<div class="iconbox-content">
21+
<h4><?php if(sketch_get_option($advertica_shortname."_fb1_first_part_heading")) { echo sketch_get_option($advertica_shortname."_fb1_first_part_heading"); } ?></h4>
22+
<p><?php if(sketch_get_option($advertica_shortname."_fb1_first_part_content")) { echo sketch_get_option($advertica_shortname."_fb1_first_part_content"); } ?></p>
2323
</div>
2424
<div class="clearfix"></div>
2525
</div>
@@ -93,4 +93,4 @@
9393
<div class="clearfix"></div>
9494
</div>
9595
</div>
96-
</div>
96+
</div>

style.css

+15-9
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ h3#full-client-box {
7878
height: 90px;
7979
padding: 10px;
8080
margin-left: 0px;
81-
border-radius: 10px;
81+
border-radius: 2px;
8282
border: 1px solid #EDF1F2;
8383
}
8484
.feature_tour_nav ul li:hover {
@@ -182,7 +182,7 @@ span.tags a {
182182
/*****************************************************************************/
183183
/* Team Page */
184184
#team_list {
185-
max-width: 1000px;
185+
max-width: 1060px;
186186
margin: auto;
187187
}
188188
#team_list + hr {
@@ -195,40 +195,46 @@ span.tags a {
195195
}
196196
.km_picture {
197197
float: left;
198-
margin-right: 10px;
198+
margin: 0px 30px 10px 0px;
199199
}
200200
.km_picture img {
201201
width: 150px;
202202
height: 150px;
203-
box-shadow: 3px 3px 3px #AEAEAE;
203+
border-radius: 150px;
204204
}
205205
.km_info {
206206
float: left;
207207
width: 300px;
208208
}
209209
.km_info h2 {
210-
margin-bottom: 10px;
211-
display: inline;
210+
margin-top: 15px;
211+
margin-bottom: 15px;
212212
}
213213
.km_info p {
214214
display: inline;
215+
font-size: 14px;
216+
color: #444;
215217
}
216218
.km_info h4 {
217-
font-weight: bold;
218219
display: inline;
220+
font-size: 14px;
221+
color: #999;
219222
}
220223
.km_irc {
221-
margin-bottom: 10px;
222224
}
223225
.km_irc p {
224226
font-style: italic;
225227
}
226228
.km_blog {
227-
margin-bottom: 10px;
228229
}
229230
.km_blog p {
230231
font-style: italic;
231232
}
232233
hr + p {
233234
text-align: center;
234235
}
236+
/*****************************************************************************/
237+
/* Download page */
238+
.slide_title {
239+
cursor: pointer;
240+
}

0 commit comments

Comments
 (0)