Merge pull request #2202 from cmgustavo/bug/ux-mobile-18
Bug/ux mobile 18
This commit is contained in:
commit
40f181b52f
3 changed files with 4 additions and 12 deletions
|
|
@ -1249,7 +1249,8 @@ label.postfix, a.postfix {
|
|||
.home input[type=text],
|
||||
.home input[type=tel],
|
||||
.home input[type=password],
|
||||
.import-profile input[type=password] {
|
||||
.import-profile input[type=password],
|
||||
.import-profile textarea {
|
||||
padding-left: 45px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -75,14 +75,6 @@
|
|||
width: 100%;
|
||||
line-height: 110%;
|
||||
padding: 0 0.45rem;
|
||||
/*
|
||||
padding: 0.45rem;
|
||||
line-height: 110%;
|
||||
background-color: #213140;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
*/
|
||||
}
|
||||
|
||||
header .photo-container {
|
||||
|
|
@ -101,8 +93,7 @@
|
|||
position: absolute;
|
||||
top: 45px;
|
||||
bottom: 65px;
|
||||
overflow: scroll;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.col2 {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<img gravatar-src="'{{$root.iden.getName()}}'" gravatar-size="35">
|
||||
</div>
|
||||
<div class="left m5t">
|
||||
<div class="text-white">{{$root.iden.getName()}}</div>
|
||||
<div class="text-white ellipsis">{{$root.iden.getName()}}</div>
|
||||
<div class="text-gray size-10"> {{'View My Profile' | translate }} </div>
|
||||
</div>
|
||||
<div class="right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue