* implemented enchantment conditions for meta gems
 * removed hardcoded static-domain in transfer-string
Site:
 * gain rep for ACTION_REGISTER when logging in for the first time, using external auth
 * language-menu uses the same dropdown-icon as other menus
Spell:
 * hide procChance of 100% or more
ItemComparison:
 * fixed display of drag-icon
 * fixed single gems being moved to first empty socket in tooltips

squelched some notices in quest.php and item.php
This commit is contained in:
Sarjuuk
2014-08-13 21:39:57 +02:00
parent 78422b9130
commit cdfde74eb9
16 changed files with 2904 additions and 45 deletions

View File

@@ -3679,10 +3679,13 @@ a:hover.pet-zoom {
padding: 5px 0 5px 0px;
}
/* still in use */
/* still in use, merge with .hassubmenu */
a#toplinks-language {
padding: 0 0 0 21px;
background: url(../images/icons/language.gif) left center no-repeat;
/* padding: 0 0 0 21px; */
padding: 0 13px 0 21px;
background-image: url(../images/icons/language.gif), url(../images/Menu/arrow-down-ffcd55.gif);
background-position: left center, right center;
background-repeat: no-repeat, no-repeat;
}
/* the search.css is basicly empty without the styles for googleseach */

View File

@@ -308,7 +308,7 @@
}
.dragged {
z-index: 1000;
z-index: 1000 !important;
opacity: 0.35;
filter: alpha(opacity=35);
}