aboutsummaryrefslogtreecommitdiff
path: root/views/default/translation_editor/css/site.php
blob: 941ccdb7a7e6934174201882aafb4b3a4efcf8d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?php 
	$graphics_folder = $vars["url"] . "mod/translation_editor/_graphics/";
?>

#translation_editor_language_table th,
#translation_editor_plugin_list th {
	font-weight: bold;
}

#translation_editor_language_table .translation_editor_flag,
#translation_editor_language_table .translation_editor_enable {
	width: 1%;
	text-align: center;
}

#translation_editor_plugin_list th,
#translation_editor_plugin_list td {
	text-align: center;
	white-space: nowrap;
}

#translation_editor_plugin_list .first_col {
	text-align: left;
	width: 100%;
}

#translation_editor_site_language {
	color: gray;
	margin-left: 10px;
}

#translation_editor_custom_keys_translation_info {
	color: gray;
}

.translation_editor_translation_complete {
	color: green;
}

.translation_editor_translation_needed {
	color: red;
}

.translation_editor_translation_table textarea {	
	height: 70px;
}

.view_mode_active {
	font-weight: bold;
} 

.translation_editor_translation_table tr{
	display: none;
}

.translation_editor_translation_table tr.first_row th{
	font-weight: bold;
}

.translation_editor_translation_table tr.first_row th span{
	font-weight: normal;
}

.translation_editor_translation_table tr.first_row,
.translation_editor_translation_table tr[rel='missing']{
	display: table-row;
	<!-- 
	display: inline-block;
	-->
}

.translation_editor_plugin_key {
	float: right;
	width: 16px;
	height: 16px;
	background: url(<?php echo $graphics_folder;?>key.gif) no-repeat;
}

.translation_editor_translation_table {
	margin-bottom: 20px;
}
	
.translation_editor_translation_table pre {
	white-space: normal;
	margin-bottom: 5px;
}

.translation_editor_translation_table td{
	white-space: nowrap;
}

.translation_editor_translation_table .first_col {
	width: 33px;
}

#translation_editor_search_form td {
	width: 100%;
	white-space: nowrap;
}