Dashboard more responsive
This commit is contained in:
parent
2aa5fb253a
commit
fc79801a81
|
@ -94,6 +94,52 @@ li.bludit-logo {
|
||||||
padding-right: 60px !important;
|
padding-right: 60px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 333px) and (max-width: 959px) {
|
||||||
|
/* Hidden the Welcome USERNAME */
|
||||||
|
.uk-navbar-flip {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Expand and hidden the sidebar */
|
||||||
|
.uk-width-large-8-10 {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
/* Hidden the sidebar */
|
||||||
|
.uk-width-large-2-10 {
|
||||||
|
width: 0% !important;
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 960px) {
|
||||||
|
.uk-width-large-4-5,
|
||||||
|
.uk-width-large-8-10 {
|
||||||
|
width: 75% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uk-width-large-1-5,
|
||||||
|
.uk-width-large-2-10 {
|
||||||
|
width: 25% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* UIKIT HACKs hidden navbar
|
||||||
|
---------------------------------------------------------------- */
|
||||||
|
|
||||||
|
.uk-navbar-brand {
|
||||||
|
text-shadow: none !important;
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uk-navbar-toggle {
|
||||||
|
text-shadow: none !important;
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uk-nav-offcanvas > li > a {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* UIKIT HACKs buttons
|
/* UIKIT HACKs buttons
|
||||||
---------------------------------------------------------------- */
|
---------------------------------------------------------------- */
|
||||||
.uk-button {
|
.uk-button {
|
||||||
|
@ -165,16 +211,6 @@ a {
|
||||||
max-width: 1280px !important;
|
max-width: 1280px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-width-large-4-5,
|
|
||||||
.uk-width-large-8-10 {
|
|
||||||
width: 75% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.uk-width-large-1-5,
|
|
||||||
.uk-width-large-2-10 {
|
|
||||||
width: 25% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.uk-thumbnail {
|
.uk-thumbnail {
|
||||||
margin: 2px 3px !important;
|
margin: 2px 3px !important;
|
||||||
max-width: 30% !important;
|
max-width: 30% !important;
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
"author": "Bludit",
|
"author": "Bludit",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://github.com/dignajar/bludit-plugins",
|
"website": "https://github.com/dignajar/bludit-plugins",
|
||||||
"version": "1.1",
|
"version": "1.3",
|
||||||
"releaseDate": "2016-02-15",
|
"releaseDate": "2016-05-28",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -2,9 +2,9 @@
|
||||||
"author": "Bludit",
|
"author": "Bludit",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://github.com/dignajar/bludit-plugins",
|
"website": "https://github.com/dignajar/bludit-plugins",
|
||||||
"version": "1.1",
|
"version": "1.3",
|
||||||
"releaseDate": "2016-02-13",
|
"releaseDate": "2016-05-28",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -2,9 +2,9 @@
|
||||||
"author": "Bludit",
|
"author": "Bludit",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://github.com/dignajar/bludit-plugins",
|
"website": "https://github.com/dignajar/bludit-plugins",
|
||||||
"version": "1.1",
|
"version": "1.3",
|
||||||
"releaseDate": "2016-05-05",
|
"releaseDate": "2016-05-28",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -2,9 +2,9 @@
|
||||||
"author": "Bludit",
|
"author": "Bludit",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://github.com/dignajar/bludit-plugins",
|
"website": "https://github.com/dignajar/bludit-plugins",
|
||||||
"version": "1.1",
|
"version": "1.3",
|
||||||
"releaseDate": "2016-02-13",
|
"releaseDate": "2016-05-28",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"author": "Bludit",
|
"author": "Bludit",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://plugins.bludit.com",
|
"website": "https://github.com/dignajar/bludit-plugins",
|
||||||
"version": "1.1",
|
"version": "1.3",
|
||||||
"releaseDate": "2016-02-20",
|
"releaseDate": "2016-05-28",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -2,9 +2,9 @@
|
||||||
"author": "Bludit",
|
"author": "Bludit",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://github.com/dignajar/bludit-plugins",
|
"website": "https://github.com/dignajar/bludit-plugins",
|
||||||
"version": "1.1",
|
"version": "1.3",
|
||||||
"releaseDate": "2016-02-13",
|
"releaseDate": "2016-05-28",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -2,9 +2,9 @@
|
||||||
"author": "Bludit",
|
"author": "Bludit",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://github.com/dignajar/bludit-plugins",
|
"website": "https://github.com/dignajar/bludit-plugins",
|
||||||
"version": "1.1",
|
"version": "1.3",
|
||||||
"releaseDate": "2016-02-13",
|
"releaseDate": "2016-05-28",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -2,9 +2,9 @@
|
||||||
"author": "Bludit",
|
"author": "Bludit",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://github.com/dignajar/bludit-plugins",
|
"website": "https://github.com/dignajar/bludit-plugins",
|
||||||
"version": "1.1",
|
"version": "1.3",
|
||||||
"releaseDate": "2016-02-13",
|
"releaseDate": "2016-05-28",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -2,9 +2,9 @@
|
||||||
"author": "NextStepWebs",
|
"author": "NextStepWebs",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://github.com/NextStepWebs/simplemde-markdown-editor",
|
"website": "https://github.com/NextStepWebs/simplemde-markdown-editor",
|
||||||
"version": "1.10.0",
|
"version": "1.10.1",
|
||||||
"releaseDate": "2015-01-22",
|
"releaseDate": "2016-03-15",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -63,10 +63,10 @@ class pluginsimpleMDE extends Plugin {
|
||||||
|
|
||||||
// Hack for Bludit
|
// Hack for Bludit
|
||||||
$html .= '<style>
|
$html .= '<style>
|
||||||
.editor-toolbar { background: #f1f1f1; }
|
.editor-toolbar { background: #f1f1f1; border-radius: 0 !important; }
|
||||||
.editor-toolbar::before { margin-bottom: 2px !important }
|
.editor-toolbar::before { margin-bottom: 2px !important }
|
||||||
.editor-toolbar::after { margin-top: 2px !important }
|
.editor-toolbar::after { margin-top: 2px !important }
|
||||||
.CodeMirror, .CodeMirror-scroll { min-height: 400px !important; }
|
.CodeMirror, .CodeMirror-scroll { min-height: 400px !important; border-radius: 0 !important; }
|
||||||
</style>';
|
</style>';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
"author": "Bludit",
|
"author": "Bludit",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://github.com/dignajar/bludit-plugins",
|
"website": "https://github.com/dignajar/bludit-plugins",
|
||||||
"version": "1.1",
|
"version": "1.3",
|
||||||
"releaseDate": "2016-01-30",
|
"releaseDate": "2016-05-28",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -2,9 +2,9 @@
|
||||||
"author": "Bludit",
|
"author": "Bludit",
|
||||||
"email": "",
|
"email": "",
|
||||||
"website": "https://github.com/dignajar/bludit-plugins",
|
"website": "https://github.com/dignajar/bludit-plugins",
|
||||||
"version": "1.1",
|
"version": "1.3",
|
||||||
"releaseDate": "2016-02-13",
|
"releaseDate": "2016-05-28",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"requires": "Bludit v1.1",
|
"compatible": "1.0,1.1,1.1.2,1.3",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
}
|
}
|
|
@ -68,6 +68,11 @@ header p {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu .links > li a h3 {
|
||||||
|
font-size: 1em;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#intro header h2 {
|
#intro header h2 {
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -117,6 +122,10 @@ header p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote p {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.author .name {
|
.author .name {
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue