style.css fix
This commit is contained in:
parent
e0e0224fa6
commit
8e49b4332c
|
@ -1005,24 +1005,24 @@ section {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
padding: 0px 0px 0px 10px;
|
padding: 0px 0px 0px 12px;
|
||||||
}
|
}
|
||||||
.tabs {
|
.tabs {
|
||||||
|
|
||||||
background-position: 0 -20px;
|
background-position: 0 -20px;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
|
|
||||||
height: 27px;
|
height: 27px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.tab.button {
|
.tab.button {
|
||||||
margin-right: 15px;
|
margin-right: 5px;
|
||||||
margin-left: 15px;
|
margin-left: 5px;
|
||||||
background: none repeat scroll 0 0 #F8F8F8;
|
/*background: none repeat scroll 0 0 #F8F8F8;*/
|
||||||
border: 1px solid #CCCCCC;
|
border: 1px solid #CCCCCC;
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 3px 3px 3px 3px;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
color: #333333;
|
||||||
}
|
}
|
||||||
/* wall item */
|
/* wall item */
|
||||||
.tread-wrapper {
|
.tread-wrapper {
|
||||||
|
@ -1663,15 +1663,14 @@ section {
|
||||||
ul.tabs {
|
ul.tabs {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
ul.tabs li {
|
ul.tabs li {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 7px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
ul.tabs li .active {
|
ul.tabs li .active {
|
||||||
background-color: #33ACFF;
|
background-color: #333333;
|
||||||
background-image: -moz-linear-gradient(center top , #66C1FF 0%, #0097FF 100%);
|
|
||||||
border: 1px solid #777777;
|
border: 1px solid #777777;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 3px 3px 3px 3px;
|
||||||
|
|
Loading…
Reference in a new issue