~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/backgrid/lib/extensions/filter/backgrid-filter.css

  • Committer: Tim Black
  • Date: 2013-09-16 22:50:16 UTC
  • Revision ID: tim@alwaysreformed.com-20130916225016-zk8jiba25z33ew7h
Versioned Bower vendor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  backgrid-filter
 
3
  http://github.com/wyuenho/backgrid
 
4
 
 
5
  Copyright (c) 2013 Jimmy Yuen Ho Wong and contributors
 
6
  Licensed under the MIT @license.
 
7
*/
 
8
 
 
9
.backgrid-filter .close {
 
10
  display: inline-block;
 
11
  float: none;
 
12
  width: 20px;
 
13
  height: 20px;
 
14
  margin-top: -4px;
 
15
  font-size: 20px;
 
16
  line-height: 20px;
 
17
  text-align: center;
 
18
  vertical-align: text-top;
 
19
}