aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
diff options
context:
space:
mode:
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"