diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-28 00:55:05 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-28 00:55:05 +0000 |
commit | e42ae9bd340824c45f0b2ec4d148036cc634372b (patch) | |
tree | 10091ef5b33ef931780ea59e00da639c37fddf5f /chrome/browser/resources/mediaplayer.html | |
parent | ed0a9d7888faa6ef54c357d154163baac5a76549 (diff) | |
download | chromium_src-e42ae9bd340824c45f0b2ec4d148036cc634372b.zip chromium_src-e42ae9bd340824c45f0b2ec4d148036cc634372b.tar.gz chromium_src-e42ae9bd340824c45f0b2ec4d148036cc634372b.tar.bz2 |
Style (indent/spacing) fixes in DOM UI + comment fix.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1529001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/mediaplayer.html')
-rw-r--r-- | chrome/browser/resources/mediaplayer.html | 98 |
1 files changed, 49 insertions, 49 deletions
diff --git a/chrome/browser/resources/mediaplayer.html b/chrome/browser/resources/mediaplayer.html index e6f7f09..a59394a 100644 --- a/chrome/browser/resources/mediaplayer.html +++ b/chrome/browser/resources/mediaplayer.html @@ -8,32 +8,32 @@ -webkit-appearance: slider-horizontal; position: absolute; left: 93px; - right:120px; - bottom:-2px; + right: 120px; + bottom: -2px; height: 30px; } body { - overflow:hidden; - background:black; + overflow: hidden; + background: black; } .video.progress { -webkit-appearance: slider-horizontal; position: absolute; left: 93px; - right:120px; - bottom:-2px; + right: 120px; + bottom: -2px; height: 30px; } .videocontrols { bottom: 0; left: 0; - z-index:999; + z-index: 999; height: 30px; right: 0; - position:absolute; + position: absolute; background: -webkit-gradient(linear, left top, left bottom, @@ -44,10 +44,10 @@ body { .audiocontrols { bottom: 0; left: 0; - z-index:999; + z-index: 999; height: 30px; right: 0; - position:absolute; + position: absolute; background: -webkit-gradient(linear, left top, left bottom, @@ -69,10 +69,10 @@ body { } .audio.soundbutton { - position:absolute; + position: absolute; cursor: pointer; right: 30px; - bottom:0; + bottom: 0; z-index: 9999; width: 30px; background: url('../../app/theme/mediaplayer_vol_high.png'); @@ -82,10 +82,10 @@ body { } .video.soundbutton { - position:absolute; + position: absolute; right: 30px; cursor: pointer; - bottom:0; + bottom: 0; z-index: 9999; width: 30px; background: url('../../app/theme/mediaplayer_vol_high.png'); @@ -125,10 +125,10 @@ body { } .audio.fullscreen { - position:absolute; + position: absolute; right: 60px; cursor: pointer; - bottom:0; + bottom: 0; z-index: 9999; width: 30px; background: url('../../app/theme/mediaplayer_full_screen.png'); @@ -138,10 +138,10 @@ body { } .video.fullscreen { - position:absolute; + position: absolute; right: 60px; cursor: pointer; - bottom:0; + bottom: 0; z-index: 9999; width: 30px; background: url('../../app/theme/mediaplayer_full_screen.png'); @@ -154,8 +154,8 @@ body { -webkit-appearance: slider-vertical; position: absolute; left: 0; - right:0; - bottom:0; + right: 0; + bottom: 0; top: 0; } @@ -200,22 +200,22 @@ body { .video.prevbutton { position: absolute; - left:30px; - cursor:pointer; - bottom:0; - width:30px; - height:30px; + left: 30px; + cursor: pointer; + bottom: 0; + width: 30px; + height: 30px; background: url('../../app/theme/mediaplayer_prev.png'); background-repeat: no-repeat; background-position: 8px 8px; } .playbackvideoelement { - width:100%; - height:100%; + width: 100%; + height: 100%; position: absolute; - left:0; - top:0; + left: 0; + top: 0; } .duration { @@ -227,20 +227,20 @@ body { } .playbackaudioelement { - width:100%; - height:100%; + width: 100%; + height: 100%; position: absolute; - left:0; - top:0; + left: 0; + top: 0; } .audio.prevbutton { position: absolute; - left:30px; - cursor:pointer; - bottom:0; - width:30px; - height:30px; + left: 30px; + cursor: pointer; + bottom: 0; + width: 30px; + height: 30px; background: url('../../app/theme/mediaplayer_prev.png'); background-repeat: no-repeat; background-position: 8px 8px; @@ -248,12 +248,12 @@ body { .video.nextbutton { position: absolute; - left:60px; - cursor:pointer; - bottom:0; + left: 60px; + cursor: pointer; + bottom: 0; z-index: 9999; - width:30px; - height:30px; + width: 30px; + height: 30px; background: url('../../app/theme/mediaplayer_next.png'); background-repeat: no-repeat; background-position: 8px 8px; @@ -262,7 +262,7 @@ body { .playlistbutton { position: absolute; right: 0; - cursor:pointer; + cursor: pointer; z-index: 9999; bottom: 0; width: 30px; @@ -274,12 +274,12 @@ body { .audio.nextbutton { position: absolute; - left:60px; - cursor:pointer; - bottom:0; + left: 60px; + cursor: pointer; + bottom: 0; z-index: 9999; - width:30px; - height:30px; + width: 30px; + height: 30px; background: url('../../app/theme/mediaplayer_next.png'); background-repeat: no-repeat; background-position: 8px 8px; |