1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-08 13:56:07 +00:00

Better styling for the fields editor

This commit is contained in:
Jeremy Ruston
2013-10-23 17:04:10 +01:00
parent 6f2dbd0978
commit dfdb34a5cc
2 changed files with 15 additions and 10 deletions

View File

@@ -630,28 +630,33 @@ canvas.tw-edit-bitmapeditor {
width: 48%;
}
.tw-edit-fields > .tw-list-frame > div:nth-child(odd) {
.tw-edit-fields {
width: 100%;
}
.tw-edit-fields table, .tw-edit-fields tr, .tw-edit-fields td {
border: none;
padding: 4px;
}
.tw-edit-fields > tbody > .tw-edit-field:nth-child(odd) {
background-color: #f0f4f0;
}
.tw-edit-fields > .tw-list-frame > div:nth-child(even) {
.tw-edit-fields > tbody > .tw-edit-field:nth-child(even) {
background-color: #e0e8e0;
}
.tw-edit-field-name {
display: inline-block;
width: 15%;
text-align: right;
}
.tw-edit-field-value {
display: inline-block;
width: 75%;
.tw-edit-field-value input {
width: 100%;
}
.tw-edit-field-remove {
display: inline-block;
width: 5%;
}
.tw-edit-field-remove svg {