Merge pull request #118 from christianesperar/master

Enhance navigation tab
pull/129/head
Aigars Silkalns 9 years ago
commit 35f92c0f1c

@ -2379,10 +2379,8 @@ span.tag a {
/* ********* /form tags input **************************** */ /* ********* /form tags input **************************** */
/* ********* tabs **************************** */ /** Tabs **/
ul.bar_tabs { ul.bar_tabs {
/* border: 1px solid #ff0000; */
overflow: visible; overflow: visible;
background: #F5F7FA; background: #F5F7FA;
height: 25px; height: 25px;
@ -2407,15 +2405,17 @@ ul.bar_tabs > li.active {
border-top: 0; border-top: 0;
margin-top: -15px; margin-top: -15px;
} }
ul.bar_tabs > li.active a {
background: #fff;
border-color: transparent;
}
ul.bar_tabs > li a { ul.bar_tabs > li a {
padding: 10px 17px; padding: 10px 17px;
background: #F5F7FA; background: #F5F7FA;
margin: 0; margin: 0;
border-radius: 0; border-top-right-radius: 0;
}
ul.bar_tabs > li a:hover {
border: 1px solid transparent;
}
ul.bar_tabs > li.active a {
border-bottom: none;
} }
ul.bar_tabs.right { ul.bar_tabs.right {
padding-right: 14px; padding-right: 14px;
@ -2426,8 +2426,7 @@ ul.bar_tabs.right li {
a:focus { a:focus {
outline: none; outline: none;
} }
/** /Tabs **/
/* ********* /tabs **************************** */
/* ********* timeline **************************** */ /* ********* timeline **************************** */

@ -868,73 +868,81 @@ legend {
height: 280px; height: 280px;
} }
/* ********* contacts ********************************** */ /** Contacts **/
.profile_details:nth-child(3n){
clear:both;
}
.profile_view { .profile_details .profile_view {
margin-bottom: 20px;
display: inline-block; display: inline-block;
width: 100%;
}
.well.profile_view {
padding: 10px 0 0; padding: 10px 0 0;
background: #fff;
} }
.well.profile_view .divider {
.profile_details .profile_view .divider {
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
padding-top: 5px; padding-top: 5px;
margin-top: 5px; margin-top: 5px;
} }
.well.profile_view .ratings {
.profile_details .profile_view .ratings {
margin-bottom: 0; margin-bottom: 0;
} }
.pagination.pagination-split li {
display: inline-block; .profile_details .profile_view .bottom {
margin-right: 3px;
}
.pagination.pagination-split li a {
border-radius: 4px;
color: #768399;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.well.profile_view {
background: #fff;
}
.well.profile_view .bottom {
margin-top: -20px;
background: #F2F5F7; background: #F2F5F7;
padding: 9px 0; padding: 9px 0;
border-top: 1px solid #E6E9ED; border-top: 1px solid #E6E9ED;
} }
.well.profile_view .left {
.profile_details .profile_view .left {
margin-top: 20px; margin-top: 20px;
} }
.well.profile_view .left p {
.profile_details .profile_view .left p {
margin-bottom: 3px; margin-bottom: 3px;
} }
.well.profile_view .right {
.profile_details .profile_view .right {
margin-top: 0px; margin-top: 0px;
padding: 10px; padding: 10px;
} }
.well.profile_view .img-circle {
.profile_details .profile_view .img-circle {
border: 1px solid #E6E9ED; border: 1px solid #E6E9ED;
padding: 2px; padding: 2px;
} }
.well.profile_view h2 {
.profile_details .profile_view h2 {
margin: 5px 0; margin: 5px 0;
} }
.well.profile_view .ratings {
.profile_details .profile_view .ratings {
text-align: left; text-align: left;
font-size: 16px; font-size: 16px;
} }
.well.profile_view .brief {
.profile_details .profile_view .brief {
margin: 0; margin: 0;
font-weight: 300; font-weight: 300;
} }
.profile_left {
.profile_details .profile_left {
background: white; background: white;
} }
/* ********* /contacts ********************************** */ .pagination.pagination-split li {
display: inline-block;
margin-right: 3px;
}
.pagination.pagination-split li a {
border-radius: 4px;
color: #768399;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
/** Contacts **/
/* ********* /custom accordion **************************** */ /* ********* /custom accordion **************************** */
@ -2371,10 +2379,8 @@ span.tag a {
/* ********* /form tags input **************************** */ /* ********* /form tags input **************************** */
/* ********* tabs **************************** */ /** Tabs **/
ul.bar_tabs { ul.bar_tabs {
/* border: 1px solid #ff0000; */
overflow: visible; overflow: visible;
background: #F5F7FA; background: #F5F7FA;
height: 25px; height: 25px;
@ -2399,15 +2405,17 @@ ul.bar_tabs > li.active {
border-top: 0; border-top: 0;
margin-top: -15px; margin-top: -15px;
} }
ul.bar_tabs > li.active a {
background: #fff;
border-color: transparent;
}
ul.bar_tabs > li a { ul.bar_tabs > li a {
padding: 10px 17px; padding: 10px 17px;
background: #F5F7FA; background: #F5F7FA;
margin: 0; margin: 0;
border-radius: 0; border-top-right-radius: 0;
}
ul.bar_tabs > li a:hover {
border: 1px solid transparent;
}
ul.bar_tabs > li.active a {
border-bottom: none;
} }
ul.bar_tabs.right { ul.bar_tabs.right {
padding-right: 14px; padding-right: 14px;
@ -2418,8 +2426,7 @@ ul.bar_tabs.right li {
a:focus { a:focus {
outline: none; outline: none;
} }
/** /Tabs **/
/* ********* /tabs **************************** */
/* ********* timeline **************************** */ /* ********* timeline **************************** */

Loading…
Cancel
Save