From d177e71b46fe4b92c1b5699f5a68be5bba9eb174 Mon Sep 17 00:00:00 2001 From: Quinton Marchi Date: Wed, 2 Oct 2013 14:31:41 -0400 Subject: [PATCH 1/2] Fixes double search, closes #370 Haven't tested it but I can't see any problems. --- public/templates/header.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/templates/header.tpl b/public/templates/header.tpl index c151a5bd58..8eb3bba4d6 100644 --- a/public/templates/header.tpl +++ b/public/templates/header.tpl @@ -50,9 +50,6 @@
  • [[global:header.search]]
  • -
  • - Search -
  • From 994791add6ea539748af759739629f67ed5e7502 Mon Sep 17 00:00:00 2001 From: Quinton Marchi Date: Wed, 2 Oct 2013 17:48:27 -0400 Subject: [PATCH 2/2] Touches on postbox Adds border-radius. Compatible with: Firefox, Webkit-based, and IE9+. --- public/themes/vanilla/modules/postWindow.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/themes/vanilla/modules/postWindow.less b/public/themes/vanilla/modules/postWindow.less index 5f97d9cbe7..54db9b44a1 100644 --- a/public/themes/vanilla/modules/postWindow.less +++ b/public/themes/vanilla/modules/postWindow.less @@ -10,6 +10,9 @@ height: 100%; background: rgba(64, 64, 64, 0.6); visibility: visible; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; .btn-toolbar { &.formatting-bar {