##// END OF EJS Templates
artifacts: updated UI
marcink -
r3737:bf088ff3 new-ui
parent child Browse files
Show More
@@ -2556,8 +2556,14 b' form.markup-form {'
2556 2556 background-color: white;
2557 2557 }
2558 2558
2559
2560 .dropzone-wrapper {
2561 border: 1px solid @grey5;
2562 padding: 20px;
2563 }
2564
2559 2565 .dropzone {
2560 border: 2px dashed @rcdarkblue;
2566 border: 2px dashed @grey5;
2561 2567 border-radius: 5px;
2562 2568 background: white;
2563 2569 min-height: 200px;
@@ -2573,16 +2579,23 b' form.markup-form {'
2573 2579 }
2574 2580
2575 2581 .dz-preview {
2576 margin: 10px -40px !important;
2582 margin: 10px 0px !important;
2577 2583 position: relative;
2578 2584 vertical-align: top;
2579 border: 1px solid @grey4;
2580 border-radius: 5px;
2581 2585 padding: 10px;
2582 2586 }
2583 2587
2584 2588 .dz-filename {
2585 2589 font-weight: 700;
2590 float:left;
2591 }
2592
2593 .dz-response {
2594 clear:both
2595 }
2596
2597 .dz-filename-size {
2598 float:right
2586 2599 }
2587 2600
2588 2601 .dz-error-message {
General Comments 0
You need to be logged in to leave comments. Login now