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:
e96bdc2
)
Better labeled content in overlays
author
Luzifr
<szekely@woltlab.com>
Mon, 16 Jan 2012 15:15:42 +0000
(16:15 +0100)
committer
Luzifr
<szekely@woltlab.com>
Mon, 16 Jan 2012 15:15:46 +0000
(16:15 +0100)
(not finished yet)
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 feb22b2994d448fe0a334cde0d9460cdacb5ca10..36fffc5b8d7dc5b596e75736d4bf4a3796049063 100644
(file)
--- a/
wcfsetup/install/files/acp/style/wcf.css
+++ b/
wcfsetup/install/files/acp/style/wcf.css
@@
-1705,6
+1705,7
@@
fieldset p.description {
}
+
/* ############## Labeled Content ############## */
/* Simple */
@@
-1799,7
+1800,7
@@
dl > dd > fieldset > dl > dd > label {
display: block;
}
-/* Special */
+/* Special
Sidebar
*/
.sidebar dl > dt {
text-align: left;
@@
-1817,6
+1818,16
@@
dl > dd > fieldset > dl > dd > label {
display: block;
}
+/* Special Overlay */
+
+.wcfDialogContainer dl > dt {
+ width: 130px;
+}
+
+.wcfDialogContainer dl > dd {
+ margin-left: 150px;
+}
+
/* Reversed */