mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 06:58:32 +02:00
Stub out infobox
This commit is contained in:
+14
@@ -2149,6 +2149,20 @@ img.wiki-image {
|
||||
stroke-width: 5;
|
||||
}
|
||||
|
||||
/* Info Box
|
||||
------------------------------------------------------- */
|
||||
.infobox {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
top: 220px;
|
||||
width: 200px;
|
||||
height: 150px;
|
||||
z-index: 5;
|
||||
background:rgba(0,0,0,.8);
|
||||
border-radius: 0 0 0 4px;
|
||||
}
|
||||
|
||||
|
||||
/* About Section
|
||||
------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user