mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Small changes (Language popup)
This commit is contained in:
parent
86dc0c653b
commit
5aea463333
3 changed files with 13 additions and 6 deletions
|
|
@ -20,14 +20,16 @@
|
||||||
width: 180px;
|
width: 180px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
}
|
&:hover {
|
||||||
|
|
||||||
.lang-item:hover {
|
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
border-color: #ccc;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,10 +56,14 @@
|
||||||
line-height: 29px;
|
line-height: 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signMeLabel {
|
.signMeLabel, .languageLabel {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.languageLabel {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.input-append .add-on {
|
.input-append .add-on {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
<span data-bind="css: 'flag flag-' + key" style=""></span>
|
<span data-bind="css: 'flag flag-' + key" style=""></span>
|
||||||
</span>
|
</span>
|
||||||
<span class="lang-name" data-bind="text: fullName"></span>
|
<span class="lang-name" data-bind="text: fullName"></span>
|
||||||
|
<i class="icon-ok pull-right" style="color: green; margin-top: 3px;" data-bind="visible: selected"></i>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue