Tweaks to track editor

This commit is contained in:
Josef Citrine 2016-05-20 20:12:48 +01:00
parent 60e5a51641
commit cf57a88148
3 changed files with 20 additions and 4 deletions

View file

@ -748,7 +748,7 @@
//** Thumbnail border color //** Thumbnail border color
@thumbnail-border: #ddd; @thumbnail-border: #ddd;
//** Thumbnail border radius //** Thumbnail border radius
@thumbnail-border-radius: @border-radius-base; @thumbnail-border-radius: 0px;
//** Custom text color for thumbnail captions //** Custom text color for thumbnail captions
@thumbnail-caption-color: @text-color; @thumbnail-caption-color: @text-color;

View file

@ -247,7 +247,7 @@ html .dropdown-menu {
margin: 0px; margin: 0px;
> a { > a {
padding: 5px 10px; padding: 6px 10px;
font-size: 8pt; font-size: 8pt;
} }
@ -306,8 +306,8 @@ html .dropdown-menu {
.preview { .preview {
.img-thumbnail(); .img-thumbnail();
overflow: hidden; overflow: hidden;
width: 46px; width: 50px;
height: 46px; height: 50px;
float: left; float: left;
img { img {

View file

@ -36,6 +36,22 @@
} }
} }
.track-editor {
.row [class*=col]:first-child {
margin-left: 0;
}
.row {
margin: 0;
}
.row .col-md-6 {
padding: 0;
width: 48.93617021%;
margin-left: 2.12765957%;
}
}
.has-error { .has-error {
label { label {
color: @brand-danger; color: @brand-danger;