source: sandbox/expresso-solr/prototype/plugins/jquery-picklist/jquery-picklist.css @ 8056

Revision 8056, 600 bytes checked in by gustavo, 11 years ago (diff)

Ticket #000 - Commit contendo o expresso com solr funcionando corretamente

Line 
1.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer { float: left; margin: 0.25em; }
2.pickList_controlsContainer { text-align: center; }
3.pickList_controlsContainer button { display: block; width: 100%; text-align: center; }
4.pickList_list { list-style-type: none; margin: 0; padding: 0; float: left; width: 150px; height: 75px; border: 1px inset #eee; overflow-y: auto; cursor: default; }
5.pickList_selectedListItem { background-color: #a3c8f5; }
6.pickList_listLabel { font-size: 0.9em; font-weight: bold; text-align: center; }
7.pickList_clear { clear: both; }
Note: See TracBrowser for help on using the repository browser.