Author: tyrell Date: Tue Jul 15 03:49:41 2008 New Revision: 19312 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19312
Log: Adding image styles required by the data services UI. Modified: trunk/mashup/java/modules/www/css/styles.css Modified: trunk/mashup/java/modules/www/css/styles.css URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/css/styles.css?rev=19312&r1=19311&r2=19312&view=diff ============================================================================== --- trunk/mashup/java/modules/www/css/styles.css (original) +++ trunk/mashup/java/modules/www/css/styles.css Tue Jul 15 03:49:41 2008 @@ -1211,4 +1211,21 @@ width:200px; text-align:center; } -/* END styles for Information Card support. */ \ No newline at end of file +/* END styles for Information Card support. */ + +/* Styles for Data Services*/ + +a#cancel_link { + background: url( ../wsasadmin/images/cancel.gif ) transparent no-repeat 0px 0px; + text-decoration: none; + font-size: 10pt; +} + +a#edit_link { + background: url( ../wsasadmin/images/application_edit.gif ) transparent no-repeat 0px 0px; + text-decoration: none; + font-size: 10pt; +} + + +/* Rnd Styles for Data Services*/ _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
