diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-10 16:25:01 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-10 16:25:01 +0000 |
| commit | 2f5c1d2b2f75026003e40187bffa0da3de52df26 (patch) | |
| tree | a5c85d96e8cfe1c50334ada3a8dcd7639504610a /style.css | |
| parent | 377efef8c6a4134a2f1f796f1f04d586256986e3 (diff) | |
| download | sql-plus-plus-2f5c1d2b2f75026003e40187bffa0da3de52df26.tar.xz sql-plus-plus-2f5c1d2b2f75026003e40187bffa0da3de52df26.zip | |
Perform query execution on separate thread
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -50,6 +50,7 @@ body { display: flex; flex-direction: row; font-family: monospace; + align-items: center; } .flex-wrapper .row .split-row { @@ -94,8 +95,9 @@ body { } #execution-time { - background-color: green; + /* background-color: green; */ flex-basis: auto; + padding: 2px 10px; } #row-count { |