summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/stats.css27
1 files changed, 18 insertions, 9 deletions
diff --git a/css/stats.css b/css/stats.css
index e63be80..7e3fc6b 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -107,11 +107,25 @@
max-width:500px;
}
+.mapThumbnailOuter {
+ border:0px;
+ margin:2px;
+ float:left;
+ min-width:120px;
+ border-radius:10px;
+}
+.mapThumbnailOuter.selectedMap {
+ /* Make sure border-width + margin == .mapThumbnailOuter margin */
+ margin: 0px;
+ border:2px;
+ border-color: #868AA8;
+ border-style: solid;
+}
.mapThumbnail {
display:inline-block;
padding: 8px;
background-color:#334;
- margin: 4px;
+ margin: 2px;
border-radius:10px;
cursor:pointer;
padding-top: 0px;
@@ -119,14 +133,6 @@
.mapThumbnail:hover {
background-color:#445;
}
-
-.mapThumbnail.selectedMap {
- border-color: #CC3333;
- border-style: solid;
- /* Make sure border-width + margin == .mapThumbnail margin */
- border-width: 3px;
- margin: 1px;
-}
.mapThumbnail.currentlyRunning {
background-color: #373737;
color: #CCCCCC;
@@ -252,6 +258,9 @@ td, th {
.scoreRowSelf {
background-color: #343c57;
}
+.solutionSelected {
+ background-color: #646470;
+}
.scoreRowSolutionAvailable {
/* Temporary adjust for font changes */