mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 12:19:46 -04:00
Bin
Former-commit-id: daa6d0d6735f702c8b0fc856653d9ff63b0d0af5 [formerly ab26de69a3382a4bbc3339cf627ac0989485d71b] Former-commit-id: bbcda9981691a743e8b35039bc41443d32195713
This commit is contained in:
parent
cd3225b099
commit
d19db52ff7
@ -21,7 +21,7 @@
|
||||
<WindowsPhoneEmulatorID>F0AB49D8-754C-4531-A635-E6B4395FD39A;Mobile Emulator 10.0.15063.0 QHD 5.2 inch 3GB</WindowsPhoneEmulatorID>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
|
||||
<DebuggerFlavor>AppHostDeviceDebugger</DebuggerFlavor>
|
||||
<WindowsPhoneEmulatorID>7C3F55B7-619D-452D-B6B0-A4A36BC552CC;Mobile Emulator 10.0.15063.0 720p 5 inch 1GB</WindowsPhoneEmulatorID>
|
||||
</PropertyGroup>
|
||||
</Project>
|
@ -32,7 +32,7 @@
|
||||
<AppXManifest Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\AppxManifest.xml">
|
||||
<PackagePath>AppxManifest.xml</PackagePath>
|
||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
||||
<Modified>2017-12-03T15:40:06.899</Modified>
|
||||
<Modified>2017-12-03T17:49:51.621</Modified>
|
||||
</AppXManifest>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@ -487,7 +487,7 @@
|
||||
</AppxPackagedFile>
|
||||
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\www\index.html">
|
||||
<PackagePath>www\index.html</PackagePath>
|
||||
<Modified>2017-12-03T09:02:53.931</Modified>
|
||||
<Modified>2017-12-03T17:47:00.248</Modified>
|
||||
</AppxPackagedFile>
|
||||
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\www\favicon.ico">
|
||||
<PackagePath>www\favicon.ico</PackagePath>
|
||||
@ -1544,7 +1544,7 @@
|
||||
<AppxPackagedFile Include="C:\Users\geoff\Source\Repos\kiwix-js-windows\bin\Release\ReverseMap\resources.pri">
|
||||
<PackagePath>resources.pri</PackagePath>
|
||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
||||
<Modified>2017-12-03T09:42:38.155</Modified>
|
||||
<Modified>2017-12-03T17:49:30.082</Modified>
|
||||
</AppxPackagedFile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -99,7 +99,7 @@
|
||||
<!--/--button-->
|
||||
</span>
|
||||
<input type="search" id="prefix" placeholder="Search..."
|
||||
class="form-control" />
|
||||
class="form-control" style="max-width:45%;" />
|
||||
<span class="input-group-btn">
|
||||
<a class="btn btn-primary" title="Article Search" id="searchArticles" style="display:none;"><span class="glyphicon glyphicon-book"></span></a>
|
||||
<a class="btn btn-primary" title="Alt-F: Find and highlight text in article..." id="findText"><span class="glyphicon glyphicon-search"></span></a>
|
||||
|
@ -382,11 +382,11 @@ pre {
|
||||
@media (max-width: 440px) {
|
||||
/*.btn-primary {
|
||||
font-size: 12px !important;
|
||||
}*/
|
||||
}
|
||||
.input-group-btn {
|
||||
display: inline !important;
|
||||
}
|
||||
#btnHome {
|
||||
float: left;
|
||||
}
|
||||
}*/
|
||||
}
|
@ -96,7 +96,7 @@
|
||||
<span class="input-group-btn">
|
||||
<!-- button id="btnHome" type="button" class="btn btn-default" -->
|
||||
<a id="btnHome" title="Home" class="btn btn-primary"><img id="kiwixIcon" style="margin-left:5px;" src="./img/icons/kiwix-blue-32.png" /></a>
|
||||
<!--/--button-->
|
||||
<!--button -->
|
||||
</span>
|
||||
<input type="search" id="prefix" placeholder="Search..."
|
||||
class="form-control" />
|
||||
|
@ -66,8 +66,8 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies', 'abstractFile
|
||||
ToCList.style.marginLeft = ~~(window.innerWidth / 2) - ~~(window.innerWidth * 0.16) + 'px';
|
||||
}
|
||||
if (window.outerWidth <= 470) {
|
||||
document.getElementById('dropup').classList.remove('col-xs-4');
|
||||
document.getElementById('dropup').classList.add('col-xs-3');
|
||||
//document.getElementById('dropup').classList.remove('col-xs-4');
|
||||
//document.getElementById('dropup').classList.add('col-xs-3');
|
||||
var colXS2 = document.querySelectorAll('.col-xs-2');
|
||||
if (colXS2.length && window.outerWidth <= 360) {
|
||||
for (var i = 0; i < colXS2.length; i++) {
|
||||
|
@ -382,11 +382,11 @@ pre {
|
||||
@media (max-width: 440px) {
|
||||
/*.btn-primary {
|
||||
font-size: 12px !important;
|
||||
}*/
|
||||
}
|
||||
.input-group-btn {
|
||||
display: inline !important;
|
||||
}
|
||||
#btnHome {
|
||||
float: left;
|
||||
}
|
||||
}*/
|
||||
}
|
@ -96,7 +96,7 @@
|
||||
<span class="input-group-btn">
|
||||
<!-- button id="btnHome" type="button" class="btn btn-default" -->
|
||||
<a id="btnHome" title="Home" class="btn btn-primary"><img id="kiwixIcon" style="margin-left:5px;" src="./img/icons/kiwix-blue-32.png" /></a>
|
||||
<!--/--button-->
|
||||
<!--button -->
|
||||
</span>
|
||||
<input type="search" id="prefix" placeholder="Search..."
|
||||
class="form-control" />
|
||||
|
@ -66,8 +66,8 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies', 'abstractFile
|
||||
ToCList.style.marginLeft = ~~(window.innerWidth / 2) - ~~(window.innerWidth * 0.16) + 'px';
|
||||
}
|
||||
if (window.outerWidth <= 470) {
|
||||
document.getElementById('dropup').classList.remove('col-xs-4');
|
||||
document.getElementById('dropup').classList.add('col-xs-3');
|
||||
//document.getElementById('dropup').classList.remove('col-xs-4');
|
||||
//document.getElementById('dropup').classList.add('col-xs-3');
|
||||
var colXS2 = document.querySelectorAll('.col-xs-2');
|
||||
if (colXS2.length && window.outerWidth <= 360) {
|
||||
for (var i = 0; i < colXS2.length; i++) {
|
||||
|
@ -382,11 +382,11 @@ pre {
|
||||
@media (max-width: 440px) {
|
||||
/*.btn-primary {
|
||||
font-size: 12px !important;
|
||||
}*/
|
||||
}
|
||||
.input-group-btn {
|
||||
display: inline !important;
|
||||
}
|
||||
#btnHome {
|
||||
float: left;
|
||||
}
|
||||
}*/
|
||||
}
|
@ -96,7 +96,7 @@
|
||||
<span class="input-group-btn">
|
||||
<!-- button id="btnHome" type="button" class="btn btn-default" -->
|
||||
<a id="btnHome" title="Home" class="btn btn-primary"><img id="kiwixIcon" style="margin-left:5px;" src="./img/icons/kiwix-blue-32.png" /></a>
|
||||
<!--/--button-->
|
||||
<!--button -->
|
||||
</span>
|
||||
<input type="search" id="prefix" placeholder="Search..."
|
||||
class="form-control" />
|
||||
|
@ -66,8 +66,8 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies', 'abstractFile
|
||||
ToCList.style.marginLeft = ~~(window.innerWidth / 2) - ~~(window.innerWidth * 0.16) + 'px';
|
||||
}
|
||||
if (window.outerWidth <= 470) {
|
||||
document.getElementById('dropup').classList.remove('col-xs-4');
|
||||
document.getElementById('dropup').classList.add('col-xs-3');
|
||||
//document.getElementById('dropup').classList.remove('col-xs-4');
|
||||
//document.getElementById('dropup').classList.add('col-xs-3');
|
||||
var colXS2 = document.querySelectorAll('.col-xs-2');
|
||||
if (colXS2.length && window.outerWidth <= 360) {
|
||||
for (var i = 0; i < colXS2.length; i++) {
|
||||
|
@ -382,11 +382,11 @@ pre {
|
||||
@media (max-width: 440px) {
|
||||
/*.btn-primary {
|
||||
font-size: 12px !important;
|
||||
}*/
|
||||
}
|
||||
.input-group-btn {
|
||||
display: inline !important;
|
||||
}
|
||||
#btnHome {
|
||||
float: left;
|
||||
}
|
||||
}*/
|
||||
}
|
@ -96,7 +96,7 @@
|
||||
<span class="input-group-btn">
|
||||
<!-- button id="btnHome" type="button" class="btn btn-default" -->
|
||||
<a id="btnHome" title="Home" class="btn btn-primary"><img id="kiwixIcon" style="margin-left:5px;" src="./img/icons/kiwix-blue-32.png" /></a>
|
||||
<!--/--button-->
|
||||
<!--button -->
|
||||
</span>
|
||||
<input type="search" id="prefix" placeholder="Search..."
|
||||
class="form-control" />
|
||||
|
@ -66,8 +66,8 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies', 'abstractFile
|
||||
ToCList.style.marginLeft = ~~(window.innerWidth / 2) - ~~(window.innerWidth * 0.16) + 'px';
|
||||
}
|
||||
if (window.outerWidth <= 470) {
|
||||
document.getElementById('dropup').classList.remove('col-xs-4');
|
||||
document.getElementById('dropup').classList.add('col-xs-3');
|
||||
//document.getElementById('dropup').classList.remove('col-xs-4');
|
||||
//document.getElementById('dropup').classList.add('col-xs-3');
|
||||
var colXS2 = document.querySelectorAll('.col-xs-2');
|
||||
if (colXS2.length && window.outerWidth <= 360) {
|
||||
for (var i = 0; i < colXS2.length; i++) {
|
||||
|
@ -382,11 +382,11 @@ pre {
|
||||
@media (max-width: 440px) {
|
||||
/*.btn-primary {
|
||||
font-size: 12px !important;
|
||||
}*/
|
||||
}
|
||||
.input-group-btn {
|
||||
display: inline !important;
|
||||
}
|
||||
#btnHome {
|
||||
float: left;
|
||||
}
|
||||
}*/
|
||||
}
|
@ -96,7 +96,7 @@
|
||||
<span class="input-group-btn">
|
||||
<!-- button id="btnHome" type="button" class="btn btn-default" -->
|
||||
<a id="btnHome" title="Home" class="btn btn-primary"><img id="kiwixIcon" style="margin-left:5px;" src="./img/icons/kiwix-blue-32.png" /></a>
|
||||
<!--/--button-->
|
||||
<!--button -->
|
||||
</span>
|
||||
<input type="search" id="prefix" placeholder="Search..."
|
||||
class="form-control" />
|
||||
|
@ -66,8 +66,8 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies', 'abstractFile
|
||||
ToCList.style.marginLeft = ~~(window.innerWidth / 2) - ~~(window.innerWidth * 0.16) + 'px';
|
||||
}
|
||||
if (window.outerWidth <= 470) {
|
||||
document.getElementById('dropup').classList.remove('col-xs-4');
|
||||
document.getElementById('dropup').classList.add('col-xs-3');
|
||||
//document.getElementById('dropup').classList.remove('col-xs-4');
|
||||
//document.getElementById('dropup').classList.add('col-xs-3');
|
||||
var colXS2 = document.querySelectorAll('.col-xs-2');
|
||||
if (colXS2.length && window.outerWidth <= 360) {
|
||||
for (var i = 0; i < colXS2.length; i++) {
|
||||
|
@ -96,7 +96,7 @@
|
||||
<span class="input-group-btn">
|
||||
<!-- button id="btnHome" type="button" class="btn btn-default" -->
|
||||
<a id="btnHome" title="Home" class="btn btn-primary"><img id="kiwixIcon" style="margin-left:5px;" src="./img/icons/kiwix-blue-32.png" /></a>
|
||||
<!--/--button-->
|
||||
<!--button -->
|
||||
</span>
|
||||
<input type="search" id="prefix" placeholder="Search..."
|
||||
class="form-control" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user