aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-10 15:08:49 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-10 15:08:49 +0100
commit0315077daf3c2d112737fb27b05abf90fc45212a (patch)
treeb8f718b939f52647f7aff32160f722ec91b103b2 /view/theme
parent0a6916e1b9ad3607840077ae568f13e1175496b3 (diff)
downloadvolse-hubzilla-0315077daf3c2d112737fb27b05abf90fc45212a.tar.gz
volse-hubzilla-0315077daf3c2d112737fb27b05abf90fc45212a.tar.bz2
volse-hubzilla-0315077daf3c2d112737fb27b05abf90fc45212a.zip
wiki fullscreen optimisation
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index ae4853ec6..ff0e1c509 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2040,6 +2040,12 @@ dl.bb-dl > dd > li {
max-width: 100%;
}
+#ace-editor,
+#editor {
+ border-bottom-left-radius: $radiuspx;
+ border-bottom-right-radius: $radiuspx;
+}
+
.sub-menu {
margin-top: 10px;
padding-left: 15px;