mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fix popup calendar in old eTemplate to not take full widht of popups
This commit is contained in:
parent
410c5c242e
commit
5a69d6e408
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user