mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 11:20:52 +02:00
#64 Admin Responsive - Next Round
This commit is contained in:
@@ -107,7 +107,7 @@ footer span {
|
||||
|
||||
/* Admin Form */
|
||||
.form-signin {
|
||||
width: 400px;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.form-signin {
|
||||
@@ -553,4 +553,8 @@ td, th {
|
||||
.dashboard-well .col-xs-6 .pull-right {
|
||||
float: left!important;
|
||||
}
|
||||
|
||||
.system-buttons .btn {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
@@ -1,3 +1,4 @@
|
||||
<div class="system-buttons">
|
||||
<?php echo Html::anchor(__('Create Sitemap', 'system'), 'index.php?id=system&sitemap=create&token='.Security::token(), array('class' => 'btn btn-default')).Html::nbsp(2); ?>
|
||||
<?php echo Html::anchor(__('Delete Temporary Files', 'system'), 'index.php?id=system&temporary_files=delete&token='.Security::token(), array('class' => 'btn btn-default')).Html::nbsp(2); ?>
|
||||
<?php if ('off' == Option::get('maintenance_status', 'system')) { ?>
|
||||
@@ -6,6 +7,7 @@
|
||||
<?php echo Html::anchor(__('Maintenance Mode Off', 'system'), 'index.php?id=system&maintenance=off&token='.Security::token(), array('class' => 'btn btn-danger')); ?>
|
||||
<?php } ?>
|
||||
<?php Action::run('admin_system_extra_buttons'); ?>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
|
@@ -89,7 +89,7 @@ ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.me
|
||||
}
|
||||
/* line 72, ../../src/sass/messenger.sass */
|
||||
ul.messenger.messenger-fixed.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-left {
|
||||
width: 420px;
|
||||
max-width: 420px;
|
||||
}
|
||||
/* line 75, ../../src/sass/messenger.sass */
|
||||
ul.messenger.messenger-fixed.messenger-on-right .messenger-actions, ul.messenger.messenger-fixed.messenger-on-left .messenger-actions {
|
||||
|
Reference in New Issue
Block a user