CSS fix for wide layout
This commit is contained in:
parent
f9785fbb3f
commit
89b807ad20
@ -6593,6 +6593,9 @@ Markdown editor
|
|||||||
.editor h3 {
|
.editor h3 {
|
||||||
width: 100%!important;
|
width: 100%!important;
|
||||||
}
|
}
|
||||||
|
.editor.paddingTop {
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
#markdown_editor {
|
#markdown_editor {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -6593,6 +6593,9 @@ Markdown editor
|
|||||||
.editor h3 {
|
.editor h3 {
|
||||||
width: 100%!important;
|
width: 100%!important;
|
||||||
}
|
}
|
||||||
|
.editor.paddingTop {
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
#markdown_editor {
|
#markdown_editor {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -6593,6 +6593,9 @@ Markdown editor
|
|||||||
.editor h3 {
|
.editor h3 {
|
||||||
width: 100%!important;
|
width: 100%!important;
|
||||||
}
|
}
|
||||||
|
.editor.paddingTop {
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
#markdown_editor {
|
#markdown_editor {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -6593,6 +6593,9 @@ Markdown editor
|
|||||||
.editor h3 {
|
.editor h3 {
|
||||||
width: 100%!important;
|
width: 100%!important;
|
||||||
}
|
}
|
||||||
|
.editor.paddingTop {
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
#markdown_editor {
|
#markdown_editor {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -335,7 +335,7 @@ if ($homepage && $homepage_url !== '/') {
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php echo $page['html'];?>
|
<?php echo $page['html'];?>
|
||||||
<?php if($options["file_editor"]) { ?>
|
<?php if($options["file_editor"]) { ?>
|
||||||
<div class="editor">
|
<div class="editor <?php if(!$options['date_modified']) { ?>paddingTop<?php } ?>">
|
||||||
<h3>You are editing <?php echo $page['path']; ?> <a href="javascript:;" class="closeEditor btn btn-warning">Close</a></h3>
|
<h3>You are editing <?php echo $page['path']; ?> <a href="javascript:;" class="closeEditor btn btn-warning">Close</a></h3>
|
||||||
<div class="navbar navbar-inverse navbar-default navbar-fixed-bottom" role="navigation">
|
<div class="navbar navbar-inverse navbar-default navbar-fixed-bottom" role="navigation">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
|
@ -350,6 +350,9 @@ Markdown editor
|
|||||||
h3 {
|
h3 {
|
||||||
width: 100%!important;
|
width: 100%!important;
|
||||||
}
|
}
|
||||||
|
&.paddingTop {
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#markdown_editor {
|
#markdown_editor {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user