make the css slightly better
This commit is contained in:
5
home.css
5
home.css
@@ -13,7 +13,6 @@ button {
|
||||
word-wrap: break-word;
|
||||
outline: 0;
|
||||
padding: 3px;
|
||||
display: inline-block;
|
||||
margin: auto
|
||||
}
|
||||
.applicationDesc {
|
||||
@@ -55,7 +54,6 @@ body {
|
||||
outline: 0
|
||||
}
|
||||
.button-list {
|
||||
display: inline-flex;
|
||||
min-height: 230px;
|
||||
min-width: 230px
|
||||
}
|
||||
@@ -144,7 +142,6 @@ h4 {
|
||||
}
|
||||
ul {
|
||||
margin: auto;
|
||||
width: 85vw;
|
||||
border-radius: 2px
|
||||
}
|
||||
li {
|
||||
@@ -280,4 +277,4 @@ img.readyness {
|
||||
body {
|
||||
flex-direction: row
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
18
info.css
18
info.css
@@ -1,12 +1,19 @@
|
||||
body,
|
||||
html {
|
||||
|
||||
width: 400px;
|
||||
}
|
||||
.panel {
|
||||
margin: 5px
|
||||
margin: 5px;
|
||||
width: 400px;
|
||||
}
|
||||
.panel-section-header {
|
||||
width: 400px;
|
||||
}
|
||||
#text-section-torrents-header {
|
||||
width: 400px;
|
||||
}
|
||||
span.identity {
|
||||
width: 100px;
|
||||
width: 400px;
|
||||
display: block;
|
||||
margin-left: 1em
|
||||
}
|
||||
@@ -52,4 +59,7 @@ img.readyness {
|
||||
}
|
||||
.torrent-progress {
|
||||
width: 100%
|
||||
}
|
||||
}
|
||||
.tabicon {
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
@@ -110,15 +110,17 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</br>
|
||||
<div id="torrentpanel">
|
||||
|
||||
<div class="panel" id="torrentstatus">
|
||||
<div class="section-header panel-section panel-section-header">
|
||||
<div class="text-section-header" id="text-section-torrents-header">
|
||||
<h3>Torrent Downloads</h3>
|
||||
<h1>Torrent Downloads</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div hidden="" id="config-pane">
|
||||
<div id="config-pane">
|
||||
<strong>Torrent RPC Configuration</strong>
|
||||
<br>
|
||||
The server address is not set yet.
|
||||
@@ -126,7 +128,7 @@
|
||||
<a class="config-opener" href="#">Open the settings</a> to continue.
|
||||
</div>
|
||||
|
||||
<div hidden="" id="torrents-pane">
|
||||
<div id="torrents-pane">
|
||||
<header>
|
||||
<h1>Torrent Controls</h1>
|
||||
<a class="webui-opener" href="#" target="_blank"><img alt="Open Web UI" src="images/i2plogo.png"></a> <!--<a class="config-opener" href="#">
|
||||
|
||||
Reference in New Issue
Block a user