Commit 98236a91a2cc421eab35141a76b51f7e07b9bfa8
1 parent
261488ed
file input settings
Showing
1 changed file
with
34 additions
and
1 deletions
Show diff stats
backend/web/core/css/custom.css
@@ -5402,4 +5402,37 @@ padding: 0 10px; | @@ -5402,4 +5402,37 @@ padding: 0 10px; | ||
5402 | } | 5402 | } |
5403 | .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { | 5403 | .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { |
5404 | color: #428442; | 5404 | color: #428442; |
5405 | -} | ||
5406 | \ No newline at end of file | 5405 | \ No newline at end of file |
5406 | +} | ||
5407 | + | ||
5408 | + .file-caption .file-caption-name { | ||
5409 | + border: 0 !important; | ||
5410 | + box-shadow: none !important; | ||
5411 | + margin-top: -8px; | ||
5412 | + | ||
5413 | +} | ||
5414 | + | ||
5415 | +.file-caption-main .btn-file { | ||
5416 | + margin-right: 0; | ||
5417 | +} | ||
5418 | + | ||
5419 | +.file-caption-main .file-caption { | ||
5420 | + height: 36px; | ||
5421 | +} | ||
5422 | +.file-caption-main { | ||
5423 | + margin-top: 10px; | ||
5424 | +} | ||
5425 | +.file-caption-main .btn-file input[type=file] { | ||
5426 | + margin-top: 0; | ||
5427 | + cursor: pointer; | ||
5428 | +} | ||
5429 | +.file-caption-main .fileinput-remove-button { | ||
5430 | + font-size: 0; | ||
5431 | + margin: 0 15px !important; | ||
5432 | +} | ||
5433 | +.file-caption-main .btn-file, .file-caption-main .btn-file span, .file-caption-main .btn-file, .file-caption-main .btn-file input {cursor: pointer} | ||
5434 | +#module-imagemanager a.delete-image-item { | ||
5435 | + margin-top: 5px; | ||
5436 | + font-size: 0; | ||
5437 | + margin-bottom: 10px; | ||
5438 | +} | ||
5439 | + |