comparison gis_gui/lib/clickmenu.css @ 248:fcb7876178d1

Reload-Button
author fknauft
date Fri, 16 Sep 2011 10:59:10 +0200
parents 7f008e782563
children
comparison
equal deleted inserted replaced
247:47bba001d718 248:fcb7876178d1
26 //width: 100%;/*and again*/ 26 //width: 100%;/*and again*/
27 } 27 }
28 .clickMenu div.outerbox 28 .clickMenu div.outerbox
29 { 29 {
30 display: none; 30 display: none;
31 min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */ 31 min-width: 106px; /* firefox produces animation-flickering when the box is bigger than 106px :/ */
32 } 32 }
33 .clickMenu div.inner 33 .clickMenu div.inner
34 { 34 {
35 //top: 20px; /* for ie */ 35 //top: 20px; /* for ie */
36 left: 0; 36 left: 0;
88 position: absolute; 88 position: absolute;
89 right: 0; 89 right: 0;
90 bottom: 5px; 90 bottom: 5px;
91 width: 5px; 91 width: 5px;
92 height: 100%; 92 height: 100%;
93 background: url(myshadow.png) no-repeat right top; 93 background-color: #aad;
94 /* background: url(myshadow.png) no-repeat right top; */
94 } 95 }
95 html>body div.shadowbox2 96 html>body div.shadowbox2
96 { 97 {
97 position: absolute; 98 position: absolute;
98 bottom: 0; 99 bottom: 0;
99 right: 5px; 100 right: 5px;
100 height: 5px; 101 height: 5px;
101 width: 100%; 102 width: 100%;
102 background: url(myshadow.png) left bottom; 103 background-color: #aad;
104 /* background: url(myshadow.png) left bottom; */
103 } 105 }
104 html>body div.shadowbox3 106 html>body div.shadowbox3
105 { 107 {
106 position: absolute; 108 position: absolute;
107 bottom: 0; 109 bottom: 0;
108 right: 0; 110 right: 0;
109 height: 5px; 111 height: 5px;
110 width: 5px; 112 width: 5px;
111 background: url(myshadow.png) no-repeat right bottom; 113 background-color: #aad;
114 /* background: url(myshadow.png) no-repeat right bottom; */
112 } 115 }
113 html>body .innerbox 116 html>body .innerbox
114 { 117 {
115 margin: 0; 118 margin: 0;
116 display: inherit; 119 display: inherit;