Skip to content

Commit 10f631e

Browse files
authored
BXC-4798 - Bulma 1.0 and css updates (#1852)
* Update syntax for datatable buttons, which fixes layout of button versus search * Update search bars to use bulma addons display. Add login/logout, advanced search to hamburger. Fix hamburger menu display so its 3 lines * Update search bar on full record page to behave as bulma fields. Update about repository page to use bulma content styling. Update fontawesome version and build it into make process. Remove some styles * Update aggregate record page to match other full records. Try to get all the full record pages aligned on the left. Using dl tags for description at top of full record. * Update file record page * Select view type by default * Rearrange facet list into columns * Mobile fixes * Add table class to mods output * Delete a lot of dead css. Update advanced search * More updates to adv search, and fixing full record title sizes * Neighbor list style fixes. Fix restricted content block display by adding full_record class * Move navbar overrides into file with other bulma overrides, fix hover/active color from becoming all white * Get tests passing * Center thumbnail, which applies to placeholder icons * Add helper for getting resource type and object record, get everything consistently using the same 'type' field. Not doing os was causing file object download options to incorrectly indicate the user didn't have permission when they had viewReducedResImages since it was looking in the wrong place for the resource type * Switch gallery display over to using smart grid * Switch work only checkbox over to being a toggle * Center title in gallery, and adjust badge position * Fix jp24u commit * Fix test
1 parent 5bc80d2 commit 10f631e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+723
-2396
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,12 @@ build-access-concat:
6767
static/js/public/src/*.js \
6868
>> static/js/cdr-access.js
6969

70-
cat static/css/reset.css \
71-
static/css/cdr_common.css \
72-
static/css/cdrui_styles.css \
70+
cat static/css/cdrui_styles.css \
7371
static/css/fluid_cap.css \
7472
static/css/structure_browse.css \
7573
static/css/cdr-ui.css \
7674
static/css/cdr_vue_modal_styles.css \
75+
static/css/fontawesome.min.css \
7776
static/js/vue-cdr-access/dist/assets/index.css \
7877
> static/css/cdr_access.css
7978

static/css/cdr_common.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ h3 {
175175
p, ul {
176176
font-size: 16px;
177177
line-height: 17px;
178-
margin-bottom: 8px;
179178
}
180179

181180
li {

0 commit comments

Comments
 (0)