Fix agenda table issue with long time format (Bug #2084)

This commit is contained in:
Aleksander Machniak 2013-08-06 11:04:35 +02:00
parent b4dd53e2c4
commit cb22497440
2 changed files with 6 additions and 7 deletions

View file

@ -1139,8 +1139,8 @@ div.fc-event-location {
color: #333;
}
.fc-view-table col.fc-event-location {
width: 20%;
.fc-view-table table.fc-list-smart {
table-layout: auto;
}
.fc-listappend {

View file

@ -1283,12 +1283,8 @@ div.fc-event-location {
padding: 4px 7px;
}
.calendarmain .fc-view-table col.fc-event-location {
width: 20%;
}
.calendarmain .fc-view-table tr.fc-event td.fc-event-handle {
padding: 5px 10px 2px 7px;
padding: 5px 0 2px 7px;
width: 12px;
}
@ -1315,6 +1311,9 @@ div.fc-event-location {
box-shadow: inset 0px 0 1px 1px rgba(0, 0, 0, 0.3);
}
.fc-view-table table.fc-list-smart {
table-layout: auto;
}
.fc-listappend {
text-align: center;