summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/lang.txt7
-rw-r--r--data/script.js1
-rw-r--r--data/style.css1
3 files changed, 9 insertions, 0 deletions
diff --git a/data/lang.txt b/data/lang.txt
index 4232053d..20c4179f 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -3709,6 +3709,13 @@ cs*:
hu*:
nl : Algemeen
+:_rbrowse_close
+en : close
+ru*:
+cs*:
+hu*:
+nl : sluiten
+
:_rbrowse_type
en : Release type
ru : Тип выпуска
diff --git a/data/script.js b/data/script.js
index f4965ebb..76bb55b9 100644
--- a/data/script.js
+++ b/data/script.js
@@ -1828,6 +1828,7 @@ function filLoad() {
}
addBody(tag('div', { id: 'fil_div', 'class':'hidden' },
+ tag('a', {href:'#', onclick:filShow, 'class':'close'}, mt('_rbrowse_close')),
tag('h3', l[0]),
p,
tag('b', {'class':'ruler'}, null),
diff --git a/data/style.css b/data/style.css
index e1b92ec0..5f619677 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1153,6 +1153,7 @@ div#fil_div {
width: 600px;
text-align: center;
}
+#fil_div a.close { float: right; color: $link$; border: 0; font-weight: bold }
#fil_div p.browseopts { padding: 2px 50px; line-height: 23px }
#fil_div .browseopts a { outline: none }
#fil_div .browseopts a.active { font-weight: bold }