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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2017-11-26 12:06:52 +0300
committerdartcafe <github@dartcafe.de>2017-11-26 12:06:52 +0300
commit2a85d0e02317559c984b4e69056cb59a8ecd7c1b (patch)
tree8bd6b3893942f2dc0d0ccd36ad065b8ed90e6726 /css
parentcf10214d293a51f88d4ed8b07eb1206860cd8029 (diff)
Fix Breadcrump on OC10 - NC12
Diffstat (limited to 'css')
-rw-r--r--css/main.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/main.scss b/css/main.scss
index 1e298172..9401d254 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -18,6 +18,8 @@ h1 {
#controls {
+ // adopted from NC13 for compatibily with OC10 and NC11-NC12
+ display: inline-flex;
h2 {
margin-top: 12px;
}
@@ -328,4 +330,4 @@ td.td_shown {
/* OC10 and NC11 fixes*/
.symbol {
display: inline-block;
-} \ No newline at end of file
+}