added string and field translation table for translators
This commit is contained in:
@@ -64,7 +64,7 @@ select.form-select:disabled {
|
||||
border-width: 0px;
|
||||
border-style: solid;
|
||||
border-color: none;
|
||||
background: #fff;
|
||||
background: #f0f0f0;
|
||||
color: #1A1A1A;
|
||||
max-width: 100%;
|
||||
}
|
||||
@@ -84,6 +84,17 @@ select.form-select:focus:disabled {
|
||||
border-color: #fff;
|
||||
box-shadow: #fff 0 0 0px;
|
||||
}
|
||||
#i18n-string-locale-translate-edit-form {
|
||||
position: relative;
|
||||
}
|
||||
#i18n-string-locale-translate-edit-form #edit-original {
|
||||
font-size: 1.2em;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
#i18n-string-locale-translate-edit-form .form-item.form-type-textarea {
|
||||
width: 24%;
|
||||
display: inline-block;
|
||||
}
|
||||
span.autocomplete-deluxe-button {
|
||||
top: 0.25em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user