aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-04 12:14:28 +0200
committerThomas Citharel <tcit@tcit.fr>2016-10-04 12:14:28 +0200
commit9f7d154e3451f1ccc1d69f0013e98acf4639c63b (patch)
tree760b565a0c6bc7001b945d4d79fb5ffb84948550 /app/Resources/static/themes/baggy
parentf440e282819a1e92e3200cf2e588fc9a0c1278ac (diff)
downloadwallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.gz
wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.zst
wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.zip
Add eslint & stylelint tests (fix a few things) and move dependencies to dev
Diffstat (limited to 'app/Resources/static/themes/baggy')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css3
-rwxr-xr-xapp/Resources/static/themes/baggy/js/init.js1
2 files changed, 2 insertions, 2 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index 522c4833..99ea6c6b 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -907,7 +907,8 @@ a.add-to-wallabag-link-after::after {
907 907
908.icon-image { 908.icon-image {
909 background-size: 16px 16px; 909 background-size: 16px 16px;
910 background: no-repeat center; 910 background-repeat: no-repeat;
911 background-position: center;
911 padding-right: 1em !important; 912 padding-right: 1em !important;
912 padding-left: 1em !important; 913 padding-left: 1em !important;
913} 914}
diff --git a/app/Resources/static/themes/baggy/js/init.js b/app/Resources/static/themes/baggy/js/init.js
index 8da9a859..07afd311 100755
--- a/app/Resources/static/themes/baggy/js/init.js
+++ b/app/Resources/static/themes/baggy/js/init.js
@@ -3,7 +3,6 @@ require('jquery.cookie');
3require('jquery-ui-browserify'); 3require('jquery-ui-browserify');
4const annotator = require('annotator'); 4const annotator = require('annotator');
5import { savePercent, retrievePercent } from '../../_global/js/tools.js'; 5import { savePercent, retrievePercent } from '../../_global/js/tools.js';
6import { split, extractLast } from './autoCompleteTags.js';
7import { toggleSaveLinkForm } from './uiTools.js'; 6import { toggleSaveLinkForm } from './uiTools.js';
8 7
9 8