Initial commit
This commit is contained in:
18
css/settings.css
Normal file
18
css/settings.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user