Merge remote-tracking branch 'server/master'

This commit is contained in:
Axel Uhl
2012-07-31 11:51:56 +02:00
3 changed files with 6 additions and 13 deletions
+3 -12
View File
@@ -1,3 +1,6 @@
@import url(fontface.css);
@import url(CommonControls.css);
/** Add css rules here for your application. */
* {
@@ -125,13 +128,6 @@ h1 {
background: none repeat scroll 0 0 #e5e5e5;
}
.gwt-Button {
background-color: #e2e2e2;
border-color: #a3a3a3 !important;
white-space: nowrap;
color: #000;
}
.gwt-Button:hover {
color: #fff;
}
@@ -160,11 +156,6 @@ select {
font-size: 12px !important;
}
button {
font-family: Arial !important;
font-size: 12px !important;
}
.leftPaddedPanel {
padding-left: 50px;
padding-right: 50px;
@@ -13,7 +13,7 @@
<!-- Consider inlining CSS to reduce the number of requested files -->
<!-- -->
<link rel="shortcut icon" type="image/x-icon" href="images/sap.ico" />
<link href="CommonControls.css" rel="stylesheet" type="text/css">
<!-- -->
<!-- Any title is fine -->
@@ -443,11 +443,13 @@ body ::-webkit-scrollbar-track {
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
cursor: pointer;
height: 24px;
white-space: nowrap;
}
.gwt-Button:active {
top: 1px;
position: relative;
border: none;
}
.gwt-Button:hover {