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:
56dec89
)
Fix for buggy checkbox display and selects/textareas
author
Luzifr
<szekely@woltlab.com>
Tue, 9 Aug 2011 19:26:12 +0000
(21:26 +0200)
committer
Luzifr
<szekely@woltlab.com>
Tue, 9 Aug 2011 19:26:12 +0000
(21:26 +0200)
wcfsetup/install/files/acp/style/testing.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/testing.css
b/wcfsetup/install/files/acp/style/testing.css
index f370d0fbfa40eb3c649da8ce7ed6e325ffa1e37d..b7545965135f07ae5293a0a050d136969a66628d 100644
(file)
--- a/
wcfsetup/install/files/acp/style/testing.css
+++ b/
wcfsetup/install/files/acp/style/testing.css
@@
-501,6
+501,7
@@
fieldset > ul li {
dl {
clear: both;
margin-bottom: 7px;
+ position: relative;
}
dl.disabled > dt {
@@
-562,11
+563,14
@@
dl > dd > fieldset > dl > dd > small {
dt.reversed {
margin-top: 2px;
text-align: left;
- position:
relativ
e;
+ position:
absolut
e;
left: 270px;
- width:
auto
;
+ width:
100%
;
}
+ dt.reversed ~ dd > input[type='checkbox'] {
+ margin-left: 0;
+}
/* -- -- -- -- -- Forms -- -- -- -- -- */
@@
-689,12
+693,12
@@
textarea:focus {
/* Widths */
textarea {
- width:
100
%;
+ width:
95
%;
}
/*
select {
- width:
100
%;
+ width:
95
%;
}
*/