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:
6fc5b21
)
Line-break before "Inner Errors" (will not work in Firefox until version 10!)
author
Luzifr
<szekely@woltlab.com>
Thu, 6 Oct 2011 14:44:01 +0000
(16:44 +0200)
committer
Luzifr
<szekely@woltlab.com>
Thu, 6 Oct 2011 14:44:01 +0000
(16:44 +0200)
wcfsetup/install/files/acp/style/style.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/style.css
b/wcfsetup/install/files/acp/style/style.css
index 2775aec143cfe2b8e078bec9a45f0ba6164921d3..2c47297ce0e9fc9fe433fd9a261616e3f6d656ae 100644
(file)
--- a/
wcfsetup/install/files/acp/style/style.css
+++ b/
wcfsetup/install/files/acp/style/style.css
@@
-1671,7
+1671,6
@@
table input[type='checkbox'] {
.pageNavigation ul li:not(.children) {
border-radius: 3px;
-
display: inline-block;
position: relative;
}
@@
-1837,8
+1836,8
@@
p.error {
margin-top: 5px;
padding: 2px 10px 2px 25px;
+ display: table !important;
position: relative;
- display: inline-block;
clear: both;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
@@
-1846,7
+1845,6
@@
p.error {
-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
-
}
.innerError .arrowOuter {