How can one get the empty .day-date Div (green dot on picture) to position itself in the Top Left corner all the time and not only when a particular day has an entry (red dot on picture). I hope it can be done with just adding some CSS as I do not have a paid account. (
Picture under the LJ-Cut )
Comments 4
but this might work. (try writing all the styling concerning one particular class/selector/whatever together, not in many separate parts, that's clearer to code and to check for errors)
.day-date {
border: 3px inset #6D14A6;
-moz-border-radius:70px;
padding:1px;
vertical-align:top;
margin:0 auto auto 0; /* keep the day-date in the top right corner*/
}
Reply
I will go clean up my CSS later. THANK you for pointing my brain in the correct direction. Once again You are wonderful.
Reply
Reply
Reply
Leave a comment