Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wac 35 further simple css improvements #5

Merged
merged 28 commits into from Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6277b0b
WAC-35 fixed headline style
A-Souhei Apr 25, 2024
74a8fb5
WAC-35 overwrite default CKAN style for footer (removed background an…
A-Souhei Apr 25, 2024
1432e8a
WAC-35 hightlight-box background color updated
A-Souhei Apr 25, 2024
db2e4f5
WAC-35 removed '--' from NavbarBrandingContainer when hovered
A-Souhei Apr 25, 2024
12ad4c9
WAC-35 Fix The border radius on the left hand side of the promoted se…
A-Souhei Apr 26, 2024
cf4340a
WAC-35 Adjusted white space under the “view and filter all data” link.
A-Souhei Apr 26, 2024
4b23ae5
WAC-35 Adjusted `top: 8px` for the the #NavbarBrandingContainer
A-Souhei Apr 26, 2024
cc109a9
WAC-35 Fixed The search bar in the footer that has some strange borde…
A-Souhei Apr 26, 2024
d8d647e
WAC-35 Fixed The search bars
A-Souhei Apr 26, 2024
459f53c
WAC-35 Fix : only top bar label gets hidden on smaller screens
A-Souhei Apr 26, 2024
05a4d88
WAC-35 Fix : Footer search magnifying glass is now marine blue
A-Souhei Apr 26, 2024
f4a858b
WAC-35 Fix : Padding fix for bottom lens btn
A-Souhei Apr 26, 2024
9028b0c
WAC-35 Fix : buttons styling
A-Souhei Apr 26, 2024
7919999
WAC-35 Fix : buttons styling
A-Souhei Apr 26, 2024
bfe22c5
WAC-35 Fix : active link style
A-Souhei Apr 26, 2024
1fd41fb
WAC-35 Fix : footer search padding
A-Souhei Apr 26, 2024
fe6a521
WAC-35 Fix : add + to find data page
A-Souhei Apr 26, 2024
72ec84c
WAC-35 Fix : add + to find data page
A-Souhei Apr 26, 2024
baef62f
WAC-35 Fix : top search on mobile size
A-Souhei Apr 26, 2024
8e5099c
WAC-35 Fix : Attempt to fix typographics
A-Souhei Apr 26, 2024
2953e99
WAC-35 Fix : package_item for mobile
A-Souhei Apr 26, 2024
e70671d
WAC-35 Fix : package_item for mobile
A-Souhei Apr 26, 2024
cfd2cbb
WAC-35 Fix : removed bottom line in last dataset in dataset page
A-Souhei Apr 26, 2024
995de20
WAC-35 Fix : removed tag padding bottom
A-Souhei Apr 26, 2024
f0d0e8a
WAC-35 Fix : added dataset content modified padding bottom
A-Souhei Apr 26, 2024
76cd220
WAC-35 Fix : fix dataset search button border radius
A-Souhei Apr 26, 2024
ee63bb5
WAC-35 Fix : fix footer ul and description responsiveness
A-Souhei Apr 26, 2024
2d68350
WAC-35 Fix : fix footer links color
A-Souhei Apr 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions ckanext/who_afro/assets/css/promoted-plus.css
Expand Up @@ -37,6 +37,14 @@
height: 492px;
}

.plus-top-right {
position: absolute;
top: 35px;
left: calc(95%);
width: 120px;
height: 120px;
}

.plus-bottom-right {
position: absolute;
top: 211px;
Expand Down