annotate css/docuviewer_ie.css @ 627:98fe8e168c01

fix bug with sslify in template.
author casties
date Mon, 15 Dec 2014 17:59:59 +0100
parents 510bae2b593b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
535
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents:
diff changeset
1 /* fix rotated text positioning */
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents:
diff changeset
2 div.toc-switcher ul {
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents:
diff changeset
3 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents:
diff changeset
4 left: 5px;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents:
diff changeset
5 top: -8em;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents:
diff changeset
6 height: 26px;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents:
diff changeset
7 width: 40em;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents:
diff changeset
8 padding-top: 3px;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents:
diff changeset
9 z-index: 10;
510bae2b593b more fixes, e.g. IE support. first version of index page.
casties
parents:
diff changeset
10 }