You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2012/11/09 11:38:48 UTC

svn commit: r1407417 - in /ofbiz/trunk/themes/flatgrey/webapp/flatgrey: images/ajax-loader.gif images/spinner.gif javascript.css

Author: adrianc
Date: Fri Nov  9 10:38:48 2012
New Revision: 1407417

URL: http://svn.apache.org/viewvc?rev=1407417&view=rev
Log:
Flat Grey theme fixes - added missing images, removed JQuery font.


Added:
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/images/ajax-loader.gif   (with props)
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/images/spinner.gif   (with props)
Modified:
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/javascript.css

Added: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/images/ajax-loader.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/images/ajax-loader.gif?rev=1407417&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/images/ajax-loader.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/images/spinner.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/images/spinner.gif?rev=1407417&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/images/spinner.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/javascript.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/javascript.css?rev=1407417&r1=1407416&r2=1407417&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/javascript.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/javascript.css Fri Nov  9 10:38:48 2012
@@ -305,9 +305,9 @@ body .ui-tooltip { border-width:2px; }
 
 /* Component containers
 ----------------------------------*/
-.ui-widget { font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; font-size: 1.1em; }
+.ui-widget { font-size: 1.1em; }
 .ui-widget .ui-widget { font-size: 1em; }
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; font-size: 1em; }
+.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
 .ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
 .ui-widget-content a { color: #222222; }
 .ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }