public/css/styles.less in conjur-asset-ui-api-1.1.1 vs public/css/styles.less in conjur-asset-ui-api-1.2.0

- old
+ new

@@ -152,21 +152,21 @@ .environment-variables.resource-link { .role-link-icon('/images/icon-environment.png', 1.1em); } -.host.role-link { +.host.role-link, .host.resource-link { .role-link-icon('/images/icon-client-pc.svg'); background-position-y: -0.1em; } -.user.role-link { +.user.role-link, .user.resource-link { .role-link-icon('/images/icon-person.svg'); background-position-y: -0.2em; } -.group.role-link { +.group.role-link, .group.resource-link { .role-link-padding; .group-icon(1.2em); } .auditBox { @@ -177,10 +177,29 @@ .search-button { margin-left: 0.5em; } + +.dashboard { + #dashboard-search { + margin: 4em auto; + } + + .owned ul { + margin: 0; + padding: 0; + } + + .owned .hide-all { display: none; } + + .owned li { + list-style-type: none; + padding: 3pt 8pt; + } +} + .dashboard form.search, #searchResults form.search { margin: 0px auto; width: 300px; } @@ -268,11 +287,11 @@ margin-top: 0; font-weight: 300; } h3 { - margin: 2em 0 1em; + margin: 1em 0 1em; letter-spacing: 0.01em; font-weight: 300; } dl { @@ -294,15 +313,9 @@ // // .loading - Indicates that the section has not loaded yet. // // Styleguide 1.1. section.permissions { - &.loading { - h3:after { - content: ' — loading, please wait…'; - font-weight: 300; - } - } } // The topmost content container. // // Styleguide 1.2.