Merge branch 'front-page' of https://git.xwikisas.com/xwiki-labs/cryptpad into front-page

changed the menu
This commit is contained in:
CatalinScr
2017-08-04 12:16:33 +03:00
5 changed files with 15 additions and 8 deletions

View File

@@ -815,13 +815,16 @@ body .cryptpad-toolbar {
}
a.cryptpad-logo {
cursor: pointer;
font-size: 1em;
height: auto;
padding: 0px 5px;
display: inline-flex;
text-decoration: none;
height: auto;
padding: 10px;
// hack because of whiteboard and poll
color: white !important;
img {
cursor: pointer;
height: 100%;
width: 100%;
}
}
}
.cryptpad-user {

View File

@@ -25,6 +25,7 @@
font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
.cp-container {
font-size: 16px;
margin-top: @infopages_infobar-height;
padding-top: @infopages_padding;
padding-bottom: @infopages_padding;