Commit 697bc1b1 authored by Ivan Tyagov's avatar Ivan Tyagov

Add CSS styling for PDF navigation.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38714 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0cb21bc8
......@@ -1372,6 +1372,36 @@ div.search .searchPages .selected{\n
\n
.hidden_label > label {\n
display:none;\n
}\n
\n
/* DMS PDF navigation \n
XXX: probably part of erp5_dms.bt5 */\n
div.pdf-preview-navigation img{\n
width: 22px;\n
height: 22px;\n
margin-right: 1px;\n
background-repeat: no-repeat;\n
vertical-align: middle;\n
}\n
\n
div.pdf-preview-navigation img.shaded{\n
opacity: 0.2;\n
}\n
\n
div.pdf-preview-navigation img.first{\n
background-image:url("images/2leftarrowb.png");\n
}\n
\n
div.pdf-preview-navigation img.previous{\n
background-image:url("images/1leftarrowb.png");\n
}\n
\n
div.pdf-preview-navigation img.next{\n
background-image:url("images/1rightarrowb.png");\n
}\n
\n
div.pdf-preview-navigation img.last{\n
background-image:url("images/2rightarrowb.png");\n
}
]]></string> </value>
......
1026
\ No newline at end of file
1027
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment