content/sidebar: add sign-in button
This commit is contained in:
parent
2094c6464d
commit
c1b43dde56
6 changed files with 48 additions and 11 deletions
32
basewiki/bootstrap.local.css
vendored
32
basewiki/bootstrap.local.css
vendored
|
@ -143,6 +143,14 @@ code {
|
|||
padding: 15px 15px;
|
||||
}
|
||||
|
||||
.navbar .in {
|
||||
padding-top: 9px;
|
||||
}
|
||||
|
||||
.navbar .collapsing {
|
||||
padding-top: 9px;
|
||||
}
|
||||
|
||||
/* some hacking at typefaces to get some fresh zest in here
|
||||
* fallbacks from:
|
||||
* https://en.wikipedia.org/wiki/List_of_typefaces_included_with_Microsoft_Windows
|
||||
|
@ -440,11 +448,14 @@ header h1::before {
|
|||
|
||||
/* Language switchers */
|
||||
|
||||
|
||||
.language-switcher {
|
||||
display: block;
|
||||
background: #f8f8f8;
|
||||
color: #333;
|
||||
border-color: #ccc;
|
||||
margin-bottom: -4px;
|
||||
margin-left: -3px;
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
.language-switcher:hover {
|
||||
|
@ -453,11 +464,18 @@ header h1::before {
|
|||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.language-switcher-top {
|
||||
display: block;
|
||||
padding-top: 9px;
|
||||
width: 120px; /* Force size to prevent overflowing breadcrumbs */
|
||||
height: 35px;
|
||||
z-index: 5;
|
||||
/* Sign-in buttons */
|
||||
|
||||
.sign-in {
|
||||
background: #f8f8f8;
|
||||
color: #333;
|
||||
border-color: #ccc;
|
||||
margin-top: 9px;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.sign-in:hover {
|
||||
background: #e6e6e6;
|
||||
color: #333;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue