diff options
| author | Julie Lala <jules@okfoc.us> | 2014-08-13 02:12:40 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-08-13 02:12:40 -0400 |
| commit | a279338f4dff62d87021ca28252d68b0c586d3a7 (patch) | |
| tree | 832e81fca691d0eb693c6f41f3fbb2bcd79af8c6 /public/assets/stylesheets | |
| parent | b8b208d219cf782c39d054ad741724c6995a0b62 (diff) | |
add measurement stuff to media editor
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 1863add..8508cf7 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1295,6 +1295,13 @@ input[type="range"]::-webkit-slider-thumb { top: 0px; } +#mediaEditor .setting.number label { + width: 40px; +} +#mediaEditor .setting.number [type=text] { + width: 140px; +} + .playButton,.muteButton { color: white; background: black; |
