Browse Source

Apostrophe 2: Make sure search field in the footer widget area is centred. Fixes #205

alaczek 7 years ago
parent
commit
a2c9c0fb5f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      apostrophe-2/style.css

+ 4 - 0
apostrophe-2/style.css

@@ -1436,6 +1436,10 @@ a:active {
 	width: auto;
 	width: auto;
 }
 }
 
 
+.site-footer .widget-area input.search-field {
+	margin: 0 auto;
+}
+
 .site-footer .site-info {
 .site-footer .site-info {
 	border-top: 2px solid #ccc;
 	border-top: 2px solid #ccc;
 	font-size: 16px;
 	font-size: 16px;