aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorMaZderMind2015-03-02 16:40:14 +0100
committerMaZderMind2015-03-02 16:40:14 +0100
commita208d2a0145cee59c0df0d7e4e52ed32f3d52d17 (patch)
treed2203ae9f985a9b81b825e2a1db4338b4cf501d6 /assets/css
parent3575feaf922d32ccd17829476c23b945c6f48c6f (diff)
Relive Less
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/_relive.less25
-rw-r--r--assets/css/_relive_player.less10
2 files changed, 35 insertions, 0 deletions
diff --git a/assets/css/_relive.less b/assets/css/_relive.less
new file mode 100644
index 0000000..a4e3f43
--- /dev/null
+++ b/assets/css/_relive.less
@@ -0,0 +1,25 @@
+.recording {
+ .preview {
+ @media (max-width: @screen-xs-min) {
+ margin-bottom: @padding-large-vertical;
+ }
+
+ @media (min-width: @screen-xs-min) {
+ float: left;
+ margin-right: @padding-base-horizontal;
+ }
+ }
+
+ .metadata {
+ list-style-type: none;
+ padding-left: 0;
+ margin-top: 5px;
+ @media (min-width: @screen-xs-min) {
+ margin-left: 213px;
+ }
+
+ li {
+ padding: 5px 0;
+ }
+ }
+}
diff --git a/assets/css/_relive_player.less b/assets/css/_relive_player.less
new file mode 100644
index 0000000..6161180
--- /dev/null
+++ b/assets/css/_relive_player.less
@@ -0,0 +1,10 @@
+.player-wrap {
+ padding: 50px 0;
+ border: 1px solid #ddd;
+ border-radius: @border-radius-large;
+ margin-bottom: 25px;
+
+ .video-wrap {
+ margin: 0 auto;
+ }
+}