diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig index dd47c15b7f..5d1dd98cd1 100644 --- a/templates/web/prod/index.html.twig +++ b/templates/web/prod/index.html.twig @@ -509,9 +509,6 @@ - @@ -756,6 +753,11 @@ }); +
+ +
diff --git a/templates/web/prod/preview/caption.html.twig b/templates/web/prod/preview/caption.html.twig index 2a723fa4a4..af342c8865 100644 --- a/templates/web/prod/preview/caption.html.twig +++ b/templates/web/prod/preview/caption.html.twig @@ -3,7 +3,7 @@ {% if app['acl'].get(app['authentication'].getUser()).has_right_on_base(record.get_base_id, 'canmodifrecord') %}
- + {{ 'action : editer' | trans }}
diff --git a/www/skins/prod/000000/prodcolor.css b/www/skins/prod/000000/prodcolor.css index 4b46bf6683..8d3d590031 100644 --- a/www/skins/prod/000000/prodcolor.css +++ b/www/skins/prod/000000/prodcolor.css @@ -4379,7 +4379,47 @@ ui-dialog-titlebar { max-heigh: 16px; } -#answers .status img { - max-width: 16px; - max-heigh: 16px; +#paginate { + position: absolute; + bottom: 30px; + right: 65px; +} + +#paginate #tool_navigate { + background-color: #000; + /*border: 1px solid #3b3b3b;*/ +} + + +#paginate #tool_navigate input, +#paginate #tool_navigate a { + border: none; + border-top: 1px solid #3b3b3b; + border-bottom: 1px solid #3b3b3b; + padding: 0; + margin: 0; + border-radius: 0; + height: 50px; + line-height: 50px; + vertical-align: middle; + width: 30px; + background: none; + font-weight: normal; + text-shadow: none; + box-shadow: none; + color: #3b3b3b; +} + +#paginate #tool_navigate:first-child { + border-left: 1px solid #3b3b3b; +} + +#paginate #tool_navigate:last-child { + border-right: 1px solid #3b3b3b; +} + +#paginate #tool_navigate input, +#paginate #tool_navigate a:hover { + color: #fff; + background: #076882; } \ No newline at end of file