From bd20f6ed9ae84181d7a6ac440b639c62b3b51ea2 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 3 May 2013 19:09:12 -0600 Subject: [PATCH] add some styling for the video player --- view/theme/decaf-mobile/style.css | 9 +++++++++ view/theme/duepuntozero/style.css | 9 +++++++++ view/theme/frost-mobile/style.css | 9 +++++++++ view/theme/frost/style.css | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/view/theme/decaf-mobile/style.css b/view/theme/decaf-mobile/style.css index 4cfdd805fb..b32523fdb8 100644 --- a/view/theme/decaf-mobile/style.css +++ b/view/theme/decaf-mobile/style.css @@ -2192,6 +2192,15 @@ input#profile-jot-email { width: 587px; } +.video-top-wrapper { + display: inline-block; + vertical-align: top; + margin-top: 15px; + margin-right: 15px; + margin-left: 15px; + margin-bottom: 15px; +} + #profile-jot-desc { /*float: left;*/ width: 100%; diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index fce8618257..8561390ff2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2137,6 +2137,15 @@ aside input[type='text'] { margin-bottom: 15px; } +.video-top-wrapper { + display: inline-block; + vertical-align: top; + margin-top: 15px; + margin-right: 15px; + margin-left: 15px; + margin-bottom: 15px; +} + #profile-jot-desc { /*float: left;*/ width: 480px; diff --git a/view/theme/frost-mobile/style.css b/view/theme/frost-mobile/style.css index 8c61a9f8b3..30c3e97c49 100644 --- a/view/theme/frost-mobile/style.css +++ b/view/theme/frost-mobile/style.css @@ -2162,6 +2162,15 @@ input#profile-jot-email { width: 587px; } +.video-top-wrapper { + display: inline-block; + vertical-align: top; + margin-top: 15px; + margin-right: 15px; + margin-left: 15px; + margin-bottom: 15px; +} + #profile-jot-desc { /*float: left;*/ width: 100%; diff --git a/view/theme/frost/style.css b/view/theme/frost/style.css index 0e0ce6d71f..333f43c565 100644 --- a/view/theme/frost/style.css +++ b/view/theme/frost/style.css @@ -2519,6 +2519,15 @@ aside input[type='text'] { margin-bottom: 15px; } +.video-top-wrapper { + display: inline-block; + vertical-align: top; + margin-top: 15px; + margin-right: 15px; + margin-left: 15px; + margin-bottom: 15px; +} + #profile-jot-desc { /*float: left;*/ /*width: 480px;*/