]> source.dussan.org Git - nextcloud-server.git/commitdiff
properly align triangle and unshare icons to text, also fixes line hopping
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 27 Feb 2013 10:30:33 +0000 (11:30 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 27 Feb 2013 10:30:33 +0000 (11:30 +0100)
core/css/share.css

index 6433d60ca7d0f0c7681496ab95f56452ad447e7e..2480a571ae552d59057e22425437ccfd3325ad9a 100644 (file)
  #shareWithList .cruds {
         margin-left:-10px;
  }
+
+#shareWithList .unshare img, #shareWithList .showCruds img {
+       vertical-align:text-bottom; /* properly align icons */
+}
+
  #dropdown label {
        font-weight:400;
  }