aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hotfix.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/hotfix.css.scss')
-rw-r--r--app/assets/stylesheets/hotfix.css.scss28
1 files changed, 28 insertions, 0 deletions
diff --git a/app/assets/stylesheets/hotfix.css.scss b/app/assets/stylesheets/hotfix.css.scss
new file mode 100644
index 0000000..4da9d36
--- /dev/null
+++ b/app/assets/stylesheets/hotfix.css.scss
@@ -0,0 +1,28 @@
+// favoriters count (xxx FAVS / xxx RTS)
+.status-responses dt {
+ width: 40px;
+}
+
+// favoriters list
+.status-responses dd {
+ min-height: 44px;
+}
+
+// favoriter's icon
+.status-responses dd li a {
+ display: block;
+ width: 44px;
+ height: 44px;
+}
+
+@media(min-width: 768px) {
+ .status-responses dd {
+ min-height: 42px;
+ }
+
+ .status-responses dd li a {
+ width: 42px;
+ height: 42px;
+ }
+}
+