Merge remote-tracking branch 'server/master'

This commit is contained in:
Axel Uhl
2012-11-21 19:08:55 +01:00
4 changed files with 41 additions and 0 deletions
@@ -385,6 +385,37 @@ body ::-webkit-scrollbar-track {
right:0;
}
.globalNavigationLink, .globalNavigationLink:visited {
font-family: UbuntuBold, Verdana, Arial, sans-serif;
border: none;
display: inline-block;
padding: 2px 10px 4px;
color: #fff;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
cursor: pointer;
height: 24px;
white-space: nowrap;
}
.globalNavigationLink:active {
top: 1px;
position: relative;
border: none;
}
.globalNavigationLink:hover {
background: url(images/btn-cta-orangeleft.png) center -30px repeat-x;
cursor: pointer;
}
.globalNavigation-leaderBoardGroup a, .globalNavigation-home a {
background: url(images/globalNavigation-home_bg.png) 11px 8px no-repeat;
}
@@ -613,3 +644,12 @@ body ::-webkit-scrollbar-track {
background: #de8a2e url(images/alert-overlay.png) repeat-x;
font-family: UbuntuRegular, Arial, Verdana, sans-serif;
}
.chartCloseButton {
cursor: pointer;
background: url(images/closeButton.png) right center no-repeat;
height: 18px;
width: 60px;
text-align: left;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -29,6 +29,7 @@ public class DialogBoxExt extends DialogBox {
super();
closeWidget = closeDialogBox;
closeWidget.getElement().addClassName("chartCloseButton");
// an empty header could case a problem!
setHTML(" ");
Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 1.3 KiB