.dashboard { .user-info { padding-left: 0; } .sort-toggle, #documents, .batch-toggle { border-left: 1px solid $dashboard-border-color; border-right: 1px solid $dashboard-border-color; } } .heading-row { border: 0; } .heading-tile { border: 0; padding-top: .5em; a:link, a:visited { color: $icon-link-color; text-decoration: none; transition-property: background-color, color; transition-duration: .35s; transition-timing-function: ease-out; } a:hover, a:focus { color: $icon-link-hover-color; transition-property: background-color, color; transition-duration: .35s; transition-timing-function: ease-out; } .glyphicon { background: $icon-background-color; color: $icon-font-color; display: block; width: 2em; height: 2em; line-height: 1.75em; margin: 0 auto; border-radius: 50%; border: 2px solid $icon-border-color; overflow: hidden; transition-property: background-color, color; transition-duration: .35s; transition-timing-function: ease-out; } &:hover .glyphicon { background-color: $icon-background-color-hover; border-color: $icon-border-color-hover; color: $icon-font-color-hover; transition-property: background-color, color; transition-duration: .35s; transition-timing-function: ease-out; } } .panel-body h4 { font-size: $font-size-base; } #my_nav { margin-bottom: 0; } .batch-toggle { padding: 1.5em 0 1.5em 1em; } .sort-toggle { padding: 1.5em 0 0 1em; } .transfer_link { margin-top: 8px; } // making sure the tables that still exist in the system do not overflow thier bounds #notifications_table { table-layout: fixed; column-width: auto; word-wrap: break-word; th:nth-child(1) { width: 10% } th:nth-child(2) { width: 20% } th:nth-child(3) { width: 60% } } #activity .panel-body{ overflow: scroll; max-height: 20em; } .views-downloads-dashboard { padding-left: $padding-large-horizontal; } .panel-user { word-break: break-word; } #user_info { dt { margin-top: $padding-small-vertical; } } // submenu items ul.collapse > li > a, ul.collapsing > li > a { padding-left: 40px; } .admin-sidebar .collapse-toggle { margin-bottom: 0; &::after { content: "❯"; float: right; transform: rotate(90deg); } &.collapsed { border-bottom: 0; &::after { transform: rotate(0deg); transition: transform 0.1s ease; } } } .works-list { .workflow-state { white-space: nowrap; } .media-body { width: 18vw; } }