update the css a bit

This commit is contained in:
idk
2020-10-30 22:13:29 -04:00
parent 7822c7b9fe
commit a56bf3101d
4 changed files with 26 additions and 21 deletions

View File

@@ -267,13 +267,3 @@ img.readyness {
height: 100%;
width: auto
}
@media only screen and (max-width: 399px) {
.application-info {
display: none
}
}
@media only screen and (max-height: 399px) {
body {
flex-direction: row
}
}

View File

@@ -131,11 +131,11 @@
</li>
<li class="application">
<a href="http://gittest.i2p/idk/I2P-in-Private-Browsing-Mode-Firefox" id="window-visit-sources">Source Code:</a> <span class="applicationDesc" id="sources">Browse the source of this webextension or contribute here.</span>
<a href="http://git.idk.i2p/idk/I2P-in-Private-Browsing-Mode-Firefox" id="window-visit-sources">Source Code:</a> <span class="applicationDesc" id="sources">Browse the source of this webextension or contribute here.</span>
</li>
<li class="application">
<a href="http://gittest.i2p/idk/I2P-in-Private-Browsing-Mode-Firefox/-/releases" id="window-visit-releases">Releases:</a> <span class="applicationDesc" id="releases">Check for new releases here.</span>
<a href="http://git.idk.i2p/idk/I2P-in-Private-Browsing-Mode-Firefox/-/releases" id="window-visit-releases">Releases:</a> <span class="applicationDesc" id="releases">Check for new releases here.</span>
</li>
</ul>

View File

@@ -1,5 +1,5 @@
body {
width: 25em;
/* width: 25em;*/
font-family: "Open Sans Light",sans-serif;
font-size: 0.9em;
font-weight: 300
@@ -14,8 +14,9 @@ section.scheme-options {
#clear-button,
section.scheme-options input,
section.scheme-options>select {
float: right
/* float: right*/
}
label {
display: block;
margin-top: 1em
@@ -25,27 +26,31 @@ label:hover {
}
.title {
font-size: 1.2em;
margin-bottom: 0.5em
margin-bottom: 0.5em;
width: 100%
}
body,
html {
width: 350px
width: 100%
}
a {
margin: 10px;
display: inline-block
/* display: inline-block*/
}
.panel {
margin: 5px
}
span.identity {
width: 100px;
display: inline-block;
/* display: inline-block;*/
margin-left: 1em
}
.identity-options {
display: none
}
input {
display: inline
}
/* display: inline*/
}
div {
width: 100% !important;
}

View File

@@ -2,6 +2,16 @@ li {
width: 90%;
margin-left: 0
}
ul {
width: 100%;
}
button {
width: 50%;
text-align: center
}
#applicationExplain {
float: unset
}
}
.button-list {
display: inline
}