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:
71b9383
)
Added fixed width for popovers
author
Marcel Werk
<burntime@woltlab.com>
Sun, 3 Feb 2013 20:17:00 +0000
(21:17 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Sun, 3 Feb 2013 20:17:00 +0000
(21:17 +0100)
wcfsetup/install/files/style/global.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/global.less
b/wcfsetup/install/files/style/global.less
index 380c8435fe3ba8426a7aae0b0b7af4b250f76ba1..fcf7e188c776adee03a195808e942d955c260400 100644
(file)
--- a/
wcfsetup/install/files/style/global.less
+++ b/
wcfsetup/install/files/style/global.less
@@
-170,12
+170,12
@@
body > iframe[src="about:blank"] {
/* popover */
.popover {
background-color: rgba(0, 0, 0, .4);
- max-width: 450px;
min-height: 32px;
- m
in-width: 15
0px;
+ m
ax-height: 30
0px;
padding: @wcfGapSmall;
position: absolute;
vertical-align: middle;
+ width: 400px !important;
z-index: 500;
.borderRadius(6px);