source: extensions/SmartAlbums/template/style.css @ 12523

Last change on this file since 12523 was 11392, checked in by mistic100, 13 years ago

add a list of all SmartAlbums

File size: 444 bytes
Line 
1.filter_limit select {
2  display:none;
3}
4.token-input-list {
5  display:inline-block;
6  vertical-align:bottom;
7}
8#batchManagerGlobal #filterList li.token-input-token {
9  margin-bottom:3px !important
10}
11#batchManagerGlobal #filterList li.token-input-input-token {
12  margin-bottom:0px !important; 
13}
14
15.new_smart {
16  color:#00AA00;
17  background-color:#C2F5C2;
18  font-weight:bold;
19  padding:3px 10px;
20  border-radius:4px;
21  box-shadow:0 0 2px #0a0;
22}
Note: See TracBrowser for help on using the repository browser.