comparison client/digitallibrary/jquery/jquery.digilib.css @ 844:8aa2891583f1 jquery

fixed region position bug in embedded mode, sigh
author hertzhaft
date Mon, 07 Mar 2011 09:30:55 +0100
parents f381d088da88
children a2b90ad772a0
comparison
equal deleted inserted replaced
843:76c23870ac0b 844:8aa2891583f1
64 64
65 div.digilib div.region:hover { 65 div.digilib div.region:hover {
66 opacity: 0.5; 66 opacity: 0.5;
67 } 67 }
68 68
69 div.region a { 69 div.region {
70 color: white;
71 font-size: 80%;
72 }
73
74 div.region a.regionnumber {
70 color: white; 75 color: white;
71 text-decoration: none; 76 text-decoration: none;
72 font-size: 11px; 77 font-family: Verdana, Arial, Helvetica, sans-serif;
73 font-weight: bold; 78 font-weight: bold;
74 height: 15px; 79 font-size: 11px;
75 width: 16px; 80 text-align: center;
76 margin: 3px; 81 padding: 0px 2px;
82 margin-right: 4px;
83 border: 1px solid white;
84 display: inline-block;
77 } 85 }
78 86
79 div.regioncontent { 87 div.regioncontent {
80 display: none; 88 display: none;
81 } 89 }