Little CSS update for Chrome version

Litte style update for the Chrome version
This commit is contained in:
Kevin Röbert 2018-09-02 20:17:54 +02:00
parent af7397337f
commit adc6e0bf0d
6 changed files with 128 additions and 122 deletions

View File

@ -1,6 +1,5 @@
body { body {
font-size: 13px; font-size: 13px;
width: 200px;
} }
.small-version { .small-version {
@ -15,3 +14,7 @@ body {
.col-sm-1 { .col-sm-1 {
margin-top: -10px; margin-top: -10px;
} }
#body-popup {
width: 200px;
}

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "ClearURLs", "name": "ClearURLs",
"version": "1.3.3.13", "version": "1.3.3.14",
"author": "Kevin R.", "author": "Kevin R.",
"description": "Remove tracking elements form URLs.", "description": "Remove tracking elements form URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",

Binary file not shown.

View File

@ -61,6 +61,7 @@
<!-- Optional JavaScript --> <!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS --> <!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="../browser-polyfill.js"></script>
<script src="../external_js/jquery-3.2.1.min.js"></script> <script src="../external_js/jquery-3.2.1.min.js"></script>
<script src="../external_js/bootstrap.min.js"></script> <script src="../external_js/bootstrap.min.js"></script>
<script src="../external_js/jquery.dataTables.min.js"></script> <script src="../external_js/jquery.dataTables.min.js"></script>

View File

@ -13,6 +13,7 @@
<link rel="stylesheet" type="text/css" href="../css/core.css"> <link rel="stylesheet" type="text/css" href="../css/core.css">
</head> </head>
<body> <body>
<div id="body-popup">
<div class="container-fluid" <div class="container-fluid"
style="background: url('../img/img-noise-361x370.png');background-size: auto;"> style="background: url('../img/img-noise-361x370.png');background-size: auto;">
<div class="row"> <div class="row">
@ -147,9 +148,9 @@
</div> </div>
</div> </div>
<br /> <br />
</div>
</div> </div>
<!-- Optional JavaScript --> <!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS --> <!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script type="application/javascript" src="../browser-polyfill.js"></script> <script type="application/javascript" src="../browser-polyfill.js"></script>

View File

@ -75,6 +75,7 @@
</div> </div>
<!-- Optional JavaScript --> <!-- Optional JavaScript -->
<script src="../browser-polyfill.js"></script>
<script src="../external_js/jquery-3.2.1.min.js"></script> <script src="../external_js/jquery-3.2.1.min.js"></script>
<script src="../external_js/bootstrap.min.js"></script> <script src="../external_js/bootstrap.min.js"></script>
<script src="../external_js/tinycolor-0.9.15.min.js"></script> <script src="../external_js/tinycolor-0.9.15.min.js"></script>