aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorMaZderMind2015-03-01 12:02:11 +0100
committerMaZderMind2015-03-01 12:02:11 +0100
commit787b5b657f6fa3251f8b0b4a770784f0ddaed407 (patch)
treef73c41e3107adfa617ae585efe0ce016094dc2e5 /assets/css
parent810f165a10910a0497503bc4bb79f03c14332120 (diff)
Chat-Panel
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/_overview.less4
-rw-r--r--assets/css/_room.less27
-rw-r--r--assets/css/_structure.less3
3 files changed, 24 insertions, 10 deletions
diff --git a/assets/css/_overview.less b/assets/css/_overview.less
index 1b9e3bb..c5d6ea4 100644
--- a/assets/css/_overview.less
+++ b/assets/css/_overview.less
@@ -45,8 +45,8 @@
}
.recordings a {
- font-size: 72px;
- line-height: 52px;
+ font-size: @jumbo-font-size;
+ line-height: @jumbo-line-height;
display: block;
text-align: center;
diff --git a/assets/css/_room.less b/assets/css/_room.less
index 911b4e3..91e71c0 100644
--- a/assets/css/_room.less
+++ b/assets/css/_room.less
@@ -3,6 +3,9 @@
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
+}
+
+.player-wrap.tab-content {
padding: 40px 0;
}
@@ -25,17 +28,25 @@
margin: 0 auto;
}
-.functions-wrap {
- h3 { margin-top: 0; }
-
+.functions-wrap #switcher {
.row {
- margin-bottom: 36px;
- &:last-child {
- margin-bottom: 0;
- }
+ margin-bottom: @padding-large-vertical;
}
.btn-group {
- margin-bottom: @padding-base-horizontal;
+ margin-bottom: @padding-base-vertical;
+ }
+}
+
+.functions-wrap .chat {
+ text-align: center;
+ overflow: hidden;
+
+ > div {
+ margin: 25px;
+
+ > a {
+ font-size: @jumbo-font-size;
+ }
}
}
diff --git a/assets/css/_structure.less b/assets/css/_structure.less
index ae4dcca..1f38fbf 100644
--- a/assets/css/_structure.less
+++ b/assets/css/_structure.less
@@ -5,6 +5,9 @@
@img: '../img/';
+@jumbo-font-size: 52px;
+@jumbo-line-height: 45px;
+
// website configuration styles
.navbar {