Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorIvan Sein <ivan@struktur.de>2016-12-07 17:22:37 +0300
committerIvan Sein <ivan@struktur.de>2016-12-12 19:55:12 +0300
commitefab4459413f68958f22173eecc2a14e15045c46 (patch)
treec21e1ed271d1d4b82285025051878ba918374b1e /css
parentee977e690898e9764095a5e9b3d4a287d99a496f (diff)
Adjust header's icon and text.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index a7ac6aa7a..e40d2b99c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -425,6 +425,16 @@ video {
}
}
+#nextcloud {
+ position: absolute;
+ top: 0;
+ left: 0;
+ padding: 5px;
+ padding-bottom: 0;
+ height: 45px;
+ opacity: 1;
+}
+
/* make blue header bar transparent in shared room */
#body-public #app-content:not(.participants-1) #header.spreed-public {
background: transparent;