diff --git a/README.md b/README.md index 8efa3f35..e2a22431 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -[Bludit](http://www.bludit.com/) +[Bludit](https://www.bludit.com/) ================================ **Fast**, **simple**, **extensible** and **flat file** CMS. Bludit is a simple web application to make your own **blog** or **site** in seconds, it's completly **free and open source**. Bludit uses flat-files (text files in JSON format) to store the posts and pages, you don't need to install or configure a database. -- [Documentation](http://docs.bludit.com) -- [Help and Support](http://forum.bludit.com) -- [Plugins](https://github.com/dignajar/bludit-plugins) +- [Documentation](https://docs.bludit.com) +- [Help and Support](https://forum.bludit.com) +- [Plugins](https://plugins.bludit.com) - [Themes](https://github.com/dignajar/bludit-themes) -- [More plugins and themes](http://forum.bludit.com/viewforum.php?f=14) +- [More plugins and themes](https://forum.bludit.com/viewforum.php?f=14) Social networks --------------- @@ -36,7 +36,7 @@ You only need a web server with PHP support. Installation guide ------------------ -1. Download the latest version from http://www.bludit.com/bludit_latest.zip +1. Download the latest version from https://s3.amazonaws.com/bludit-s3/bludit-builds/bludit_latest.zip 2. Extract the zip file into a directory like `bludit`. 3. Upload the directory `bludit` to your hosting server. 4. Done! diff --git a/bl-kernel/admin/themes/default/css/default.css b/bl-kernel/admin/themes/default/css/default.css index b9cfd13c..38ba8fad 100644 --- a/bl-kernel/admin/themes/default/css/default.css +++ b/bl-kernel/admin/themes/default/css/default.css @@ -118,6 +118,14 @@ li.bludit-logo { /* ----------- BLUDIT ----------- */ +body { + overflow-y: scroll; +} + +.bludit-navbar { + +} + #logo { background: #f4f4f4; padding:20px 0; @@ -150,6 +158,10 @@ button.delete-button:hover { margin-bottom: 25px; } +table.statistics tr:last-child td { + border-bottom: none !important; +} + /* ----------- ALERT ----------- */ #alert { @@ -196,7 +208,7 @@ button.delete-button:hover { #jstagList span.select { margin-top: 5px; margin-right: 5px; - padding: 1px 15px; + padding: 2px 15px; cursor: pointer; display: inline-block; border-radius: 3px; diff --git a/bl-kernel/admin/themes/default/css/jquery.auto-complete.css b/bl-kernel/admin/themes/default/css/jquery.auto-complete.css deleted file mode 100644 index 4261b1d0..00000000 --- a/bl-kernel/admin/themes/default/css/jquery.auto-complete.css +++ /dev/null @@ -1,9 +0,0 @@ -.autocomplete-suggestions { - text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1); - - /* core styles should not be changed */ - position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box; -} -.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; } -.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; } -.autocomplete-suggestion.selected { background: #f0f0f0; } diff --git a/bl-kernel/admin/themes/default/index.php b/bl-kernel/admin/themes/default/index.php index d90c144e..ff233a77 100644 --- a/bl-kernel/admin/themes/default/index.php +++ b/bl-kernel/admin/themes/default/index.php @@ -20,14 +20,12 @@ - - @@ -56,7 +54,7 @@ $(document).ready(function() { - + @@ -168,4 +166,4 @@ $(document).ready(function() {