From b527c2a3f4ef34a97445e1fa44c5d5b4f3634c04 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 9 Dec 2012 01:45:07 +0100 Subject: [PATCH] update css --- source/Ox.UI/css/Ox.UI.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index a20e2980..e7abd7a9 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -83,6 +83,33 @@ td { -webkit-user-select: text; } +/* +================================================================================ +Audio +================================================================================ +*/ + +.OxAudioPlayer { + position: absolute; + height: 31px; +} +.OxAudioPlayer > * { + position: absolute; +} +.OxAudioPlayer > .OxTrackLabel { + left: 15px; + top: 0; + height: 13px; + padding-top: 1px; + //border-bottom-left-radius: 0; + //border-bottom-right-radius: 0; + font-size: 10px; + text-overflow: ellipsis; +} +.OxAudioPlayer > .OxButtonGroup > .OxButton:first-child { + border-top-left-radius: 0; +} + /* ================================================================================ Core @@ -1092,6 +1119,14 @@ OxSelect padding-left: 3px; padding-right: 17px; } +.OxButtonGroup.OxOverlapLeft { + padding-left: 16px; + margin-left: -16px; +} +.OxButtonGroup.OxOverlapRight { + padding-right: 16px; + margin-right: -16px; +} .OxCheckbox.OxOverlapLeft > .OxInput { padding-left: 20px; margin-left: -16px;