diff --git a/.gitignore b/.gitignore index 723ef36..4773154 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea \ No newline at end of file +.idea +debug.log \ No newline at end of file diff --git a/footer-panel.less b/footer-panel.less index 9c77580..784072d 100644 --- a/footer-panel.less +++ b/footer-panel.less @@ -1,13 +1,13 @@ -@theme-img-path: '../../../themes/@{theme}/img/'; - -#app { - .footerPanel{ - .searchPager { - .controls{ - .searchResultsInfo{ - width: 337px; - } - } - } - } +@theme-img-path: '../../../themes/@{theme}/img/'; + +.uv.en-gb { + .footerPanel { + .searchPager { + .controls { + .searchResultsInfo { + width: 337px; + } + } + } + } } \ No newline at end of file diff --git a/header-panel.less b/header-panel.less index 6e12f6a..e36b445 100644 --- a/header-panel.less +++ b/header-panel.less @@ -1,16 +1,16 @@ -@theme-img-path: '../../../themes/@{theme}/img/'; - -#app{ - .headerPanel{ - .options{ - .centerOptions{ - width: 390px; - } - .rightOptions{ - .settings{ - //background: url('@{theme-img-path}hamburger.png'); - } - } - } - } +@theme-img-path: '../../../themes/@{theme}/img/'; + +.uv.en-gb { + .headerPanel { + .options { + .centerOptions { + width: 390px; + } + .rightOptions { + .settings { + //background: url('@{theme-img-path}hamburger.png'); + } + } + } + } } \ No newline at end of file diff --git a/package.json b/package.json index 9148df5..6d9786f 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ -{ - "name": "uv-en-gb-theme", - "version": "1.0.0", - "description": "", - "repository": { - "type": "git", - "url": "git+https://github.com/UniversalViewer/uv-en-gb-theme.git" - }, - "author": "Edward Silverton (http://edsilv.com)", - "license": "MIT", - "bugs": { - "url": "https://github.com/UniversalViewer/uv-en-gb-theme/issues" - }, - "homepage": "https://github.com/UniversalViewer/uv-en-gb-theme#readme" +{ + "name": "uv-en-gb-theme", + "version": "1.1.0", + "description": "", + "repository": { + "type": "git", + "url": "git+https://github.com/UniversalViewer/uv-en-gb-theme.git" + }, + "author": "Edward Silverton (http://edsilv.com)", + "license": "MIT", + "bugs": { + "url": "https://github.com/UniversalViewer/uv-en-gb-theme/issues" + }, + "homepage": "https://github.com/UniversalViewer/uv-en-gb-theme#readme" } \ No newline at end of file