diff options
Diffstat (limited to 'assets/css/sample-editor.css')
| -rw-r--r-- | assets/css/sample-editor.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/assets/css/sample-editor.css b/assets/css/sample-editor.css new file mode 100644 index 0000000..b497b86 --- /dev/null +++ b/assets/css/sample-editor.css @@ -0,0 +1,30 @@ +/* Sample Editor */ +/* Progress bars and inputs to create & edit samples */ + +.edit-sample > div { + display: inline-block; +} + +.progress-bar { + border: 1px solid #777; + width: 50%; + height: 2em; + background-color: #ddd; /* change to something more pleasant later */ +} + +.clip-line { + display: inline-block; + position: relative; + width: 1px; + height: 2em; + background-color: #222; +} + +.drag-handle { + width: 1em; + height: 1em; + position: relative; + top: 0.5em; + left: -0.5em; + background-color: yellow; +}
\ No newline at end of file |
