Skip to content

Commit

Permalink
BXC-4798 - Bulma 1.0 and css updates (#1852)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bbpennel authored Dec 19, 2024
1 parent 5bc80d2 commit 10f631e
Show file tree
Hide file tree
Showing 48 changed files with 723 additions and 2,396 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,12 @@ build-access-concat:
static/js/public/src/*.js \
>> static/js/cdr-access.js

cat static/css/reset.css \
static/css/cdr_common.css \
static/css/cdrui_styles.css \
cat static/css/cdrui_styles.css \
static/css/fluid_cap.css \
static/css/structure_browse.css \
static/css/cdr-ui.css \
static/css/cdr_vue_modal_styles.css \
static/css/fontawesome.min.css \
static/js/vue-cdr-access/dist/assets/index.css \
> static/css/cdr_access.css

Expand Down
1 change: 0 additions & 1 deletion static/css/cdr_common.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ h3 {
p, ul {
font-size: 16px;
line-height: 17px;
margin-bottom: 8px;
}

li {
Expand Down
Loading

0 comments on commit 10f631e

Please sign in to comment.