Index: portal.css =================================================================== --- portal.css (revision 53999) +++ portal.css (working copy) @@ -305,6 +305,24 @@ background: #fff; } +#roleSwitch{ + float:right; +} +#roleSwitch label, #roleSwitch a#roleSwitchAnchor{ + color:#fff; + font-weight:bold; +} +#roleSwitch a#roleSwitchAnchor{ + margin:10px 5px 0 0; + display:block; +} +#roleSwitch select{ + border:2px solid #0077B5; + display:inline; + font-size:0.9em; + margin:10px 2px 0 0; + padding:0; +} /*a ul - the li below are outer wrappers for the links to sites */ #siteLinkList{ white-space: nowrap;