-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add handling of nested directories under lang and soft delete/undelet…
…e of translations
- Loading branch information
Showing
22 changed files
with
915 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
.editable-click, | ||
a.editable-click, | ||
a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: dashed 1px #0088cc; | ||
} | ||
|
||
.translation-manager .editable-click, | ||
.translation-manager a.editable-click, | ||
.translation-manager a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
} | ||
|
||
h1 .editable-click, h1 a.editable-click, h1 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #0088cc; | ||
} | ||
|
||
h2 .editable-click, h2 a.editable-click, h2 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #0088cc; | ||
} | ||
|
||
h3 .editable-click, h3 a.editable-click, h3 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #0088cc; | ||
} | ||
|
||
h4 .editable-click, h4 a.editable-click, h4 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #0088cc; | ||
} | ||
|
||
h5 .editable-click, h5 a.editable-click, h5 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #0088cc; | ||
} | ||
|
||
h6 .editable-click, h6 a.editable-click, h6 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #0088cc; | ||
} | ||
|
||
.translation-manager h1 .editable-click, h1 a.editable-click, h1 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #FF00cc !important; | ||
} | ||
|
||
.translation-manager h2 .editable-click, h2 a.editable-click, h2 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #FF00cc !important; | ||
} | ||
|
||
.translation-manager h3 .editable-click, h3 a.editable-click, h3 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #FF00cc !important; | ||
} | ||
|
||
.translation-manager h4 .editable-click, h4 a.editable-click, h4 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #FF00cc !important; | ||
} | ||
|
||
.translation-manager h5 .editable-click, h5 a.editable-click, h5 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #FF00cc !important; | ||
} | ||
|
||
.translation-manager h6 .editable-click, h6 a.editable-click, h6 a.editable-click:hover { | ||
text-decoration: none; | ||
border-bottom: none; | ||
border-bottom: dashed 1px #FF00cc !important; | ||
} | ||
|
||
.table.translation-stats > thead > tr > th, | ||
.table.translation-stats > tbody > tr > td { | ||
margin: 0 0 0 !important; | ||
padding: 2px 6px 2px 6px; | ||
} | ||
|
||
.table.translation-stats > thead > tr > th.missing | ||
.table.translation-stats > tbody > tr > td.changed { | ||
text-align: right; | ||
padding-right: 8px; | ||
} | ||
|
||
.table.translation-stats > tbody > tr > td.group { | ||
text-align: left; | ||
font-weight: bold; | ||
padding-left: 8px; | ||
} | ||
|
||
.table.translation-stats > thead > tr > th.deleted, | ||
.table.translation-stats > tbody > tr > td.group.deleted > a | ||
{ | ||
color: #3399f3; | ||
} | ||
|
||
.table.translation-stats > thead > tr > th.missing, | ||
.table.translation-stats > tbody > tr > td.group.missing > a { | ||
color: #d00030; | ||
} | ||
|
||
.table.translation-stats > thead > tr > th.changed, | ||
.table.translation-stats > tbody > tr > td.group.changed > a { | ||
color: #00A030; | ||
} | ||
|
||
textarea.editable-input { | ||
width: 600px !important; | ||
display: block !important; | ||
} | ||
|
||
.editable-container.editable-inline { | ||
display: block !important; | ||
width: 400px !important; | ||
} | ||
|
||
.editable-container .editable-error-block { | ||
display: block !important; | ||
max-width: 600px !important; | ||
} | ||
|
||
.editable-buttons .editable-translate { | ||
margin-left: 1px; | ||
} | ||
|
||
.table-translations tr.editing { | ||
backround-color: rgba(255, 255, 100, .3); | ||
} | ||
|
||
.table-striped > tbody > tr.editing:nth-of-type(odd) { | ||
background-color: #f7f9da; | ||
} | ||
|
||
.table-striped > tbody > tr.editing:nth-of-type(even) { | ||
background-color: #fffdd9; | ||
} | ||
|
||
/*.table-translations tr.deleted-translation {*/ | ||
/*text-decoration: line-through;*/ | ||
/*}*/ | ||
|
||
.table-translations tr.deleted-translation { | ||
backround-color: rgba(255, 130, 147, 0.31); | ||
} | ||
|
||
.table-striped > tbody > tr.deleted-translation:nth-of-type(odd) { | ||
background-color: #f5e1e3; | ||
} | ||
|
||
.table-striped > tbody > tr.deleted-translation:nth-of-type(even) { | ||
background-color: #ffebec; | ||
} | ||
|
||
.table-translations tr.editing.deleted-translation { | ||
backround-color: rgba(255, 136, 77, 0.41); | ||
} | ||
|
||
.table-striped > tbody > tr.editing.deleted-translation:nth-of-type(odd) { | ||
background-color: #f5d3c4; | ||
} | ||
|
||
.table-striped > tbody > tr.editing.deleted-translation:nth-of-type(even) { | ||
background-color: #ffdccc; | ||
} | ||
|
||
a.status-1 { | ||
font-weight: bold; | ||
} | ||
|
||
del { | ||
color: #C80010; | ||
} | ||
|
||
ins { | ||
color: #108030; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.