diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index c5e3c738..04eafb9b 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2663,12 +2663,13 @@ Video display: none; } .OxVideoPlayer .OxSettings > div { - width: 72px; + //width: 72px; } .OxVideoPlayer .OxSettings > .OxItem { - height: 16px; + height: 14px; } .OxVideoPlayer .OxSettings > .OxItem:first-child { + height: 16px; border-top-left-radius: 8px; border-top-right-radius: 8px; } @@ -2677,21 +2678,27 @@ Video } .OxVideoPlayer .OxSettings > .OxItem > div { width: 56px; - height: 14px; - padding-top: 2px; + height: 12px; + padding: 1px 0 1px 8px; font-size: 9px; text-align: right; } .OxVideoPlayer .OxSettings > .OxItem > img { width: 9px; height: 9px; - padding: 3px 3px 4px 4px; + padding: 2px 2px 3px 3px; +} +.OxVideoPlayer .OxSettings > .OxItem:first-child > div { + padding-top: 3px; +} +.OxVideoPlayer .OxSettings > .OxItem:first-child > img { + padding-top: 4px; } .OxVideoPlayer .OxSettings > .OxLine { height: 1px; } .OxVideoPlayer .OxSettings > .OxSpace { - height: 0; + height: 2px; } .OxVideoPlayer .OxSubtitle {