* file list styling

* DataTables translation modification to prevent confusion

git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@169 5e329b0b-a2ee-ea63-e329-299493fc886d
This commit is contained in:
vit.jonas@gmail.com 2011-06-17 12:31:12 +00:00
parent c1e7bea755
commit ef63b27b6c
7 changed files with 14 additions and 8 deletions

View File

@ -6,7 +6,7 @@
"sInfoEmpty": "Zobrazuji 0 až 0 z 0 záznamů",
"sInfoFiltered": "(filtrováno z celkem _MAX_ záznamů)",
"sInfoPostFix": "",
"sSearch": "Hledat:",
"sSearch": "Filtrovat:",
"sUrl": "",
"oPaginate": {
"sFirst": "První",

View File

@ -6,7 +6,7 @@
"sInfoEmpty": "0 bis 0 von 0 Einträgen",
"sInfoFiltered": "(gefiltert von _MAX_ Einträgen)",
"sInfoPostFix": "",
"sSearch": "Suchen",
"sSearch": "Filter",
"sUrl": "",
"oPaginate": {
"sFirst": "Erster",

View File

@ -6,7 +6,7 @@
"sInfoEmpty": "Showing 0 to 0 of 0 entries",
"sInfoFiltered": "(filtered from _MAX_ total entries)",
"sInfoPostFix": "",
"sSearch": "Search:",
"sSearch": "Filter:",
"sUrl": "",
"oPaginate": {
"sFirst": "First",

View File

@ -6,7 +6,7 @@
"sInfoEmpty": "Mostrando desde 0 hasta 0 de 0 registros",
"sInfoFiltered": "(filtrado de _MAX_ registros en total)",
"sInfoPostFix": "",
"sSearch": "Buscar:",
"sSearch": "Filtro:",
"sUrl": "",
"oPaginate": {
"sFirst": "Primero",

View File

@ -6,7 +6,7 @@
"sInfoEmpty": "Affichage de l'élement 0 à 0 sur 0 éléments",
"sInfoFiltered": "(filtré de _MAX_ éléments au total)",
"sInfoPostFix": "",
"sSearch": "Rechercher :",
"sSearch": "Filtre:",
"sUrl": "",
"oPaginate": {
"sFirst": "Premier",

View File

@ -6,7 +6,7 @@
"sInfoEmpty": "Записи с 0 до 0 из 0 записей",
"sInfoFiltered": "(отфильтровано из _MAX_ записей)",
"sInfoPostFix": "",
"sSearch": "Поиск:",
"sSearch": "Фильтр:",
"sUrl": "",
"oPaginate": {
"sFirst": "Первая",

View File

@ -17,6 +17,7 @@ table.entries td.modified {
}
table.entries td.actions {
min-width: 108px;
width: 108px;
}
@ -30,6 +31,10 @@ table.entries th.check, table.entries td.check {
text-align: left;
}
table.display th {
font-size: 1.2em;
}
table.entries th.check div.DataTables_sort_wrapper {
padding: 0;
}
@ -75,11 +80,12 @@ form.dmfs_entries {
display: block;
}
form.dmfs_entries div.controls {
div.dataTables_wrapper div.fg-toolbar {
font-size: 0.9em;
}
form.dmfs_entries div.controls input, form.dmfs_entries div.controls button {
div.dataTables_wrapper div.fg-toolbar input, div.dataTables_wrapper div.fg-toolbar button,
div.dataTables_wrapper div.fg-toolbar select {
font-size: 0.9em;
}