summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/css
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-11-27 21:49:36 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-11-27 21:49:36 -0500
commitb1400bcb684c43790dd38628b6c131e9e7c4d400 (patch)
tree4b7ddf46d81a76d535ac8995ac4e1120f2432677 /src/SMAPI.Web/wwwroot/Content/css
parent0223382ca8e267d730629ee69cdf1cff673c8573 (diff)
downloadSMAPI-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.css6
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
*********/