You are here

cmis_browser.css in CMIS API 7

TABLE.cmis_browser_browse_children li {
	list-style: none; 
	display: inline; 
	list-style-position: outside; 
	padding: 0;
}

TABLE.cmis_browser_browse_children li a { display:inline !important; }

TABLE.cmis_browser_browse_children .load_indicator { 
  background-image: url(../../../../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 0 80%;
  padding-left: 18px;
}

File

cmis_browser/cmis_browser.css
View source
  1. TABLE.cmis_browser_browse_children li {
  2. list-style: none;
  3. display: inline;
  4. list-style-position: outside;
  5. padding: 0;
  6. }
  7. TABLE.cmis_browser_browse_children li a { display:inline !important; }
  8. TABLE.cmis_browser_browse_children .load_indicator {
  9. background-image: url(../../../../../misc/throbber.gif);
  10. background-repeat: no-repeat;
  11. background-position: 0 80%;
  12. padding-left: 18px;
  13. }