Optim: improve PDF reader controls layout

This commit is contained in:
2017-11-15 09:59:01 +00:00
parent b36ff572e2
commit 65f02461c5
2 changed files with 7 additions and 4 deletions

View File

@@ -35,6 +35,9 @@
.rotate90 {-webkit-transform: rotate(90deg); transform: rotate(90deg); }
.rotate180 {-webkit-transform: rotate(180deg); transform: rotate(180deg); }
.rotate270 {-webkit-transform: rotate(270deg); transform: rotate(270deg); }
.pdf-controls { width: 100%; display: block; background: #eee; padding: 1em;}
.fixed { position: fixed; top: 0; left: calc(50% - 480px); z-index: 100; width: 100%; padding: 1em; background: rgba(238, 238, 238,.9); width: 960px; }
</style>
</head>