Skip to content

Commit 58a90df

Browse files
Updated fonts on admin menu
1 parent 907ccb1 commit 58a90df

File tree

2 files changed

+28
-21
lines changed

2 files changed

+28
-21
lines changed

Website/css/admin.css

+25-20
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,40 @@
33
display: inline-block;
44
}
55

6-
.nav > li button, #ispublished {
7-
padding-left: 8px;
8-
padding-right: 8px;
9-
}
6+
.nav > li button, #ispublished {
7+
padding-left: 8px;
8+
padding-right: 8px;
9+
}
1010
}
1111

1212
.admin {
1313
margin-top: 50px;
1414
}
1515

16-
#admin .navbar-inner {
17-
min-height: 0;
18-
padding-top: 8px;
16+
#admin {
17+
font: 12pt arial;
1918
}
2019

21-
#admin form {
22-
position: absolute;
23-
top: 8px;
24-
right: 1em;
25-
margin: 0;
26-
}
20+
#admin .navbar-inner {
21+
min-height: 0;
22+
padding-top: 8px;
23+
}
2724

28-
#admin .nav {
29-
margin-left: 1em;
30-
}
25+
#admin form {
26+
position: absolute;
27+
top: 8px;
28+
right: 1em;
29+
margin: 0;
30+
}
3131

32-
#admin button:focus {
33-
outline: 0;
34-
white-space: nowrap;
35-
}
32+
#admin .nav {
33+
margin-left: 1em;
34+
}
35+
36+
#admin button:focus {
37+
outline: 0;
38+
white-space: nowrap;
39+
}
3640

3741
#ispublished {
3842
display: none;
@@ -45,6 +49,7 @@
4549
display: inline;
4650
position: relative;
4751
left: 4px;
52+
font-weight: normal;
4853
}
4954

5055
#admin #tools {

Website/views/AdminMenu.cshtml

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@
6060
</div>
6161

6262
<form action="@FormsAuthentication.LoginUrl?signout=true&amp;ReturnUrl=@Request.RawUrl" method="post">
63-
<button type="submit" title="Signed in as @User.Identity.Name" class="btn btn-link pull-right">Sign out <em class="glyphicon glyphicon-lock"></em></button>
63+
<button type="submit" title="Signed in as @User.Identity.Name" class="btn btn-link pull-right">
64+
Sign out &nbsp;<span class="glyphicon glyphicon-lock"></span>
65+
</button>
6466
</form>
6567

6668
<aside>

0 commit comments

Comments
 (0)