Author: keith Date: Tue Mar 31 21:06:22 2009 New Revision: 33038 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=33038
Log: Getting rid of some commented out styles Modified: trunk/mashup/java/modules/styles/src/main/resources/web/admin/css/main.css Modified: trunk/mashup/java/modules/styles/src/main/resources/web/admin/css/main.css URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/styles/src/main/resources/web/admin/css/main.css?rev=33038&r1=33037&r2=33038&view=diff ============================================================================== --- trunk/mashup/java/modules/styles/src/main/resources/web/admin/css/main.css (original) +++ trunk/mashup/java/modules/styles/src/main/resources/web/admin/css/main.css Tue Mar 31 21:06:22 2009 @@ -108,133 +108,4 @@ .button:hover{ background-image:url(../images/mashup-button-bg-hover.gif); border:solid 1px #C5533E; -} - - - - - - - - - - - -/* ------------ EXISTING STYLES --------------- */ -/* --------------------------------- -.cornerExpand { - position: relative; - top: 3px; - left: -12px; - cursor: pointer; -} - -.cornerCollapse { - position: relative; - top: 3px; - left: -12px; - cursor: pointer; -} - ------------------------- */ - - - - - - - - - - - - - - - - - - - - - - -/*------------------------------ WSAS Stylesheet -------------------------------*/ - -/* Neutralize styling: - Elements we want to clean out entirely: */ - /* html, body, form, fieldset { - font: 100%/1.5 "Lucida Grande","Lucida Sans","Microsoft Sans Serif", "Lucida Sans Unicode",verdana,sans-serif,"trebuchet ms"; - margin: 0; - padding: 0; - } */ - - - - /* Apply left margin: -Only to the few elements that need it: */ - - /* Clear floats without structural markup */ - - - /* Hides from IE-mac \*/ - /* End hide from IE-mac */ - - - /* This is to make sure the cursor is visible in text boxes in FireFox. */ - - - - - - - /* Navigation menu styles - ------------------------------------------------------------------- */ - - - /* Main area icons - -------------------------------------------------------------------------- */ - - /* Main content area - -------------------------------------------------------------------------- */ - - /*{padding: #1 #2 #3 #4} #1=top, #2=right, #3=bottom, #4=left*/ - - - - - - /* Promotional buzz on login page */ - - - - - /* alert message box styles - div#alertMessageBox { - color: #000; - border: #000 1px solid; - } -*/ - - - /* Forms - -------------------------------------------------------------------------- */ - - /* General Forms */ - - - /* Table: styled */ - - - - - /* Table: semi */ - - - - -/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */ - - - - +} \ No newline at end of file _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
