Skip to content

Commit 1a8dcc1

Browse files
fusharveluca93
authored andcommitted
Reduce scoreboard font size and widen layout
1 parent a215516 commit 1a8dcc1

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

cmsranking/static/Ranking.css

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
/* FIXME: I'd suggest putting a 0.75em font-size */
3-
font: 1em/1.5em sans-serif;
3+
font: .85em/1.3em sans-serif;
44

55
color: black;
66

@@ -25,7 +25,7 @@ a {
2525
}
2626

2727
abbr {
28-
border-bottom: 1px dotted black;
28+
text-decoration: none;
2929
}
3030

3131
/******************************************************************************\
@@ -37,15 +37,20 @@ abbr {
3737

3838
#LogoPanel {
3939
position: absolute;
40-
top: 24px;
40+
top: 65px;
4141
left: 24px;
4242
width: 200px;
4343
}
4444

45+
#LogoPanel img {
46+
width: 160px;
47+
margin-left: 10px;
48+
}
49+
4550
#UpperPanel {
4651
position: absolute;
4752
top: 0;
48-
left: 248px;
53+
left: 0;
4954
right: 0;
5055
height: 3em;
5156
border-width: 0 0 2px 2px;
@@ -217,7 +222,7 @@ abbr {
217222

218223
#TimeView.pre_cont + #SidePanel,
219224
#TimeView.cont + #SidePanel {
220-
top: 280px;
225+
top: 260px;
221226
}
222227

223228

@@ -374,7 +379,7 @@ abbr {
374379
#Scoreboard {
375380
width: 100%;
376381
table-layout: fixed;
377-
margin: 3em 0;
382+
margin: 20px 0;
378383
}
379384

380385
#Scoreboard_cols col.sel {
@@ -1114,9 +1119,8 @@ abbr {
11141119
#ConnectionStatus_label {
11151120
display: inline-block;
11161121
position: relative;
1117-
height: 1.5em;
1122+
height: 1.3em;
11181123
padding: 0.25em 20px;
1119-
margin: -1px 0;
11201124
z-index: 2;
11211125
border-width: 1px;
11221126
border-style: solid;

0 commit comments

Comments
 (0)