[Rt-commit] rt branch, 4.4/layout-changes, repushed

Shawn Moore shawn at bestpractical.com
Mon Oct 19 19:31:23 EDT 2015


The branch 4.4/layout-changes was deleted and repushed:
       was 9687c3e3cb8040debfd073ec721ba502d2b20c04
       now afb3ba0843f89494daa0c28c6b3011f85b901d69

1:  9687c3e ! 1:  afb3ba0 Improve topactions layout
    @@ -33,9 +33,9 @@
      }
     +
     +#simple-search input.field {
    -+    border-radius: 10px;
    -+    -moz-border-radius: 10px;
    -+    -webkit-border-radius: 10px;
    ++    border-radius: 3px;
    ++    -moz-border-radius: 3px;
    ++    -webkit-border-radius: 3px;
     +}
     +
     
    @@ -47,9 +47,9 @@
       }
      
     +#simple-search input.field {
    -+    border-radius: 10px;
    -+    -moz-border-radius: 10px;
    -+    -webkit-border-radius: 10px;
    ++    border-radius: 3px;
    ++    -moz-border-radius: 3px;
    ++    -webkit-border-radius: 3px;
     +}
     
     diff --git a/share/static/css/base/nav.css b/share/static/css/base/nav.css
    @@ -129,8 +129,8 @@
      }
     +
     +#simple-search input.field {
    -+    border-radius: 10px;
    -+    -moz-border-radius: 10px;
    -+    -webkit-border-radius: 10px;
    ++    border-radius: 3px;
    ++    -moz-border-radius: 3px;
    ++    -webkit-border-radius: 3px;
     +}
     +



More information about the rt-commit mailing list