Rev3224, Small cosmetic changes on sidebar Sign and publish button

This commit is contained in:
shortcutme 2018-01-21 18:14:12 +01:00
parent acfe4deacf
commit 9c4093dc7c
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
7 changed files with 36 additions and 20 deletions

View file

@ -124,7 +124,7 @@
.globe.error { text-align: center; padding-top: 156px; box-sizing: border-box; opacity: 0.2; }
/* Sign publish */
.contents { background-color: #3B3B3B; color: white; padding: 7px 10px; font-family: Consolas; font-size: 11px; display: inline-block; margin-bottom: 6px; }
.contents { background-color: #3B3B3B; color: white; padding: 7px 10px; font-family: Consolas; font-size: 11px; display: inline-block; margin-bottom: 6px; margin-top: 10px }
.contents a { color: white }
.contents a:active { background-color: #6B6B6B }
@ -145,7 +145,11 @@
}
#menu-sign-publish {
margin-left: 5px;
color: #AAA;
padding: 7px;
margin: 0px;
}
#menu-sign-publish:hover { color: white }
/* Small screen */
@media screen and (max-width: 600px) {