ソースを参照

Margins on config/manual pages, sheesh

Andy Baugh 4 年 前
コミット
f604279344
4 ファイル変更14 行追加0 行削除
  1. 5 0
      www/styles/config.css
  2. 5 0
      www/styles/post.css
  3. 2 0
      www/templates/config.tx
  4. 2 0
      www/templates/manual.tx

+ 5 - 0
www/styles/config.css

@@ -28,6 +28,11 @@ section {
     display: table-cell;
     vertical-align: middle;
 }
+
+#backoffice {
+    margin: 0 2rem 0 2rem;
+}
+
 /* Styles for larger viewports */
 @media( min-width: 768px ) {
     section {

+ 5 - 0
www/styles/post.css

@@ -28,6 +28,11 @@ section {
     display: table-cell;
     vertical-align: middle;
 }
+
+#backoffice {
+    margin: 0 2rem 0 2rem;
+}
+
 /* Styles for larger viewports */
 @media( min-width: 768px ) {
     section {

+ 2 - 0
www/templates/config.tx

@@ -1,5 +1,6 @@
 : include "sysbar.tx";
 : include "jsalert.tx";
+<div id="backoffice">
 <p class="title">
  General settings:
 </p>
@@ -44,3 +45,4 @@ for information on how tCMS' templates, image sets and CSS work in the theming s
     <input required type="text" class="cooltext" placeholder="newTheme" name="newtheme" />
     <input type="submit" class="coolbutton" value="Clone" />
 </form>
+</div>

+ 2 - 0
www/templates/manual.tx

@@ -1,2 +1,4 @@
 : include "sysbar.tx";
+<div id="backoffice">
 <: $content | mark_raw :>
+</div>