1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/development-frameworks/django/bootcamp/search/static/css/search.css
2016-11-08 13:10:49 -08:00

91 lines
1.2 KiB
CSS

.results ul {
padding: 0;
}
.results ul li {
list-style: none;
padding: .8em .4em;
border-bottom: 1px solid #eeeeee;
}
.results ul li:last-child {
border-bottom: none;
}
.results ul li img {
width: 45px;
border-radius: 5px;
}
.feed-results h3 {
margin: 0;
font-size: 1.2em;
}
.feed-results .post {
margin-left: 55px;
padding-top: .2em;
}
.feed-results .post p {
margin: 0;
margin-top: .2em;
}
[class$='-results'] li:hover {
cursor: pointer;
background-color: #f5f8fa;
}
.info {
margin-bottom: .5em;
color: #a0a0a0;
}
.info a {
color: #a0a0a0;
}
.info > span {
margin-right: 1em;
}
.info .user img {
width: 20px;
border-radius: 3px;
}
.no-result {
margin-top: 2em;
}
.result-user {
width: 20px;
border-radius: 4px;
margin-right: .2em;
}
.results {
margin-top: 1em;
}
.article-content ul,
.article-content ol,
.question-description ul,
.question-description ol {
padding-left: 20px;
}
.article-content ul li,
.question-description ul li {
border-bottom: none;
list-style: disc;
padding: 0;
}
.article-content ol li,
.question-description ol li {
border-bottom: none;
list-style: decimal;
padding: 0;
}