* i2psnark:
- Restore text (ticket #273) - Fix several HTML errors (ticket #273) - Fix HTML error causing info links to be unclickable in dillo (tiicket #273) - Fix alt text duplicated or looking bad in text browsers (ticket #273) - Fix Opera button errors (ticket #332) - Fix POST resubmission errors (ticket #334) - Catch FetchAndAdd copy error (ticket #352) - Set permissions on downloaded torrent files - Hide some columns when not running - Lots of spacing cleanups - Rename images so users don't end up with unused files - Remove ~15 unused images - Clean up theme selection speed-coding exercise - Indent fixes
|
Before Width: | Height: | Size: 561 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 877 B |
|
Before Width: | Height: | Size: 1014 B |
|
Before Width: | Height: | Size: 833 B |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 343 B |
|
Before Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 2.8 KiB |
@@ -139,7 +139,6 @@ tr {
|
||||
}
|
||||
|
||||
thead, tfoot {
|
||||
text-shadow: 0px 1px 1px #707;
|
||||
background: url("images/bling2.png") repeat-x scroll center center #867;
|
||||
font-weight: bold;
|
||||
color: #503;
|
||||
@@ -161,7 +160,6 @@ th {
|
||||
border-top: 1px outset #604;
|
||||
border-bottom: 1px inset #604;
|
||||
whitespace: nowrap;
|
||||
font-variant: small-caps !important;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
@@ -244,6 +242,10 @@ td:first-child {
|
||||
font-size: 9.5pt;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.snarkTorrentName {
|
||||
/* text-shadow:1px 1px #540;*/
|
||||
padding: 3px 0 0;
|
||||
@@ -270,7 +272,6 @@ td:first-child {
|
||||
}
|
||||
|
||||
.snarkTorrentEven {
|
||||
background: #fef;
|
||||
font-size: 8pt;
|
||||
background: #feb;
|
||||
}
|
||||
@@ -328,7 +329,6 @@ td:first-child {
|
||||
}
|
||||
|
||||
.snarkTorrentOdd {
|
||||
background: #656;
|
||||
background: #fed;
|
||||
font-size: 8pt;
|
||||
border: 0px inset #fff !important;
|
||||
@@ -490,7 +490,6 @@ input {
|
||||
|
||||
input.r {
|
||||
text-align: right;
|
||||
background: /*url('/themes/snark/ubergine/images/graytile.png')*/;
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
@@ -524,7 +523,7 @@ input[type=image] {
|
||||
border-radius: 0px;
|
||||
border: medium none;
|
||||
margin: 0 2px;
|
||||
opacity: 0.9 !important;
|
||||
opacity: 0.8 !important;
|
||||
}
|
||||
|
||||
input[type=image]:hover {
|
||||
@@ -561,7 +560,7 @@ select:hover, textarea:hover {
|
||||
}
|
||||
|
||||
textarea {
|
||||
background: #fff; /*/*url('/themes/snark/ubergine/images/graytile.png')*/;*/
|
||||
background: #fff; /*url('/themes/snark/ubergine/images/graytile.png');*/
|
||||
color: #f60;
|
||||
font-weight: bold;
|
||||
padding: 1px 4px 0px;
|
||||
|
||||