parsleyjs
Version:
Validate your forms, frontend, without writing a single line of javascript!
78 lines (66 loc) • 1.39 kB
text/less
@lightgrey: #999;
@extralightgrey: #f5f5f5;
@border: #e5e5e5;
@black: #111;
.uwidget {
border: 1px solid @border;
.uwidget-actions {
display: block;
height: 22px;
background-color: @extralightgrey;
padding: 0 10px;
.filters {
float:right;
}
}
.uwidget-info {
display: block;
height: 15px;
padding: 2px;
color: @lightgrey;
font-size: 10px;
text-align: right;
background-color: @extralightgrey;
a, a:hover, a:visited {
color: @lightgrey;
text-decoration: none;
}
}
ul.uwidget-container {
display: block;
margin: 0;
padding: 2px;
list-style: none;
text-align: justify;
overflow-x: hidden;
overflow-y: scroll;
li {
position: relative;
display: block;
margin-bottom: -1px;
padding: 8px;
border-bottom: 1px solid @border;
&:last-child {
border: none;
}
.gh-issue-title, .stack-question-title {
margin: 5px;
font-size: 15px;
line-height: 1.3;
margin-bottom: 2px;
word-wrap: break-word;
a {
color: @black;
text-decoration: none;
}
}
.gh-issue-comments, .stack-question-answers {
width: 80px;
float: left;
margin-left: 5px;
font-size: 13px;
color: @lightgrey;
}
}
}
}