Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r282 - in registry/trunk/app: View/Layouts webroot/css webroot/js/jquery/ui/css/start/images

Subject: COmanage Developers List

List archive

[comanage-dev] r282 - in registry/trunk/app: View/Layouts webroot/css webroot/js/jquery/ui/css/start/images


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r282 - in registry/trunk/app: View/Layouts webroot/css webroot/js/jquery/ui/css/start/images
  • Date: Fri, 13 Apr 2012 02:05:25 -0400

Author: marie
Date: 2012-04-13 02:05:25 -0400 (Fri, 13 Apr 2012)
New Revision: 282

Added:

registry/trunk/app/webroot/js/jquery/ui/css/start/images/ui-icons_ffffff_256x240.png
Modified:
registry/trunk/app/View/Layouts/default.ctp
registry/trunk/app/webroot/css/menubar.css
Log:
missing file from commit for co80

Modified: registry/trunk/app/View/Layouts/default.ctp
===================================================================
--- registry/trunk/app/View/Layouts/default.ctp 2012-04-13 05:01:18 UTC (rev
281)
+++ registry/trunk/app/View/Layouts/default.ctp 2012-04-13 06:05:25 UTC (rev
282)
@@ -36,7 +36,7 @@
<!-- Include the gears and jquery style sheets -->
<?php print $this->Html->css('comanage'); ?>
<?php print $this->Html->css('body'); ?>
- <?php print
$this->Html->css('jquery/ui/css/custom-theme/jquery-ui-1.8.18.custom'); ?>
+ <?php print
$this->Html->css('jquery/ui/css/start/jquery-ui-1.8.16.custom'); ?>
<?php print $this->Html->css('jquery/superfish-1.4.8/css/superfish'); ?>
<?php print $this->Html->css('menubar'); ?>


Modified: registry/trunk/app/webroot/css/menubar.css
===================================================================
--- registry/trunk/app/webroot/css/menubar.css 2012-04-13 05:01:18 UTC (rev
281)
+++ registry/trunk/app/webroot/css/menubar.css 2012-04-13 06:05:25 UTC (rev
282)
@@ -121,7 +121,7 @@
#notification .ui-icon {
width:13px;
height:13px;
- background-image:
url(jquery/ui/css/redmond/images/ui-icons_ffffff_256x240.png);
+ background-image:
url(jquery/ui/css/start/images/ui-icons_ffffff_256x240.png);
}

#notification ul li ul {


Property changes on:
registry/trunk/app/webroot/js/jquery/ui/css/start/images/ui-icons_ffffff_256x240.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream



  • [comanage-dev] r282 - in registry/trunk/app: View/Layouts webroot/css webroot/js/jquery/ui/css/start/images, svnlog, 04/13/2012

Archive powered by MHonArc 2.6.16.

Top of Page