mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-11 01:44:02 +01:00
57 lines
773 B
CSS
57 lines
773 B
CSS
|
|
.gp_find_form {
|
|
float: right;
|
|
}
|
|
|
|
.gp_search_options {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.search_pages {
|
|
float: right;
|
|
}
|
|
|
|
.search_pages a,
|
|
.search_pages span {
|
|
text-decoration: none;
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
padding: 1px 5px;
|
|
margin: 0 7px 0 0;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.search_pages a:hover,
|
|
.search_pages span:hover {
|
|
background-color: #eee;
|
|
}
|
|
|
|
.addon_rating {
|
|
position: relative;
|
|
width: 80px;
|
|
height: 16px;
|
|
}
|
|
|
|
.addon_rating span {
|
|
background: url(../imgs/stars.png);
|
|
height: 16px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.search_order a,
|
|
.search_order span {
|
|
padding: 5px 0;
|
|
font-size: 15px !important;
|
|
display: inline-block;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.shot {
|
|
border: 1px solid #CCCCCC;
|
|
padding: 1px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.rating_table td {
|
|
padding: 7px;
|
|
}
|