1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-30 04:28:19 +02:00

UI adjustments to accomedate other languages (#34)

This commit is contained in:
Kyle Spearrin 2016-11-17 22:40:50 -05:00
parent e31c4a591c
commit 33dfc28de8
4 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<div class="right">
<a ui-sref="addFolder({animation: 'in-slide-up'})"><i class="fa fa-plus fa-lg"></i></a>
</div>
<div class="title">Folders</div>
<div class="title">{{i18n.folders}}</div>
</div>
<div class="content">
<div ng-if="folders.length">

View File

@ -1,6 +1,6 @@
<div class="header">
<div class="left">
<a ng-click="close()" href="">Close</a>
<a ng-click="close()" href="">{{i18n.close}}</a>
</div>
<div class="right">
<a ng-click="select()" ng-show="showSelect" href="">{{i18n.select}}</a>

View File

@ -255,7 +255,7 @@
font-size: 35px;
float: left;
display: inline-block;
margin-right: 8px;
margin: 0 8px 5px 0;
}
.text {
@ -356,7 +356,7 @@
display: inline-block;
border: none;
background: none;
width: 100px;
width: 55px;
text-align: right;
}
}
@ -429,7 +429,7 @@
top: 50%;
margin-top: -70px;
display: block;
width: 100%;
text-align: center;
padding: 0 10px;
}
}

View File

@ -12,7 +12,7 @@
@barNormalColor: @border-color-dark;
.list-section-item-slider .rzslider {
width: 182px;
width: 170px;
margin: 9px 0 0 5px;
float: right;
}