aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-25 19:04:12 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-25 19:04:12 -0800
commita2186898859b5b71a06bff3c23977b727409c590 (patch)
tree3aa81a2232b49343cfba3e486ee2d22b539bad9e /fatcat_scholar/templates
parent1bd70950b6dfd92752a02c96e18051d11141c0bc (diff)
downloadfatcat-scholar-a2186898859b5b71a06bff3c23977b727409c590.tar.gz
fatcat-scholar-a2186898859b5b71a06bff3c23977b727409c590.zip
html: small RTL style fixes
Diffstat (limited to 'fatcat_scholar/templates')
-rw-r--r--fatcat_scholar/templates/base.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html
index af73d10..e73a38f 100644
--- a/fatcat_scholar/templates/base.html
+++ b/fatcat_scholar/templates/base.html
@@ -18,7 +18,7 @@
href="/static/scholar.css"
type="text/css">
<style>
- {# fix RTL dividers #}
+ {# locale specific CSS hacks (mostly RTL fixes) #}
{% if locale in ['ar'] %}
.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row), .ui.divided.grid:not([class*="vertically divided"])>.row>.column {
box-shadow: 1px 0 0 0 rgba(34,36,38,.15);
@@ -29,6 +29,10 @@
.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row), .ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column {
box-shadow: 1px 0 0 0 rgba(255,255,255,.1);
}
+ {# search query box right edge #}
+ .ui.action.input:not([class*="left action"]) > input {
+ border-right-color: #999!important;
+ }
{% endif %}
</style>
<link rel="icon"