jorge jorge
  • Joined on 2021-02-01
jorge opened issue arcHIVE-tech/Arc-hive-omeka-theme#34 2021-09-14 17:03:41 +02:00
pdf css icon/word
jorge pushed to develop at arcHIVE-tech/Arc-hive-omeka-theme 2021-09-14 16:58:18 +02:00
bb13d9b927 center button on page template end button
jorge merged pull request arcHIVE-tech/Arc-hive-omeka-theme#33 2021-09-14 16:40:11 +02:00
fix/buttons-media-item-page
jorge merged pull request arcHIVE-tech/Arc-hive-omeka-theme#32 2021-09-14 16:40:11 +02:00
fixes line-break and block margins below
jorge pushed to develop at arcHIVE-tech/Arc-hive-omeka-theme 2021-09-14 16:40:11 +02:00
86f7d9d162 Merge pull request 'fix/buttons-media-item-page' (#33) from fix/buttons-media-item-page into develop
8475bc2a9a added styles for smaller buttons in media, item and page view
97f6ce8c95 merged fix/print-pdf-css into fis/line-break to avoid npm error lacking file definition into default.scss
516fef1843 Merge branch 'fix/print-pdf-css' into fix/line-break
dbc027b055 Merge branch 'develop' into fix/line-break
Compare 6 commits »
jorge commented on issue arcHIVE-tech/fixes#2 2021-09-13 13:14:54 +02:00
Add CSS to the Technical document PDF

I was trying to understand where the h1 {color: red} it is applied but I can't.

What I understand is that this module will use the @media print {} definition in the…

jorge commented on pull request arcHIVE-tech/SimpleCarousel-omeka-module#6 2021-09-10 12:21:05 +02:00
moved styles into css file, modified slider heigth for proper rendering issue #5

thanks for the tip, i did mistake and thought it was deprecated, instead it wasn't

https://www.php.net/manual/en/function.echo.php

jorge closed issue arcHIVE-tech/fixes#20 2021-09-08 09:56:39 +02:00
Need to remove temporary text at the top of the index site.
jorge commented on issue arcHIVE-tech/SimpleCarousel-omeka-module#5 2021-09-08 09:55:20 +02:00
Need to adjust height on window load

commit to solve issue e6e7cf44f5

jorge created pull request arcHIVE-tech/SimpleCarousel-omeka-module#6 2021-09-08 09:40:18 +02:00
moved styles into css file, modified slider heigth for proper rendering issue #5
e6e7cf44f5 moved styles into css file, modified slider heigth for proper rendering
jorge commented on issue arcHIVE-tech/SimpleCarousel-omeka-module#5 2021-09-07 17:01:29 +02:00
Need to adjust height on window load

it is easier, just removing one css class

.siema-wrap {
    height: 500px;
}

which is generated inline

I've noticed many styles applied inline, wich make more difficoult to…

jorge commented on issue arcHIVE-tech/fixes#2 2021-09-07 16:29:02 +02:00
Add CSS to the Technical document PDF

i was checking this issue, the PDF generation happens at:

$mpdf->WriteHTML($html); 

so we have to do this…

jorge commented on issue arcHIVE-tech/Arc-hive-omeka-theme#26 2021-09-07 13:01:16 +02:00
item presentation

double check commit 2665737c4a fixes this issue

jorge pushed to fix/item-presentation at arcHIVE-tech/Arc-hive-omeka-theme 2021-09-07 12:59:47 +02:00
2665737c4a styled items as to designed in origin, dt and dl properly aligned
jorge pushed to develop at arcHIVE-tech/Arc-hive-omeka-theme 2021-09-07 12:21:17 +02:00
f66e1fd99d Merge branch 'develop' into fix/print-pdf-css
19b434b157 firs declarations to print css
Compare 2 commits »
jorge commented on issue arcHIVE-tech/SimpleCarousel-omeka-module#5 2021-09-07 11:52:09 +02:00
Need to adjust height on window load

do you have a url to see it in action so I can check? tx :D

jorge created pull request arcHIVE-tech/Arc-hive-omeka-theme#33 2021-09-07 11:49:23 +02:00
fix/buttons-media-item-page
jorge commented on issue arcHIVE-tech/Arc-hive-omeka-theme#27 2021-09-07 11:47:56 +02:00
buttons in item and media page

fixed with commit 8475bc2a9a

jorge pushed to fix/buttons-media-item-page at arcHIVE-tech/Arc-hive-omeka-theme 2021-09-07 11:42:33 +02:00
8475bc2a9a added styles for smaller buttons in media, item and page view