mirror of https://github.com/zlatinb/muwire
more css changes from zzz
parent
7df00e6709
commit
5c773cec80
|
@ -65,7 +65,7 @@ input {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 110px;
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
input, input:visited {
|
input, input:visited {
|
||||||
border: 1px outset #999;
|
border: 1px outset #999;
|
||||||
|
@ -75,7 +75,7 @@ input, input:visited {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 1px 2px;
|
padding: 1px 2px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 110px;
|
min-width: 80px;
|
||||||
color: #006;
|
color: #006;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
@ -94,13 +94,20 @@ input:active {
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
background: white;
|
background: white;
|
||||||
color: #001;
|
color: #001;
|
||||||
margin: 5px;
|
margin: 5px 10px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid #001;
|
border: 1px solid #001;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
input[type=submit] {
|
||||||
|
background: #d3e6f0;
|
||||||
|
border-radius: 8px;
|
||||||
|
margin: 5px 10px;
|
||||||
|
min-width: 50px;
|
||||||
|
padding: 5px 18px;
|
||||||
|
}
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
min-width: 10px; /* for Chrome */
|
min-width: 10px; /* for Chrome */
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
|
@ -209,6 +216,9 @@ aside {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
z-index: 8;
|
z-index: 8;
|
||||||
}
|
}
|
||||||
|
aside input[type=text] {
|
||||||
|
width: 220px;
|
||||||
|
}
|
||||||
.menubox {
|
.menubox {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
|
@ -186,13 +186,14 @@ div#downloadDetails table * {
|
||||||
background: #bcd1e5 !important;
|
background: #bcd1e5 !important;
|
||||||
}
|
}
|
||||||
div#downloadDetails table {
|
div#downloadDetails table {
|
||||||
|
border-collapse: collapse;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
div#downloadDetails table td {
|
div#downloadDetails table td {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 5px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#uploads table thead th:nth-child(2) {
|
div#uploads table thead th:nth-child(2) {
|
||||||
|
@ -202,14 +203,17 @@ div#uploads table thead th:nth-child(3) {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
div#uploads table thead th:nth-child(4) {
|
div#uploads table thead th:nth-child(4) {
|
||||||
width: 100px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
div#uploads table thead th:nth-child(5) {
|
div#uploads table thead th:nth-child(5) {
|
||||||
width: 100px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
div#uploads table tbody td:nth-child(1) {
|
div#uploads table tbody td:nth-child(1) {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
div#uploads table tbody td:nth-child(2) {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
div#uploads table tbody td:nth-child(3) {
|
div#uploads table tbody td:nth-child(3) {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
@ -218,7 +222,7 @@ div#uploads table tbody td:nth-child(4) {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
div#uploads table tbody td:nth-child(5) {
|
div#uploads table tbody td:nth-child(5) {
|
||||||
padding-right: 40px;
|
padding-right: 25px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue