Material UI: finish Create Torrent

This commit is contained in:
DC
2016-08-31 03:35:27 -07:00
parent b6bdeab50b
commit f8cc155650
3 changed files with 107 additions and 82 deletions

View File

@@ -272,10 +272,12 @@ table {
.create-torrent {
padding: 10px 25px;
overflow: hidden;
font: 16px/24px BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
.create-torrent .torrent-attribute {
white-space: nowrap;
margin: 8px 0;
}
.create-torrent .torrent-attribute>* {
@@ -283,13 +285,12 @@ table {
}
.create-torrent .torrent-attribute label {
width: 60px;
margin-right: 10px;
width: 100px;
vertical-align: top;
}
.create-torrent .torrent-attribute>div {
width: calc(100% - 90px);
width: calc(100% - 100px);
}
.create-torrent .torrent-attribute div {
@@ -298,18 +299,6 @@ table {
text-overflow: ellipsis;
}
.create-torrent .torrent-attribute textarea {
width: calc(100% - 80px);
height: 80px;
color: #eee;
background-color: transparent;
line-height: 1.5;
font-size: 14px;
font-family: inherit;
border-radius: 2px;
padding: 4px 6px;
}
/*
* BUTTONS
*/