1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00

make login form a bit special after all

This commit is contained in:
Andrew Dolgov
2019-02-19 15:21:59 +03:00
parent 0b8d159440
commit 73c845858c
8 changed files with 13 additions and 4 deletions

View File

@@ -26,6 +26,9 @@ body.ttrss_utility {
border : 1px solid #ddd;
padding : 20px;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
}
div.content:not(.login-form) {
min-width : 600px;
}