mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +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: #ddd;
|
||||
//** Thumbnail border radius
|
||||
@thumbnail-border-radius: @border-radius-base;
|
||||
@thumbnail-border-radius: 0px;
|
||||
|
||||
//** Custom text color for thumbnail captions
|
||||
@thumbnail-caption-color: @text-color;
|
||||
|
|
|
@ -247,7 +247,7 @@ html .dropdown-menu {
|
|||
margin: 0px;
|
||||
|
||||
> a {
|
||||
padding: 5px 10px;
|
||||
padding: 6px 10px;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
|
@ -306,8 +306,8 @@ html .dropdown-menu {
|
|||
.preview {
|
||||
.img-thumbnail();
|
||||
overflow: hidden;
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
float: left;
|
||||
|
||||
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 {
|
||||
label {
|
||||
color: @brand-danger;
|
||||
|
|
Loading…
Reference in a new issue