Ray's tp CSS changes
This commit is contained in:
parent
816b542ca6
commit
905541aa38
|
@ -277,7 +277,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin: 0 0 9px;
|
margin: 0 0 9px;
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
@ -522,7 +522,7 @@ input,
|
||||||
button,
|
button,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
@ -540,7 +540,7 @@ select,
|
||||||
width: 210px;
|
width: 210px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
/*margin-bottom: 9px;*/
|
margin-bottom: 9px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
|
@ -3039,7 +3039,7 @@ button.btn.small, input[type="submit"].btn.small {
|
||||||
}
|
}
|
||||||
.navbar-search .search-query {
|
.navbar-search .search-query {
|
||||||
padding: 4px 9px;
|
padding: 4px 9px;
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -3222,8 +3222,8 @@ button.btn.small, input[type="submit"].btn.small {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.pagination {
|
.pagination {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
margin: 18px 0;
|
margin: 18px 0;
|
||||||
}
|
}
|
||||||
.pagination ul {
|
.pagination ul {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -3274,7 +3274,7 @@ button.btn.small, input[type="submit"].btn.small {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.pagination a:hover, .pagination .active a {
|
.pagination a:hover, .pagination .active a {
|
||||||
background-color: #e8e8e8;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
.pagination .active a {
|
.pagination .active a {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
|
|
@ -219,4 +219,4 @@ legend {
|
||||||
}
|
}
|
||||||
.member-list td:last-child .gender {
|
.member-list td:last-child .gender {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1681,4 +1681,4 @@
|
||||||
/*21*/
|
/*21*/
|
||||||
.icons- {
|
.icons- {
|
||||||
background-position: -0px -640px;
|
background-position: -0px -640px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue