URLbar icons for feed etc. should have a margin at the end
[themes.git] / EarlyBlue / messenger / addressingWidget.css
index bc855f3ee52da14fe6edfab014e0ba500157abc2..20d26357687ef2055cb3d7f7f80d89717626041b 100644 (file)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ::::: addressing widget ::::: */
-  
+
 #addressingWidget {
 /*  height: 80px; */
   margin-left: 0px;
   margin-right: 0px;
   -moz-user-focus: none;
   width: 0px;
-}  
-  
+}
+
 #typecol-addressingWidget {
-  width: 9em;
+  min-width: 9em;
   border-right: 1px solid #CCD0DD;
 }
 
@@ -77,4 +77,4 @@
 .person-icon {
   margin: 0px 3px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
-}
\ No newline at end of file
+}