diff --git a/public/less/admin/extend/plugins.less b/public/less/admin/extend/plugins.less index a8b71ab275..cc2c264920 100644 --- a/public/less/admin/extend/plugins.less +++ b/public/less/admin/extend/plugins.less @@ -7,6 +7,7 @@ padding: 1em; margin-bottom: 5px; border-left: 5px solid #08c; + margin-left: -40px; h2 { font-size: 16px; diff --git a/src/views/admin/extend/plugins.tpl b/src/views/admin/extend/plugins.tpl index 460d324618..66245e26bc 100644 --- a/src/views/admin/extend/plugins.tpl +++ b/src/views/admin/extend/plugins.tpl @@ -1,42 +1,75 @@ -

Plugins

+
+
+
+
Installed Plugins
+
+
    + + +
  • +
    + -
    -

    - Interested in writing plugins for NodeBB? -

    -

    - Full documentation regarding plugin authoring can be found in the NodeBB Wiki. -

    -
    + +
    - -
    +

    {plugins.name}

    -
      - -
    • -
      + +

      {plugins.description}

      + + +

      For more information: {plugins.url}

      + +
    • + + +
    +
+
- +
+
Download Plugins
+
+
    + + +
  • +
    + +
    +

    {plugins.name}

    - - - - - + +

    {plugins.description}

    + + +

    For more information: {plugins.url}

    + +
  • + + +
+
+
-

{plugins.name}

- - -

{plugins.description}

- - -

For more information: {plugins.url}

- - - - - +
+
+
Plugin Search
+
+ +
+
+
+
Interested in writing plugins for NodeBB?
+
+

+ Full documentation regarding plugin authoring can be found in the NodeBB Wiki. +

+
+
+
+
\ No newline at end of file