mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Toggle Focus UX
This commit is contained in:
parent
668168c3fe
commit
05433c9829
4 changed files with 4 additions and 4 deletions
|
|
@ -88,7 +88,7 @@ $( function() {
|
|||
<?php } ?>
|
||||
<div class="notice" id="response"></div>
|
||||
<div class="row">
|
||||
<div class="hide-button" style="margin-bottom:1em;"><input type="button" id="hideButton" class="btn btn-secondary" value="<?php echo i18n('Focus_mode');?>"/></div>
|
||||
<div class="hide-button" style="margin-bottom:1em;width:100%;"><input style="float:right" type="button" id="hideButton" class="btn btn-secondary btn-xs" value="<?php echo i18n('Focus_mode');?>"/></div>
|
||||
<div class="wmd-panel" style="width:100%;">
|
||||
<form method="POST">
|
||||
<div id="post-settings" class="row">
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<?php } ?>
|
||||
<div class="notice" id="response"></div>
|
||||
<div class="row">
|
||||
<div class="hide-button" style="margin-bottom:1em;"><input type="button" id="hideButton" class="btn btn-secondary" value="<?php echo i18n('Focus_mode');?>"/></div>
|
||||
<div class="hide-button" style="margin-bottom:1em;width:100%;"><input style="float:right" type="button" id="hideButton" class="btn btn-secondary btn-xs" value="<?php echo i18n('Focus_mode');?>"/></div>
|
||||
<div class="wmd-panel" style="width:100%;">
|
||||
<form method="POST">
|
||||
<div id="post-settings" class="row">
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ $( function() {
|
|||
<?php } ?>
|
||||
<div class="notice" id="response"></div>
|
||||
<div class="row">
|
||||
<div class="hide-button" style="margin-bottom:1em;"><input type="button" id="hideButton" class="btn btn-secondary" value="<?php echo i18n('Focus_mode');?>"/></div>
|
||||
<div class="hide-button" style="margin-bottom:1em;width:100%;"><input style="float:right" type="button" id="hideButton" class="btn btn-secondary btn-xs" value="<?php echo i18n('Focus_mode');?>"/></div>
|
||||
<div class="wmd-panel" style="width:100%;">
|
||||
<form method="POST">
|
||||
<div id="post-settings" class="row">
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ $images = image_gallery(null, 1, 40);
|
|||
<?php } ?>
|
||||
<div class="notice" id="response"></div>
|
||||
<div class="row">
|
||||
<div class="hide-button" style="margin-bottom:1em;"><input type="button" id="hideButton" class="btn btn-secondary" value="<?php echo i18n('Focus_mode');?>"/></div>
|
||||
<div class="hide-button" style="margin-bottom:1em;width:100%;"><input style="float:right" type="button" id="hideButton" class="btn btn-secondary btn-xs" value="<?php echo i18n('Focus_mode');?>"/></div>
|
||||
<div class="wmd-panel" style="width:100%;">
|
||||
<form method="POST">
|
||||
<div id="post-settings" class="row">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue