Skip to content

Commit

Permalink
Ranking: Adjust layout to make it more spacious
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Aug 31, 2022
1 parent a9742bd commit 8cba28d
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions cmsranking/static/Ranking.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
/* FIXME: I'd suggest putting a 0.75em font-size */
font: 1em/1.5em sans-serif;
font: .85em/1.3em sans-serif;

color: black;

Expand All @@ -25,7 +25,7 @@ a {
}

abbr {
border-bottom: 1px dotted black;
text-decoration: none;
}

/******************************************************************************\
Expand All @@ -37,15 +37,20 @@ abbr {

#LogoPanel {
position: absolute;
top: 24px;
top: 65px;
left: 24px;
width: 200px;
}

#LogoPanel img {
width: 160px;
margin-left: 10px;
}

#UpperPanel {
position: absolute;
top: 0;
left: 248px;
left: 0;
right: 0;
height: 3em;
border-width: 0 0 2px 2px;
Expand Down Expand Up @@ -217,7 +222,7 @@ abbr {

#TimeView.pre_cont + #SidePanel,
#TimeView.cont + #SidePanel {
top: 280px;
top: 260px;
}


Expand Down Expand Up @@ -247,7 +252,7 @@ abbr {
-moz-box-sizing: content-box;
box-sizing: content-box;
top: 0;
left: 250px;
left: 256px;
height: 1.5em;
margin: 0.5em;
border: 0;
Expand Down Expand Up @@ -374,7 +379,7 @@ abbr {
#Scoreboard {
width: 100%;
table-layout: fixed;
margin: 3em 0;
margin: 20px 0;
}

#Scoreboard_cols col.sel {
Expand Down Expand Up @@ -922,6 +927,7 @@ abbr {

#UserDetail_team {
bottom: 100px;
font-size: 25px;
}

#UserDetail_flag {
Expand Down Expand Up @@ -1098,9 +1104,8 @@ abbr {
#ConnectionStatus_label {
display: inline-block;
position: relative;
height: 1.5em;
height: 1.3em;
padding: 0.25em 20px;
margin: -1px 0;
z-index: 2;
border-width: 1px;
border-style: solid;
Expand Down

0 comments on commit 8cba28d

Please sign in to comment.