diff --git a/css/nc11.scss b/css/nc11.scss new file mode 100644 index 000000000..78fe2a017 --- /dev/null +++ b/css/nc11.scss @@ -0,0 +1,15 @@ +// maybe keep those just for nc11/12 support? +.app-navigation-entry-utils { + .app-navigation-entry-utils-menu-button { + display: block !important; // TODO: is this needed? + } + + .app-navigation-entry-utils-menu-share { + display: flex !important; + padding: 14px; + opacity: 0.5; + } +} +.app-navigation-entry-menu ul { + flex-direction: row; +} \ No newline at end of file diff --git a/css/style.scss b/css/style.scss index 0c9dcaeda..86bc9346d 100644 --- a/css/style.scss +++ b/css/style.scss @@ -82,6 +82,21 @@ input.input-inline { } #app-navigation { + /** menu */ + .board-bullet { + position: absolute; + margin-left: 17px; + margin-top: 16px; + width: 12px; + height: 12px; + border: none; + border-radius: 50%; + cursor: pointer; + } + .app-navigation-entry-utils-menu-share i { + height: 100%; + width: 100%; + } .app-navigation-entry-edit { height: auto; @@ -93,31 +108,6 @@ input.input-inline { } } - .board-bullet { - position: absolute; - margin-left: 17px; - margin-top: 16px; - width: 12px; - height: 12px; - border: none; - border-radius: 50%; - cursor: pointer; - } - - .app-navigation-entry-utils { - .app-navigation-entry-utils-menu-button { - display: block !important; // TODO: is this needed? - } - - .app-navigation-entry-utils-menu-share { - display: flex !important; - padding: 14px; - opacity: 0.5; - } - } - .app-navigation-entry-menu ul { - flex-direction: row; - } } /** diff --git a/templates/part.navigation.php b/templates/part.navigation.php index 46615fff5..cc2ad7468 100644 --- a/templates/part.navigation.php +++ b/templates/part.navigation.php @@ -5,9 +5,10 @@