2013-05-29 07:14:48 +00:00
|
|
|
@import "../../Shared/Styles/card";
|
|
|
|
|
|
|
|
.indexer-list {
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.indexer-settings-item {
|
|
|
|
|
|
|
|
.card;
|
|
|
|
|
2013-05-30 04:33:19 +00:00
|
|
|
width: 220px;
|
|
|
|
height: 260px;
|
|
|
|
padding: 10px 15px;
|
2013-05-29 07:14:48 +00:00
|
|
|
|
2013-06-26 23:48:48 +00:00
|
|
|
h3 {
|
2013-05-29 07:14:48 +00:00
|
|
|
margin-top: 0px;
|
2013-06-26 23:48:48 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: 190px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
margin-top: 8px;
|
2013-05-29 07:14:48 +00:00
|
|
|
}
|
2013-07-26 07:19:44 +00:00
|
|
|
|
|
|
|
&.add-card {
|
|
|
|
.center {
|
|
|
|
margin-top: 100px;
|
|
|
|
}
|
|
|
|
}
|
2013-05-29 07:14:48 +00:00
|
|
|
}
|