style touch ups

merge-requests/208/head
fatchan 5 years ago
parent 20e3a8a053
commit 6a24dac9bc
  1. 7
      gulp/res/css/style.css
  2. 2
      server.js

@ -148,7 +148,7 @@ span {
margin: 10px 0;
}
.post-container, .pages {
.post-container, .pages, .toggle-label {
background: #D6DAF0;
border-color: #B7C5D9;
border-width: 0 1px 1px 0;
@ -170,7 +170,7 @@ span {
}
.actions label {
margin: 2px 0;
padding: 2px 0;
}
.toggle-label:hover {
@ -178,11 +178,8 @@ span {
}
.toggle-label {
background: #D6DAF0;
padding: 10px;
border-radius: 3px;
text-align: center;
border: 1px solid lightgray;
max-width: 100%;
box-sizing: border-box;
display: flex;

@ -53,7 +53,7 @@ const express = require('express')
// use pug view engine
app.set('view engine', 'pug');
app.set('views', path.join(__dirname, 'views/pages'));
//app.enable('view cache');
app.enable('view cache');
// routes
app.use('/forms', require(__dirname+'/controllers/forms.js'))

Loading…
Cancel
Save