projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
827f5a9
)
Fixed rtl issue in chrome
author
Marcel Werk
<burntime@woltlab.com>
Thu, 8 Oct 2015 14:05:54 +0000
(16:05 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Thu, 8 Oct 2015 14:05:54 +0000
(16:05 +0200)
wcfsetup/install/files/style/global.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/global.less
b/wcfsetup/install/files/style/global.less
index a12b13a194a9ab36ca4db96c5bf49caf89b80534..57bb4cee382274430a361da1fe71f896fd9beddd 100644
(file)
--- a/
wcfsetup/install/files/style/global.less
+++ b/
wcfsetup/install/files/style/global.less
@@
-115,6
+115,11
@@
ol.nativeList {
}
}
+/* workaroud for broken date display on rtl pages in chrome */
+.datetime {
+ display: inline-block;
+}
+
/* hide broken reCaptcha iframe */
body > iframe[src="about:blank"] {
display:none;