feat: add admin view for managing translation keys and values
This commit is contained in:
@@ -35,7 +35,22 @@ $(document).ready(function(){
|
||||
text-overflow:ellipsis;
|
||||
overflow:hidden
|
||||
}
|
||||
|
||||
#ceviri-table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
#ceviri-table th:nth-child(1), #ceviri-table td:nth-child(1),
|
||||
#ceviri-table th:nth-child(2), #ceviri-table td:nth-child(2) {
|
||||
width: 45% !important;
|
||||
}
|
||||
#ceviri-table th:nth-child(3), #ceviri-table td:nth-child(3) {
|
||||
width: 10% !important;
|
||||
text-align: center;
|
||||
}
|
||||
#ceviri-table textarea {
|
||||
width: 100% !important;
|
||||
resize: vertical;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="content">
|
||||
|
||||
Reference in New Issue
Block a user