Hello community,

here is the log from the commit of package webyast-base-ui for openSUSE:Factory
checked in at Mon Jun 6 16:23:03 CEST 2011.



--------
--- webyast-base-ui/webyast-base-ui.changes     2011-05-31 15:13:33.000000000 
+0200
+++ /mounts/work_src_done/STABLE/webyast-base-ui/webyast-base-ui.changes        
2011-06-06 11:59:56.000000000 +0200
@@ -1,0 +2,13 @@
+Mon Jun  6 09:44:51 UTC 2011 - [email protected]
+
+- Fixed IE8 bugs
+- 0.2.55 
+
+-------------------------------------------------------------------
+Wed Jun  1 10:53:32 UTC 2011 - [email protected]
+
+- WebYast - The ball icon in green/red which show the status of the machine 
show like a square with IE8 (bnc#697369)
+- Adapted login form style to new WebYaST look
+- 0.2.54
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ webyast-base-ui.spec ++++++
--- /var/tmp/diff_new_pack.FSu0Bj/_old  2011-06-06 16:19:30.000000000 +0200
+++ /var/tmp/diff_new_pack.FSu0Bj/_new  2011-06-06 16:19:30.000000000 +0200
@@ -53,7 +53,7 @@
 Group:          Productivity/Networking/Web/Utilities
 Url:            http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:    on
-Version:        0.2.53
+Version:        0.2.55
 Release:        1
 Summary:        WebYaST - base UI for system management
 Source:         www.tar.bz2

++++++ www.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/sass/style.sass new/www/app/sass/style.sass
--- old/www/app/sass/style.sass 2011-05-11 10:03:25.000000000 +0200
+++ new/www/app/sass/style.sass 2011-06-06 11:56:23.000000000 +0200
@@ -291,19 +291,32 @@
 /* == Basic Styles ========================================================
 
 #login-dialogue
-  width: 23em
-  /*min-height: 17em; FIXME not working in IE6 | not working anywhere,
-  /*breaks host selection screen --bubli
+  width: 24em
   background: !c_button
-  margin: 10px auto
+  margin: 100px auto
   overflow: hidden
   color: !c_text
-  -moz-border-radius: 5px
-  -webkit-border-radius: 5px
-  -moz-box-shadow: 0 1px 7px !c_button_border
-  -webkit-box-shadow: 0 1px 7px !c_button_border
-  box-shadow: 0 1px 7px !c_button_border
+  border: 6px solid #CCCCCC
+  border-radius: 3px
+  -moz-border-radius: 3px
+  -webkit-border-radius: 3px
+  /*box-shadow: 0px 0px 2px #ccc inset
+  -webkit-box-shadow: 0px 0px 2px #ccc inset
+  background-color: #fafafa
 
+#login_image_wrapper
+  float: left
+  width: 32%
+  height: 140px
+  line-height: 120px
+  overflow: hidden
+ 
+#login_credentials_wrapper
+  float: right
+  width: 100%
+  height: 140px
+  overflow: hidden
+  
 #login_button
   float: right
   width: 100%
@@ -311,21 +324,42 @@
 #login-dialogue
   form
     display: block
-    background: !c_inverse_text
     padding: 15px
-    margin: 7px
     overflow: hidden
   input
     &[type="password"], &[type="text"]
-      width: 97%
+      width: 100%
+      box-sizing: border-box
+      -moz-box-sizing: border-box
+      float:left
+      border-radius: 0px
+      background-color: #fff
+      border: 1px solid #CCCCCC
+      font-weight: normal
+      font-size: 13px
+      line-height: 18px
+  img 
+    width: 96px
+    height: 96px
+    margin-top: 10px
+      
   h2
     margin: 0 !important
-    color: !c_text
+    color: #555
+    text-shadow: 0 1px 0px #fff
   label
     display: block
+    color: #555
+    text-shadow: 0px 1px 0px #FEFEFE
+    font-weight: bold
     margin: 0 0 0.2em
     text-align: left
 
+#content_title_details
+  color: #777777
+  font-size: 11px
+  text-shadow: 0px 1px 0px #FEFEFE
+
 /*#status
 /*  width: 70%
 /*  display: inline-block
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/sessions/new.rhtml 
new/www/app/views/sessions/new.rhtml
--- old/www/app/views/sessions/new.rhtml        2011-01-19 10:38:49.000000000 
+0100
+++ new/www/app/views/sessions/new.rhtml        2011-06-06 11:56:23.000000000 
+0200
@@ -19,19 +19,20 @@
   <% form_tag( :action => 'create' ) do  %>
 
     <h2 id="content_title"><%= _("Login") %></h2>
-
-    <p><%= _("Enter login credentials for host %s.") % h(@host.name) %></p>
-
+    <p id="content_title_details">&nbsp;<%= _("Enter login credentials for 
host %s.") % h(@host.name) %></p>
     <%= hidden_field_tag 'hostid', @host.id %>
 
-    <p><label for="login"><%= _("Username:") %></label>
-    <%= text_field_tag 'login', @user %></p>
+    <!--<div id="login_image_wrapper">
+      <p>< image_tag("/icons/yast-users.png", :alt =>"user") ></p>
+    </div-->
+    <div id="login_credentials_wrapper">
+      <p><label for="login"><%= _("Username:") %></label>
+      <%= text_field_tag 'login', @user, :style=>"border-radius:0px;" %></p>
 
-    <p><label for="password"><%= _("Password:") %></label>
-    <%= password_field_tag 'password', @password %></p>
-    <p>
-    <%= submit_tag(_('Login'), :class => "button", :id => "login_button") %>
-    </p>
+      <p><label for="password"><%= _("Password:") %></label>
+      <%= password_field_tag 'password', @password %></p>
+      </div>
+            <p><%= submit_tag(_('Login'), :class => "button", :id => 
"login_button") %></p>
   <% end %>
   
 </div>
Files old/www/public/images/circle-gray.png and 
new/www/public/images/circle-gray.png differ
Files old/www/public/images/circle-green.png and 
new/www/public/images/circle-green.png differ
Files old/www/public/images/circle-red.png and 
new/www/public/images/circle-red.png differ
Files old/www/public/images/eye-green.png and 
new/www/public/images/eye-green.png differ
Files old/www/public/images/eye-grey.png and new/www/public/images/eye-grey.png 
differ
Files old/www/public/images/eye-red.png and new/www/public/images/eye-red.png 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/public/javascripts/webyast-controlpanel.js 
new/www/public/javascripts/webyast-controlpanel.js
--- old/www/public/javascripts/webyast-controlpanel.js  2011-05-24 
16:07:38.000000000 +0200
+++ new/www/public/javascripts/webyast-controlpanel.js  2011-06-01 
12:55:36.000000000 +0200
@@ -124,6 +124,11 @@
   //Track frequenly used modules
   //$(function() {
   $(document).ready(function() {
+  
+     if($.browser.msie() && $.browser.version.number() == 8 ) {
+       $('#status-eye').css("background", "url(/images/circle-gray.png)");  
+     }
+  
   //  console.time('modules_tracking');
     //localStorage.clear()
     if(localstorage_supported() && 'last_reset' in localStorage) {    
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/public/stylesheets/ie/ie_fixes.css 
new/www/public/stylesheets/ie/ie_fixes.css
--- old/www/public/stylesheets/ie/ie_fixes.css  2011-05-24 16:07:38.000000000 
+0200
+++ new/www/public/stylesheets/ie/ie_fixes.css  2011-06-06 11:35:45.000000000 
+0200
@@ -38,9 +38,9 @@
 /* Different width in IE and FF, TODO: find the other way to get the same 
lenght in different browsers */
 #group_members_string  { width:175px!important;}
 
-#status-eye { border:4px solid #666!important; background: #eeeeee 
url(/images/eye-grey.png) repeat; }
-#status-eye.eye_warning { background: #BD1919 url(/images/eye-red.png) repeat; 
}
-#status-eye.eye_healthy { background: #68b400 url(/images/eye-green.png) 
repeat; }
+#status-eye { border:0!important;}
+#status-eye.eye_warning { border:0; }
+#status-eye.eye_healthy { border:0; }
 .status_warning { background-color:#ea5656; }
 .status_ok { background-color:#59c766; }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/public/stylesheets/webyast-online-help.css 
new/www/public/stylesheets/webyast-online-help.css
--- old/www/public/stylesheets/webyast-online-help.css  2011-05-27 
13:31:35.000000000 +0200
+++ new/www/public/stylesheets/webyast-online-help.css  2011-06-06 
11:56:23.000000000 +0200
@@ -75,6 +75,7 @@
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
 
+  background-color:#fafafa;
   background: -moz-linear-gradient(90deg, #fff, #f2f2f2) repeat scroll 0 0 
transparent;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), 
to(#f2f2f2));
   border: 2px solid #666;


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to