调整配置页面的样式

This commit is contained in:
fofolee
2020-04-10 17:48:01 +08:00
parent a67409fbbb
commit a604a04546
2 changed files with 14 additions and 11 deletions

View File

@@ -137,12 +137,18 @@
#options table {
border-collapse: collapse;
table-layout:fixed;
width: 100%;
}
#options table td {
border-collapse: collapse;
padding: 3px;
margin-right: 15px;
word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
#options table tr:nth-child(odd) {
@@ -166,13 +172,6 @@
margin-right: 5px;
}
#options div.cmds {
width: 260px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#options .keyword.re {
color: rgb(105, 40, 97);
}