Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r484 - in registry/trunk/app/webroot: css js/jquery/ui/css/comanage-theme/images

Subject: COmanage Developers List

List archive

[comanage-dev] r484 - in registry/trunk/app/webroot: css js/jquery/ui/css/comanage-theme/images


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r484 - in registry/trunk/app/webroot: css js/jquery/ui/css/comanage-theme/images
  • Date: Mon, 1 Apr 2013 21:28:12 -0400
  • Authentication-results: sfpop-ironport04.merit.edu; dkim=neutral (message not signed) header.i=none

Author: marie
Date: 2013-04-01 21:28:12 -0400 (Mon, 01 Apr 2013)
New Revision: 484

Added:

registry/trunk/app/webroot/js/jquery/ui/css/comanage-theme/images/ui-icons_6eac2c_256x240.png
Modified:
registry/trunk/app/webroot/css/comanage.css
Log:
co545 success renders in green again

Modified: registry/trunk/app/webroot/css/comanage.css
===================================================================
--- registry/trunk/app/webroot/css/comanage.css 2013-04-02 00:48:46 UTC (rev
483)
+++ registry/trunk/app/webroot/css/comanage.css 2013-04-02 01:28:12 UTC (rev
484)
@@ -237,7 +237,6 @@
}

/* Footer */
-
.footer {
margin:20px 0 0 0;
padding:10px;
@@ -253,3 +252,18 @@
margin:10px;
float:left;
}
+
+ /* Notifications */
+ .ui-state-active,
+ .ui-widget-content .ui-state-active,
+ .ui-widget-header .ui-state-active {
+ border: 1px solid #6eac2c !important;
+ background: #f5f8f9
url(../js/jquery/ui/css/comanage-theme/images/ui-bg_inset-hard_100_f5f8f9_1x100.png)
50% 50% repeat-x !important;
+ font-weight: bold !important;
+ color: #6eac2c !important;
+ }
+
+ .ui-state-active .ui-icon {
+ background-image:
url(../js/jquery/ui/css/comanage-theme/images/ui-icons_6eac2c_256x240.png)
!important;
+ }
+


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



  • [comanage-dev] r484 - in registry/trunk/app/webroot: css js/jquery/ui/css/comanage-theme/images, svnlog, 04/01/2013

Archive powered by MHonArc 2.6.16.

Top of Page