-/*
- * Object list table
- */
- table.object-list {
- border-top: 2px solid black;
- border-left: 2px solid black;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- width: 60%;
- margin: auto;
- }
-
-
- table.object-list td, table.object-list th {
- border-bottom: 1px solid black;
- border-right: 1px solid black;
- padding: 0.2em 0.5em;
- }
-
- table.object-list th {
- text-align: center;
- background-color: #8080d0;
- font-size: 120%
- }
-
- table.object-list td.page-navigation {
- position: relative;
- text-align: center;
- background-color: #CCC;
- }
+ overflow: hidden;
+}
+
+.image-gallery-page-container {
+ display: none;
+ border: none;
+
+ position: absolute;
+ top: 0px; left: 0px;
+
+ text-align: center;
+ padding: 0px;
+}
+
+.htmlview {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ overflow: auto;
+ margin: 0;
+}
+
+.image-gallery-page-container img {
+ /* border: 2px solid green; */
+ margin: 0px;
+}
\ No newline at end of file