]> source.dussan.org Git - vaadin-framework.git/commitdiff
Group all component specific CSS files to one import.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 14 Jun 2007 13:32:19 +0000 (13:32 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 14 Jun 2007 13:32:19 +0000 (13:32 +0000)
svn changeset:1723/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/Client.gwt.xml
src/com/itmill/toolkit/terminal/gwt/public/component-themes/collection.css [new file with mode: 0644]

index 8e69b1c45c4e8031e4aed42d1ddd12d4a9ecf0fa..2ecad6ba07441ce5536f98dae9bb5b297b1d6485 100644 (file)
@@ -7,8 +7,12 @@
        <inherits name='com.google.gwt.xml.XML'/>
 
        <inherits name='com.google.gwt.json.JSON'/>
+       
+       <!-- Component stylesheets                                -->
+       
+       <stylesheet src="component-themes/collection.css"/>
 
-'      <!-- Specify the app entry point class.                   -->
+       <!-- Specify the app entry point class.                   -->
        <entry-point class='com.itmill.toolkit.terminal.gwt.client.Client'/>
   
 </module>
diff --git a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/collection.css b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/collection.css
new file mode 100644 (file)
index 0000000..4cdd3d0
--- /dev/null
@@ -0,0 +1,2 @@
+@import "common/css/common.css";\r
+@import "textfield/css/textfield.css";
\ No newline at end of file