mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-16 18:14:23 +01:00
Tweaks to track editor
This commit is contained in:
parent
60e5a51641
commit
cf57a88148
3 changed files with 20 additions and 4 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
16
resources/assets/styles/forms.less
vendored
16
resources/assets/styles/forms.less
vendored
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue