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:
ad2e0f9
)
Prevents text from wrapping
author
Luzifr
<szekely@woltlab.com>
Wed, 2 Nov 2011 17:39:19 +0000
(18:39 +0100)
committer
Luzifr
<szekely@woltlab.com>
Wed, 2 Nov 2011 17:39:24 +0000
(18:39 +0100)
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 c2d059c63283033dcd931cd4b9359d3a202d64d3..50acdfa80596ff2f1583c217d1c72dad0a6b7f4e 100644
(file)
--- a/
wcfsetup/install/files/acp/style/style.css
+++ b/
wcfsetup/install/files/acp/style/style.css
@@
-457,6
+457,7
@@
nav.mainMenu ul li.activeMenuItem a {
font-weight: bold;
text-shadow: 0 1px 0 #fff;
color: #369;
+ white-space: nowrap;
cursor: default !important;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
@@
-1513,6
+1514,7
@@
textarea[disabled='disabled'] {
.largeButtons ul li a {
padding: 10px 15px !important;
+ white-space: nowrap;
}
.largeButtons ul li a img {