diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-27 21:49:36 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-11-27 21:49:36 -0500 |
commit | b1400bcb684c43790dd38628b6c131e9e7c4d400 (patch) | |
tree | 4b7ddf46d81a76d535ac8995ac4e1120f2432677 /src/SMAPI.Web/wwwroot/Content/css | |
parent | 0223382ca8e267d730629ee69cdf1cff673c8573 (diff) | |
download | SMAPI-b1400bcb684c43790dd38628b6c131e9e7c4d400.tar.gz SMAPI-b1400bcb684c43790dd38628b6c131e9e7c4d400.tar.bz2 SMAPI-b1400bcb684c43790dd38628b6c131e9e7c4d400.zip |
fallback to Amazon S3 if saving a log to Pastebin fails
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css index d5013207..4d4ab326 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css +++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css @@ -47,6 +47,12 @@ table caption { background: #FCC; } +.save-metadata { + margin-top: 1em; + font-size: 0.8em; + opacity: 0.3; +} + /********* ** Log metadata & filters *********/ |