Files
sailing-analytics/java/com.sap.sailing.gwt.ui/Leaderboard.css
T

265 lines
5.1 KiB
CSS
Executable File

/** Add css rules here for your application. */
.clear {
clear: both;
font-size: 1px;
height: 0px;
line-height: 0px;
margin: -1px 0 0;
width: 100%; }
.cover {
left: -1000px;
overflow: hidden;
position: absolute;
top: -1000px; }
html {
font-size: 15px;
}
html, body {
height: 100%;
width: 100%;
}
body {
background: #fff;
font-family: 'Open Sans', Arial, Verdana, sans-serif;
line-height: 1;
font-size: 14px;
font-weight: 400;
margin: 0;
}
/** Example rules used by the template application (remove for your app) */
h1 {
font-size: 2em;
font-weight: bold;
color: #777777;
margin: 40px 0px 70px;
text-align: center;
}
table {
border-collapse: separate; }
.leaderboardContent {
}
.leaderboardContent td, .leaderboardContent th {
/* vertical-align: bottom; */
line-height: 1.3;
/* padding-top: 2px; */
}
.leaderboardContent-toolbar {
}
.leaderboardLabel {
border-bottom: 2px solid #007dc0;
font-weight: bold;
margin: 5px;
}
.refreshAndSettings {
background: #f2f2f2;
border-bottom: 2px solid #fff;
border-top: 2px solid #fff;
height: 30px; }
.refreshAndSettings table td {
padding: 0 10px 0 0;}
.refreshAndSettings table table td{
padding: 0 0 0 0;}
input.magnifier{
display: block;
margin: 3px auto 0 auto !important;
}
body, table td, select, button {
font-family: 'Open Sans', Arial, Verdana, sans-serif;
font-size: 12px;
}
table button {
float: right;
}
.errorLabel {
color: #FF0000;
}
.abstractChartPanel-importantMessageOfChart {
font-family: 'Open Sans',Arial,Verdana,sans-serif;
font-weight: bold;
font-size: 20px;
height: 70px;
margin: 0 auto;
padding: 49px 0 0 80px;
width: 300px;
color: #7c7c7c;
background: url(images/important-message.png) left center no-repeat;
}
.LeaderboardHeader {
position: relative;
margin: 0 auto;
width: 100%;
text-align: center;
font-family: 'Open Sans', Arial, Verdana, sans-serif;
font-size: 18px;
color: #fff;
margin-top: 22px;
}
.leaderboardHeading {
font-size: 16px;
font-family: 'Open Sans', Arial, Verdana, sans-serif;
font-weight: bold;
}
.gwt-DialogBox {
z-index: 20;
}
.bold {
font-family: 'Open Sans Condensed', sans-serif;
font-weight: bold;
}
.trackingQuality-circle {
width: 8px;
height: 8px;
-moz-border-radius-topleft: 50%;
-webkit-border-top-left-radius: 50%;
-o-border-top-left-radius: 50%;
-ms-border-top-left-radius: 50%;
border-top-left-radius: 50%;
-moz-border-radius-topright: 50%;
-webkit-border-top-right-radius: 50%;
-o-border-top-right-radius: 50%;
-ms-border-top-right-radius: 50%;
border-top-right-radius: 50%;
-moz-border-radius-bottomleft: 50%;
-webkit-border-bottom-left-radius: 50%;
-o-border-bottom-left-radius: 50%;
-ms-border-bottom-left-radius: 50%;
border-bottom-left-radius: 50%;
-moz-border-radius-bottomright: 50%;
-webkit-border-bottom-right-radius: 50%;
-o-border-bottom-right-radius: 50%;
-ms-border-bottom-right-radius: 50%;
border-bottom-right-radius: 50%;
float: left;
}
.circleYellow {
background: #fbba00;
}
.circleGreen {
background: #8ab54e;
}
.circleRed {
background: #f01010;
}
.busyIndicator-Simple {
margin-top: 7px;
}
.busyIndicator-Circle {
}
/* quick fix general styles editable leaderboard */
.editableLeaderboardPanel {
padding: 5px;
}
.suppressedCompetitorsLabel {
margin-top: 10px;
margin-bottom: 5px;
}
/* quick fix to hide unused selection row of editable leaderboard table */
table.editableLeaderboardTable tr th:first-child { display: none; }
table.editableLeaderboardTable tr td:first-child { display: none; }
.editableLeaderboardContentPanel.mobile {
display: inline-block;
width: auto;
}
.editableLeaderboardContentPanel.mobile .editableLeaderboardTable {
width: auto;
}
.editableLeaderboardContentPanel.mobile .editableLeaderboardTable .totalRankColumn {
width: 60px;
}
/* edit button of editable leaderboard table
.editableLeaderboardTable .editButton {
padding: 0;
margin-left: 3px;
cursor: pointer;
width: 20px;
height: 20px;
display: flex;
}
.editableLeaderboardTable .editButton span {
background: url(images/edit.png) center center no-repeat;
width: 16px;
height: 16px;
} */
.editableLeaderboardTable .editButton {
margin-left: 3px;
padding: 0 2px;
cursor: pointer;
height: 20px;
font-size: 10px;
}
.editableLeaderboardTable .suppressButton,
.suppressedCompetitorsTable .suppressButton {
padding: 0 2px;
cursor: pointer;
height: 20px;
font-size: 10px;
}
.editableLeaderboardTable .raceCell div {
white-space: nowrap;
}
.editableLeaderboardTable .raceCell span {
display: inline-block;
vertical-align: middle;
}
.editableLeaderboardTable .accumulatedCell div {
white-space: nowrap;
}
.editableLeaderboardTable .accumulatedCell span {
display: inline-block;
vertical-align: middle;
}
.editableLeaderboardTable .competitorNameCell div {
white-space: nowrap;
display: flex;
}
.editableLeaderboardTable .competitorNameCell div span {
display: inline-block;
vertical-align: middle;
}
.editableLeaderboardTable .competitorNameCell div span:first-child {
width: 100%;
}