Update index layout to add profile on navbar

This commit is contained in:
Wu Cheng-Han
2017-01-16 12:06:04 +08:00
parent f2ee897699
commit 53223b5e2c
2 changed files with 43 additions and 23 deletions

View File

@@ -78,6 +78,13 @@ body {
margin-top: 10px;
margin-bottom: 10px;
}
.masthead-nav {
text-align: left;
max-width: 1000px;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
}
.masthead-nav > li {
display: inline-block;
}
@@ -263,9 +270,14 @@ input {
text-decoration: underline;
}
.ui-avatar {
border-radius: 15em;
height: auto;
width: 60px;
display: inline-block;
overflow: hidden;
line-height: 1;
vertical-align: middle;
border-radius: 3px;
}
.ui-avatar.circle {
border-radius: 50%;
}
.ui-history-close {
position: absolute;
@@ -338,6 +350,10 @@ input {
display: inline-block !important;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
color: white;
}
select {
color: black;
}