onion/sass/ascribe_piece_list_toolbar....

26 lines
427 B
SCSS
Raw Normal View History

2015-07-07 10:28:39 +02:00
2015-07-30 11:56:13 +02:00
.ascribe-piece-list-toolbar {
padding-left: 15px;
padding-right: 15px;
}
2015-07-07 10:28:39 +02:00
.search-bar {
2015-07-30 11:56:13 +02:00
max-width: 160px;
2015-08-04 10:06:02 +02:00
input {
height: 33px;
}
}
.ascribe-piece-list-toolbar-filter-widget {
margin-right: 1em;
.checkbox-line {
label {
font-weight: normal;
}
input {
position: relative;
top: 2px;
margin-left: 10px;
}
}
2015-06-02 10:10:09 +02:00
}