1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

UI Improvements - Admin Default Theme - Updates #194

This commit is contained in:
Awilum
2014-02-18 23:02:26 +02:00
parent e449381555
commit 32e2890b37
22 changed files with 44 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
<h2 class="margin-bottom-1em"><?php echo __('New Snippet', 'snippets'); ?></h2>
<h2 class="margin-bottom-1"><?php echo __('New Snippet', 'snippets'); ?></h2>
<?php if (isset($errors['snippets_empty_name']) or isset($errors['snippets_exists'])) $error_class = 'error'; else $error_class = ''; ?>
@@ -16,7 +16,7 @@
if (isset($errors['snippets_exists'])) echo '<span class="error-message">'.$errors['snippets_exists'].'</span>';
?>
<div class="margin-top-2em margin-bottom-2em">
<div class="margin-top-2 margin-bottom-2">
<?php
echo (
Form::label('content', __('Snippet content', 'snippets')).

View File

@@ -1,4 +1,4 @@
<h2 class="margin-bottom-1em"><?php echo __('Edit Snippet', 'snippets'); ?></h2>
<h2 class="margin-bottom-1"><?php echo __('Edit Snippet', 'snippets'); ?></h2>
<?php
if ($content !== null) {
@@ -24,7 +24,7 @@
if (isset($errors['snippets_exists'])) echo '<span class="error-message">'.$errors['snippets_exists'].'</span>';
?>
<div class="margin-top-2em margin-bottom-2em">
<div class="margin-top-2 margin-bottom-2">
<?php
echo (
Form::label('content', __('Snippet content', 'snippets')).

View File

@@ -1,4 +1,4 @@
<div class="vertical-align margin-bottom-1em">
<div class="vertical-align margin-bottom-1">
<div class="text-left">
<h2><?php echo __('Snippets', 'snippets'); ?></h2>
</div>