diff options
| author | Teddy Wing | 2013-11-10 05:32:09 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-10 05:32:09 -0500 |
| commit | ccaf58e006f2fad16c97e29e1a5844b0cd39dad9 (patch) | |
| tree | 69720a027948cedcd49330df6f5a90c47b95efa5 | |
| parent | b968c0e152118f0e4fcf1e9d222f2f3662fb0245 (diff) | |
| download | clip-play-ccaf58e006f2fad16c97e29e1a5844b0cd39dad9.tar.bz2 | |
Improve positioning of edit sample area
* Vertical align middle
* Increase height of progress bar
| -rw-r--r-- | assets/css/sample-editor.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/sample-editor.css b/assets/css/sample-editor.css index 90ac195..7b64171 100644 --- a/assets/css/sample-editor.css +++ b/assets/css/sample-editor.css @@ -3,12 +3,13 @@ .edit-sample > div { display: inline-block; + vertical-align: middle; } .progress-bar { border: 1px solid #777; width: 50%; - height: 2em; + height: 3em; position: relative; background-color: #ddd; /* change to something more pleasant later */ } @@ -38,4 +39,10 @@ position: absolute; top: 0; background-color: #4087a0; +} + + +/* Key input */ +.edit-sample .key-input { + margin-top: 0.1em; }
\ No newline at end of file |
