summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-08-13 02:12:40 -0400
committerJulie Lala <jules@okfoc.us>2014-08-13 02:12:40 -0400
commita279338f4dff62d87021ca28252d68b0c586d3a7 (patch)
tree832e81fca691d0eb693c6f41f3fbb2bcd79af8c6 /public/assets/stylesheets
parentb8b208d219cf782c39d054ad741724c6995a0b62 (diff)
add measurement stuff to media editor
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css7
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;