- code formatting (PSR-2)

- removed all ownCloud references
- removed update.php as its supported version was never published on the app store
- updated info.xml
This commit is contained in:
Marcin Łojewski
2018-02-28 19:52:32 +01:00
parent ebcdaa813b
commit 936a831e5a
17 changed files with 1650 additions and 1738 deletions

View File

@@ -1,15 +1,18 @@
.statusmessage {
background-color: #DDDDFF;
background-color: #DDDDFF;
}
.errormessage {
background-color: #FFDDDD;
background-color: #FFDDDD;
}
.successmessage {
background-color: #DDFFDD;
background-color: #DDFFDD;
}
.statusmessage,.errormessage,.successmessage{
display:none;
padding: 1px;
.statusmessage, .errormessage, .successmessage {
display: none;
padding: 1px;
}
#sql-1 p label:first-child,