Initial commit

This commit is contained in:
Almira Krdzic
2018-08-06 15:41:19 +02:00
commit 60fe7f93e5
217 changed files with 84900 additions and 0 deletions

18
css/settings.css Normal file
View File

@@ -0,0 +1,18 @@
table.gravityflow-settings-labels th {
min-width:100px;
text-align:left;
}
.rtl table.gravityflow-settings-labels th {
text-align:right;
}
.oauth-not-verified, .oauth-failed, p.error {
color:red;
font-weight:bold;
}
.oauth-verified, .oauth-success {
color:green;
font-weight:bold;
}