New common tab template. Update css
This commit is contained in:
parent
077726a193
commit
f64e2d63b9
25 changed files with 173 additions and 215 deletions
|
@ -204,34 +204,24 @@ section {
|
|||
min-height: 112px;
|
||||
|
||||
}
|
||||
|
||||
#profile-tabs-wrapper {
|
||||
height: 27px;
|
||||
background-image: url(head.jpg);
|
||||
background-repeat: repeat-x;
|
||||
background-position: 0px -20px;
|
||||
border-bottom: 1px solid #babdb6;
|
||||
}
|
||||
.profile-tabs {
|
||||
display:block;
|
||||
float:left;
|
||||
padding: 0.4em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
#tabs-wrapper {
|
||||
height: 27px;
|
||||
background-image: url(head.jpg);
|
||||
background-repeat: repeat-x;
|
||||
background-position: 0px -20px;
|
||||
border-bottom: 1px solid #babdb6;
|
||||
}
|
||||
.tabs {
|
||||
height: 27px;
|
||||
background-image: url(head.jpg);
|
||||
background-repeat: repeat-x;
|
||||
background-position: 0px -20px;
|
||||
border-bottom: 1px solid #babdb6;
|
||||
padding:0px;
|
||||
}
|
||||
.tabs li { margin: 0px; list-style: none; }
|
||||
.tab {
|
||||
display:block;
|
||||
float:left;
|
||||
padding: 0.4em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.tab.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
/* footer */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue