Mercurial > hg > documentViewer
annotate css/docuviewer_ie.css @ 635:8d460ddb45b7 default tip
update digilib dirInfo-xml path.
| author | casties |
|---|---|
| date | Fri, 06 May 2016 18:59:35 +0200 |
| parents | 510bae2b593b |
| children |
| 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 } |
