<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,10 +26,11 @@
 &lt;display:WindowBase xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;
                     xmlns:display=&quot;fb.display.*&quot;
                     width=&quot;510&quot;
+                    styleName=&quot;fbDialog&quot;
                     creationComplete=&quot;creationComplete(event)&quot;
                     close=&quot;hide()&quot; &gt;
 
-  &lt;mx:Style source=&quot;fb/styles/fb_style.css&quot; /&gt;
+  &lt;mx:Style source=&quot;../styles/fb_style.css&quot; /&gt;
 
   &lt;mx:Canvas width=&quot;100%&quot;
              height=&quot;100%&quot; &gt;
@@ -40,8 +41,9 @@
              updateComplete=&quot;htmlComplete(event)&quot; /&gt;
     &lt;mx:HBox id=&quot;loadingAnimation&quot;
              visible=&quot;false&quot;
-             styleName=&quot;dialogLoadingIndicator&quot;&gt;
-      &lt;mx:Label text=&quot;Connecting to Facebook&quot; /&gt;
+             styleName=&quot;dialogLoadingIndicator&quot; &gt;
+      &lt;mx:Label styleName=&quot;statusText&quot;
+                text=&quot;Connecting to Facebook&quot; /&gt;
       &lt;display:LoadAnimation width=&quot;20&quot;
                              height=&quot;100%&quot; /&gt;
     &lt;/mx:HBox&gt;</diff>
      <filename>fb/display/FBDialog.mxml</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,13 @@
-Label, Text, TextArea, Button, ToolTip {
-  font-family: &quot;Lucida Grande&quot;, &quot;Segoe UI&quot;, &quot;Tahoma&quot;, &quot;Verdana&quot;, &quot;Arial&quot;, &quot;_sans&quot;;
+.dialogLoadingIndicator {
+  horizontalCenter:0;
+  verticalCenter:0;
 }
 
-Label, Text, TextArea {
-  color: #333333;
+.fbDialog {
+  background-color: #ffffff;
 }
 
-WindowBase {
-  background-color: #ffffff;
+.statusText {
+  color: #333333;
+  font-family: &quot;Lucida Grande&quot;, &quot;Segoe UI&quot;, &quot;Tahoma&quot;, &quot;Verdana&quot;, &quot;Arial&quot;, &quot;_sans&quot;;
 }</diff>
      <filename>fb/styles/fb_style.css</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,6 @@
   color: #999;
 }
 
-.dialogLoadingIndicator {
-  horizontalCenter:0;
-  verticalCenter:0;
-}
-
 .errorIndicator {
   backgroundColor: #ffebe8;
   borderColor: #dd3c10;</diff>
      <filename>fbair/styles/global.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>de96f8d3878a4f18fb1894801a6955cd7a3063c7</id>
    </parent>
  </parents>
  <author>
    <name>Lee Byron</name>
    <email>leebyron@lbyron.local</email>
  </author>
  <url>http://github.com/jubishop/Facebook-for-Adobe-AIR/commit/be60f12c227289b5441291ce65b493bd7d6e9788</url>
  <id>be60f12c227289b5441291ce65b493bd7d6e9788</id>
  <committed-date>2009-05-26T16:47:08-07:00</committed-date>
  <authored-date>2009-05-26T16:47:08-07:00</authored-date>
  <message>style edits</message>
  <tree>1acb419a604b6b0043bcc9aa422bf92a0b31a1f2</tree>
  <committer>
    <name>Lee Byron</name>
    <email>leebyron@lbyron.local</email>
  </committer>
</commit>
