MINOR Only restricting max width of subsites drop down in CMS to allow for saving space by auto-shrinking it

This commit is contained in:
Ingo Schommer 2011-09-05 17:51:10 +02:00
parent d956d31ed4
commit 7cf7a788d1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
font-size: 12px;
}
#SubsitesSelect {
width: 200px;
max-width: 200px;
padding: 3px;
}