76ce63895f
Fixes #855
45 lines
No EOL
735 B
CSS
45 lines
No EOL
735 B
CSS
.image-view .image-view-header {
|
|
padding: 10px;
|
|
background: #e8f1f6;
|
|
margin: -10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.image-view .image-view-header .section-icon {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.image-view .image-view-header .section {
|
|
padding: 4px;
|
|
display: inline-block;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.image-view .co-tab-content {
|
|
padding: 20px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.image-view .co-tab-content h3 {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.image-view .fa-bug {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.image-view .co-filter-box {
|
|
float: right;
|
|
min-width: 300px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.image-view .co-filter-box .current-filtered {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
color: #999;
|
|
}
|
|
|
|
.image-view .co-filter-box input {
|
|
display: inline-block;
|
|
} |