Blame view

sources/apps/search_lucene/css/lucene.css 219 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
  #searchbox.indexing {
  	background-image: none;
  }
  form.searchbox #spinner {
  	width: 16px;
  	height: 16px;
  	margin-top: 14px;
  	float: right;
  	margin-right: -27px;
  	background-image: url('%webroot%/core/img/loading.gif');
  }