mirror of https://github.com/ColorlibHQ/gentelella
45 lines
860 B
CSS
45 lines
860 B
CSS
.uwidget {
|
|
border: 1px solid #e5e5e5;
|
|
}
|
|
.uwidget .uwidget-actions {
|
|
display: block;
|
|
height: 22px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.uwidget .uwidget-actions .filters {
|
|
float: right;
|
|
}
|
|
.uwidget .uwidget-info {
|
|
display: block;
|
|
height: 15px;
|
|
color: #999999;
|
|
font-size: 10px;
|
|
text-align: right;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.uwidget .uwidget-info a,
|
|
.uwidget .uwidget-info a:hover,
|
|
.uwidget .uwidget-info a:visited {
|
|
color: #999999;
|
|
text-decoration: none;
|
|
}
|
|
.uwidget ul.uwidget-container {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 2px;
|
|
list-style: none;
|
|
text-align: justify;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
}
|
|
.uwidget ul.uwidget-container li {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: -1px;
|
|
padding: 8px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
.uwidget ul.uwidget-container li:last-child {
|
|
border: none;
|
|
}
|