1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 00:09:14 +00:00

user manager

This commit is contained in:
Andrew Dolgov
2005-11-18 10:00:18 +01:00
parent cd42edf18d
commit e6cb77a07a
7 changed files with 454 additions and 12 deletions

View File

@@ -241,7 +241,7 @@ a:hover {
}
#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
#iedit_purgintl {
#iedit_purgintl, #iedit_ulogin, #iedit_ulevel {
width : 100%;
padding-left : 2px;
}
@@ -498,6 +498,14 @@ div.warning {
font-size : x-small;
}
div.notice {
background : #ffffff;
border : 1px solid #c0c0c0;
padding : 5px;
margin : 5px;
font-size : x-small;
}
ul.nomarks {
list-style-type : none;
margin : 0px;