mirror of https://github.com/docker/docs.git
Merge pull request #628 from kitematic/fix-update-ui
Fixed auto-update button layout.
This commit is contained in:
commit
084fc776da
|
@ -18,6 +18,12 @@
|
||||||
min-width: @sidebar-width + 1px;
|
min-width: @sidebar-width + 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.right-header {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
flex: 1 0;
|
||||||
|
}
|
||||||
|
|
||||||
.updates {
|
.updates {
|
||||||
flex: 1 auto;
|
flex: 1 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -27,9 +33,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
position: absolute;
|
padding: 0.9rem 1rem 0 0;
|
||||||
right: 1rem;
|
|
||||||
top: 0.8rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-wrapper {
|
.login-wrapper {
|
||||||
|
|
|
@ -203,8 +203,8 @@ input[type="text"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.small {
|
&.small {
|
||||||
font-size: 11px;
|
font-size: 10px;
|
||||||
padding: 3px 8px 3px 8px;
|
padding: 0.3rem 0.7rem;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
.icon {
|
.icon {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
Loading…
Reference in New Issue