diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-25 13:31:00 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-25 13:31:00 +0000 |
| commit | 1c9e90c1619d56f199c119874d09263acd827b07 (patch) | |
| tree | ea474cb0809d4ad27ba0460165d10eacb749fbe0 /styles/new-connection.css | |
| parent | 11e98009906651acb110cd3b1625a771b1e2f472 (diff) | |
| download | sql-plus-plus-1c9e90c1619d56f199c119874d09263acd827b07.tar.xz sql-plus-plus-1c9e90c1619d56f199c119874d09263acd827b07.zip | |
Report connection errors. Add test connection functionality
Diffstat (limited to 'styles/new-connection.css')
| -rw-r--r-- | styles/new-connection.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/new-connection.css b/styles/new-connection.css index 97aaae6..2160594 100644 --- a/styles/new-connection.css +++ b/styles/new-connection.css @@ -1,3 +1,7 @@ html, body { padding: 8px; +} + +.notification { + padding: 5px 10px; }
\ No newline at end of file |