fix popup calendar in old eTemplate to not take full widht of popups

This commit is contained in:
Ralf Becker 2016-04-08 14:25:24 +00:00
parent 410c5c242e
commit 5a69d6e408

View File

@ -1,9 +1,13 @@
/* The main calendar widget. DIV containing a table. */
div.calendar { position: relative; }
div.calendar {
position: relative;
width: 200px;
border: 1px solid #556;
box-shadow: 5px 5px 5px #888888;
}
.calendar, .calendar table {
border: 0px solid #556;
font-size: 10pt;
color: #000;
cursor: default;