diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-10 10:24:26 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-10 10:24:26 -0500 |
commit | ac06022cf0ba2803a8892a47abae080c68e2f674 (patch) | |
tree | 8a2ecaa2791bf27645eabfd9c200ff6d24dd7d53 | |
parent | 5da0b9a64a4275d8cf67355656fe2fa657deddb4 (diff) | |
download | ytlibre-ac06022cf0ba2803a8892a47abae080c68e2f674.tar.lz ytlibre-ac06022cf0ba2803a8892a47abae080c68e2f674.tar.xz ytlibre-ac06022cf0ba2803a8892a47abae080c68e2f674.zip |
ajuste de Time-line
-rw-r--r-- | lib/librevideojs/css/blue.css | 1 | ||||
-rw-r--r-- | lib/librevideojs/css/blue.less | 1 | ||||
-rw-r--r-- | lib/librevideojs/css/teal.css | 1 | ||||
-rw-r--r-- | lib/librevideojs/css/teal.less | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/librevideojs/css/blue.css b/lib/librevideojs/css/blue.css index cb0986d..2a4a26d 100644 --- a/lib/librevideojs/css/blue.css +++ b/lib/librevideojs/css/blue.css @@ -402,6 +402,7 @@ fonts to show/hide properly. color: #d6dbdf; /* Align vertically by making the line height the same as the control bar */ line-height: 3em; + width: 2em; } .librevjs-libre-mix-skin .librevjs-current-time { float: left; diff --git a/lib/librevideojs/css/blue.less b/lib/librevideojs/css/blue.less index b14d95d..b643a5c 100644 --- a/lib/librevideojs/css/blue.less +++ b/lib/librevideojs/css/blue.less @@ -513,6 +513,7 @@ fonts to show/hide properly. color: #d6dbdf; /* Align vertically by making the line height the same as the control bar */// line-height: 3em; + width: 2em; } .librevjs-libre-mix-skin .librevjs-current-time { float: left; } .librevjs-libre-mix-skin .librevjs-current-time-display { float: right; } diff --git a/lib/librevideojs/css/teal.css b/lib/librevideojs/css/teal.css index bc76d20..66ecc0b 100644 --- a/lib/librevideojs/css/teal.css +++ b/lib/librevideojs/css/teal.css @@ -402,6 +402,7 @@ fonts to show/hide properly. color: #d6dbdf; /* Align vertically by making the line height the same as the control bar */ line-height: 3em; + width: 2em; } .librevjs-libre-mix-skin .librevjs-current-time { float: left; diff --git a/lib/librevideojs/css/teal.less b/lib/librevideojs/css/teal.less index 5404f69..9c6eaa9 100644 --- a/lib/librevideojs/css/teal.less +++ b/lib/librevideojs/css/teal.less @@ -513,6 +513,7 @@ fonts to show/hide properly. color: #d6dbdf; /* Align vertically by making the line height the same as the control bar */// line-height: 3em; + width: 2em; } .librevjs-libre-mix-skin .librevjs-current-time { float: left; } .librevjs-libre-mix-skin .librevjs-current-time-display { float: right; } |