[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.1-334-gc15c838

Shawn Moore shawn at bestpractical.com
Fri May 5 10:50:29 EDT 2017


The branch, 4.4-trunk has been updated
       via  c15c8381e0fc0fdd1b506f8ec8f544b64e821278 (commit)
      from  2317c29dc58bf4c4417b852dc5c998913ad1104a (commit)

Summary of changes:
 share/static/css/mobile.css | 8 ++++++++
 1 file changed, 8 insertions(+)

- Log -----------------------------------------------------------------
commit c15c8381e0fc0fdd1b506f8ec8f544b64e821278
Author: Jeff Voskamp <javoskamp at uwaterloo.ca>
Date:   Fri May 5 14:47:14 2017 +0000

    Fix bookmark star size on mobile UI
    
    It's huge! We were missing the CSS that brings it down to 1.25em.
    
    Fixes: I#32727

diff --git a/share/static/css/mobile.css b/share/static/css/mobile.css
index 9210424..31bda19 100644
--- a/share/static/css/mobile.css
+++ b/share/static/css/mobile.css
@@ -457,3 +457,11 @@ div.error .titlebox-title {
 div.error div.error {
     background-color: #fcc;
 }
+
+.toggle-bookmark a img,
+.timer-link a img {
+    height: 1em;
+    width: 1em;
+    border-style: none;
+}
+

-----------------------------------------------------------------------


More information about the rt-commit mailing list