Remove fixed width in settings page (#1485663) + limit size of timezone drop-down

release-0.6
thomascube 16 years ago
parent ebc08dc1b6
commit 624ce79917

@ -74,7 +74,12 @@ span.tablink-selected a
{
float: left;
margin-right: 14px;
width: 520px;
min-width: 520px;
}
#rcmfd_timezone
{
width: 300px;
}
#identities-list,

Loading…
Cancel
Save