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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-09-01 14:15:28 +0300
committerRobin Appelman <icewind@owncloud.com>2015-09-01 14:16:04 +0300
commitcf958a1c7cd08c3adb59144b7f794905b770476e (patch)
tree9464027089b7ae2be731bb0a814dbab0803eed45 /css
parent60124a9169a4a8cf08d73793216e14d76a60adc0 (diff)
hide preview wraper
Diffstat (limited to 'css')
-rw-r--r--css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 16b0934..3852b4b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -58,7 +58,7 @@
border-radius: 0;
}
-#editor_container.hasPreview #preview {
+#editor_container.hasPreview #preview, #editor_container.hasPreview #preview_wrap {
display:block;
}
@@ -81,6 +81,7 @@
right: 0;
position: absolute;
top: 0;
+ display: none;
padding-top: 91px; /** main navigation + controls */
}