aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/librevideojs/css/blue.css1
-rw-r--r--lib/librevideojs/css/blue.less1
-rw-r--r--lib/librevideojs/css/teal.css1
-rw-r--r--lib/librevideojs/css/teal.less1
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; }