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:
ece686a
)
Should fix color of heading in installation
author
Luzifr
<szekely@woltlab.com>
Thu, 16 Feb 2012 15:28:00 +0000
(16:28 +0100)
committer
Luzifr
<szekely@woltlab.com>
Thu, 16 Feb 2012 15:28:00 +0000
(16:28 +0100)
wcfsetup/install/files/acp/style/wcf.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/wcf.css
b/wcfsetup/install/files/acp/style/wcf.css
index 50b81df8ed9175bfbcfffcea1b0bb6d689e3a98b..dc1e49d2bdbf46e3b78b2b62d01ad29c46d15caf 100644
(file)
--- a/
wcfsetup/install/files/acp/style/wcf.css
+++ b/
wcfsetup/install/files/acp/style/wcf.css
@@
-1613,10
+1613,6
@@
table .wcf-label {
margin-top: 30px;
}
-.wcf-dialogContainer .wcf-mainHeading {
- margin-top: 0;
-}
-
.wcf-mainHeading > img,
.wcf-mainHeading > svg {
float: left;
@@
-1690,6
+1686,18
@@
table .wcf-label {
padding-top: 3px;
}
+/* Special -> Dialog */
+
+.wcf-dialogContainer .wcf-mainHeading {
+ margin-top: 0;
+}
+
+.wcf-dialogContainer .wcf-mainHeading > hgroup h1,
+.wcf-dialogContainer .wcf-mainHeading > hgroup h1 a {
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
+ color: rgba(255, 255, 255, 1);
+}
+
/* -- -- -- Sub Heading -- -- -- */