mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
handle missing update schema diff in update.php
This commit is contained in:
11
utility.css
11
utility.css
@@ -47,8 +47,17 @@ div.warning {
|
||||
}
|
||||
|
||||
|
||||
div.warning img, div.notice img {
|
||||
div.warning img, div.notice img, div.error img {
|
||||
vertical-align : middle;
|
||||
padding : 5px;
|
||||
}
|
||||
|
||||
div.error {
|
||||
border : 1px solid #ff0000;
|
||||
background : #ffcccc;
|
||||
padding : 5px;
|
||||
margin : 0px 0px 5px 0px;
|
||||
font-size : 9pt;
|
||||
width : 50%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user