fix some issues with fonts and narrowness in light and dark themes, revise some icon choices on both themes

This commit is contained in:
hankhill19580
2020-01-25 21:10:43 +00:00
parent 6e38cce149
commit 094613b8de
14 changed files with 10 additions and 14 deletions

View File

@@ -932,7 +932,9 @@ a:active img[src="/themes/console/images/i2plogo.png"] {
}
.main#news {
background: #000 url(images/news.png) no-repeat scroll bottom right !important;
background-blend-mode: exclusion;
background: linear-gradient(to bottom,
rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url(images/news.png) no-repeat scroll right bottom, #332940 !important;
}
/* end main */
@@ -1167,7 +1169,7 @@ div.messages {
margin: 10px 0 15px 0;
border: 1px solid #292929;
background: #1F1A24;
background: url(images/infohelp.png) no-repeat 12px center, right bottom no-repeat #1F1A24;
background: url(images/confirmed.png) no-repeat 12px center, right bottom no-repeat #1F1A24;
background-size: 28px 28px, auto 90%;
font-weight: bold;
font-size: 9.5pt;
@@ -2620,7 +2622,7 @@ tr.tablefooter, .tablefooter td {
.formaction {
text-align: right;
margin-bottom: -5px;
border: 1px solid #524b5e;
/*border: 1px solid #524b5e;*/
}
h3[id$="con"] { /* peers h3 + tables */
@@ -2891,7 +2893,7 @@ tr#addnew, tr#addnew:hover {
#themeoptions {
clear: both;
border: 1px solid #524b5e;
border-top: 1px solid #524b5e;
margin: 0 -7px 5px;
position: relative;
top: 8px;
@@ -3194,12 +3196,9 @@ h3#langheading {
select#langsettings {
border: 1px solid #292929;
padding: 8px 7px 12px;
background: url(images/dropdown.png) right center no-repeat, #332940;
font-size: large;
height: 3rem;
width: 15rem;
color: #e6e6e7;
height: 1.5rem;
}
div#langsettings {
@@ -5790,6 +5789,7 @@ textarea#advancedsettings {
white-space: normal !important;
font-weight: normal !important;
background-size: 28px 28px !important;
background: #1F1A24 url(images/infohelp.png) 12px center no-repeat !important;
}
table.logtable, #enviro {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 924 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 865 B

After

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 865 B

After

Width:  |  Height:  |  Size: 872 B

View File

@@ -2143,9 +2143,9 @@ h3#graphdisplay {
list-style: none;
background: url(images/warning.png) left center no-repeat;
margin: 0 10px 0 0 !important;
padding: 0 0 0 24px !important;
padding: 0 0 0 30px !important;
border: 0 !important;
line-height: 135%;
line-height: 220%;
}
.notice li {
@@ -2852,7 +2852,6 @@ tt::-moz-selection {
text-align: left;
margin: 2px 20px 0 40px;
padding: 1px 10px 1px 10px;
line-height: 150%;
word-wrap: break-word;
}
@@ -4840,9 +4839,6 @@ div#themesettings {
}
select#langsettings {
padding: 4px 5px 0;
font-size: large;
height: 2rem;
width: 15rem;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 656 B

After

Width:  |  Height:  |  Size: 604 B