diff --git a/public/css/noscript.less b/public/css/noscript.less index 9df1243c50..6adb091685 100644 --- a/public/css/noscript.less +++ b/public/css/noscript.less @@ -14,6 +14,10 @@ noscript { .icon { float: left; + width: auto; + height: auto; + padding: 0; + margin: 0; margin-right: 1em; } @@ -34,7 +38,8 @@ noscript { img { float: left; - width: 32px; + width: 64px; + margin-right: 1em; } p { @@ -52,6 +57,20 @@ noscript { .posts { li { .default; + + img { + width: 64px; + } + + .profile { + text-align: center; + + span { + font-weight: bold; + display: inline-block; + margin-top: 1em; + } + } } } } \ No newline at end of file diff --git a/public/templates/noscript/category.tpl b/public/templates/noscript/category.tpl index 8a25bfc69d..75dbafe770 100644 --- a/public/templates/noscript/category.tpl +++ b/public/templates/noscript/category.tpl @@ -8,10 +8,11 @@
- Your browser does not seem to support javascript. As a result, your viewing experience will be diminished. + Your browser does not seem to support javascript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports javascript, or enable it, if it disabled (i.e. NoScript). diff --git a/public/templates/noscript/topic.tpl b/public/templates/noscript/topic.tpl index 5a4e5925a8..fbc4ce85a7 100644 --- a/public/templates/noscript/topic.tpl +++ b/public/templates/noscript/topic.tpl @@ -2,11 +2,11 @@