1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-05 09:37:11 +00:00

add basic password recovery thing

This commit is contained in:
Andrew Dolgov
2013-03-22 14:50:02 +04:00
parent 1da5179c5d
commit f43e9e97a5
5 changed files with 140 additions and 12 deletions

View File

@@ -182,3 +182,25 @@ div.autocomplete ul li {
cursor : pointer;
}
fieldset {
border-width : 0px;
padding : 0px 0px 5px 0px;
margin : 0px;
}
fieldset input {
font-family : sans-serif;
font-size : medium;
border-spacing : 2px;
border : 1px solid #b5bcc7;
padding : 2px;
}
fieldset label {
width : 120px;
margin-right : 20px;
display : inline-block;
text-align : right;
color : gray;
}