diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-02-27 11:24:22 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-02-27 11:24:22 -0500 |
| commit | 473ef7e26fc8d2c6b26e66b80d50e49c18fa24f8 (patch) | |
| tree | a33e209a563490affe14a7b962b6774a008eaa64 /web/static/css/style.css | |
| parent | c40ad3ecef221e3f3d6a8633687c896603d493a0 (diff) | |
| download | ocr-layer-curation-473ef7e26fc8d2c6b26e66b80d50e49c18fa24f8.tar.gz | |
Basic tornado app displaying a page image and associated text side by side
Diffstat (limited to 'web/static/css/style.css')
| -rw-r--r-- | web/static/css/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/static/css/style.css b/web/static/css/style.css new file mode 100644 index 0000000..e42975d --- /dev/null +++ b/web/static/css/style.css @@ -0,0 +1,12 @@ +.selected { + background-color: rgba(255,0,0, 0.3); +} + +span:hover { + background-color: rgba(255,0,0, 0.3); +} + +#image_container { + float: left; + margin-right: 1em; +} |
