added remove link to accounts page template
This commit is contained in:
Родитель
4abe17f4f1
Коммит
22a4843aa8
|
@ -193,6 +193,7 @@
|
|||
<!-- <img src="{profilePic(photos)}"> -->
|
||||
<span title="gmail is properly configured!" class="check">✔</span> <span class="name">{displayName}</span>
|
||||
<span class="accountDomain">({accounts[0].domain})</span>
|
||||
<span class="remove"><a href="#">remove</a></span>
|
||||
</div>
|
||||
</script>
|
||||
|
||||
|
|
|
@ -560,6 +560,18 @@ h1 img {
|
|||
width: 253px;
|
||||
}
|
||||
|
||||
#settings .remove {
|
||||
font-weight: normal;
|
||||
line-height: 7px;
|
||||
padding-left: 28px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
#settings .remove a:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* START hbox/vbox normalization from http://alex.dojotoolkit.org/2009/08/css-3-progress/ */
|
||||
/* hbox and vbox classes */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче