Letractively / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Switch from images in map & timeline to divs with CSS #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Switch from images in map & timeline to divs with CSS

Original issue reported on code.google.com by Lars.Grammel on 10 Aug 2010 at 3:51

GoogleCodeExporter commented 8 years ago
Enter in http://www.w3schools.com/Css/tryit.asp?filename=trycss_zindex: 

div
{
position:absolute;
left:40px;
top:40px;
width: 20px;
height: 20px;
border: 1px solid lightgray;
background:#FDF49A;
text-align:center;
text-vertical-align:center;
font-weight:bold;

-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}
</style>
</head>

<body style="background:#eeeeee;">
<div>1</div>
</body>
</html>

Original comment by Lars.Grammel on 10 Aug 2010 at 4:19

GoogleCodeExporter commented 8 years ago
Replaced images with divs in map and timeline. Still need to provide better 
borders, refactor TimeLineItem, use common superclass again, and remove unused 
code (Icon library).

Original comment by Lars.Grammel on 10 Aug 2010 at 6:50

GoogleCodeExporter commented 8 years ago
Refactoring and removing old code is done. Still need to provide better borders.

Original comment by Lars.Grammel on 10 Aug 2010 at 11:37

GoogleCodeExporter commented 8 years ago

Original comment by Lars.Grammel on 11 Aug 2010 at 12:00

GoogleCodeExporter commented 8 years ago

Original comment by Lars.Grammel on 20 Aug 2010 at 6:29