mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-03-04 17:49:55 +01:00
Start again
This commit is contained in:
44
vendors/parsleyjs/bower_components/uwidget/uwidget.css
vendored
Normal file
44
vendors/parsleyjs/bower_components/uwidget/uwidget.css
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user