You are here

cmis_browser.css in CMIS API 8

Same filename and directory in other branches
  1. 8.2 css/cmis_browser.css
  2. 3.0.x css/cmis_browser.css
.cmis-operations {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: lightgrey solid 1px;
}

.browser-breadcrumbs li {
    float: left;
    margin-right: 5px;

}

.browser-breadcrumbs li:after {
    content: ' > ';
}

.browser-breadcrumbs li.last:after {
    content: '';
}

File

css/cmis_browser.css
View source
  1. .cmis-operations {
  2. margin-bottom: 0.5em;
  3. padding-bottom: 0.5em;
  4. border-bottom: lightgrey solid 1px;
  5. }
  6. .browser-breadcrumbs li {
  7. float: left;
  8. margin-right: 5px;
  9. }
  10. .browser-breadcrumbs li:after {
  11. content: ' > ';
  12. }
  13. .browser-breadcrumbs li.last:after {
  14. content: '';
  15. }