update translator styles

This commit is contained in:
Georg Fischer 2016-01-06 20:24:52 +01:00
parent 4d5fb06edc
commit 1661fb91e2

View File

@ -25,7 +25,7 @@ code { font-family: Menlo, monospace; color: #333; }
a:not(.button) { color: #06f; text-decoration: none; border-bottom: 1px #efefef solid;}
a:not(.button):hover { border-bottom-color: #ccc; }
.translation-item { margin-bottom: 50px; display: block; }
.translation-item-path { font-family: Menlo, monospace; font-size: 10px; color: #ccc; margin-bottom: 10px; display: block; border: none; }
.translation-item .translation-item-path { font-family: Menlo, monospace; font-size: 10px; color: #ccc; margin-bottom: 10px; display: block; border: none; }
.translation-item input, .translation-item textarea { font-family: sans-serif; color: #666; font-size: 14px; line-height: 1.5; width: 100%; display: block; padding: 3px; }
.translation-item textarea { min-height: 200px };
.translation-item-original { margin-bottom: 15px; }