Re: How to redefine standard.css ?

2010-01-09 Thread Ista Pouss
2010/1/9 rjcarr rjc...@gmail.com:
 I'm not exactly sure what you're asking, but I'm not sure you can edit
 standard.css.


I'm sorry, my english is not good.

Here is an exemple.

In my HTML, at the end of head, there is :

   script
type=text/javascript
language='javascript'
src='diaporama/diaporamaa.nocache.js'/script
link rel=stylesheet type=text/css href=css/alsa-base.css /
link rel=stylesheet type=text/css href=css/dark.css /
/head

You see the call to GWT appli, then the links to my css.

But when I look at the generated source in the navigator (thanks Web
Developer), I see :

script type=text/javascript language=javascript
src=diaporamaa/diaporamaa.nocache.js/scriptscript
defer=deferdiaporamaa.onInjectionDone('diaporamaa')/script
link rel=stylesheet type=text/css href=css/alsa-base.css
link rel=stylesheet type=text/css href=css/dark.css

  link href=http://localhost/samuel/diaporama/gwt/standard/standard.css;
rel=stylesheet/head

... you can see the apparition of standard.css in the last position.

In this standard.css there is selectors like body, so I can't set my
own styles, because there are masqued by standard.css.

How can I put standard.css in first position, for instance ?


 If you like standard.css but just want to modify some fields, you
 could probably find where it lives, copy it to a location on your web
 path, disable the standard one and load your edited one.

 I'm reasonably sure the module.xml file defines your style ... you'll
 have to disable it there.

 On Jan 7, 11:26 pm, Ista Pouss ista...@gmail.com wrote:
 Hi,

 I have a little application (a diaporama) in GWT. I should want
 distribute this application.

 But GWT put standard.css at the end of css declarations, so it
 remove all specifics css. How is it possible to modify that ?

 I have read How to disable standard css 
 athttp://groups.google.com/group/google-web-toolkit/browse_frm/thread/5...
 but it's nok for me : I can't say to my users Hey please modify the
 gwt.xml micmac...

 I'm using GWT 2.0.

 Thanks.

 --
 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: How to redefine standard.css ?

2010-01-09 Thread mariyan nenchev
remove the standard css declaration fom your .gwt.xml

On Fri, Jan 8, 2010 at 9:26 AM, Ista Pouss ista...@gmail.com wrote:

 Hi,

 I have a little application (a diaporama) in GWT. I should want
 distribute this application.

 But GWT put standard.css at the end of css declarations, so it
 remove all specifics css. How is it possible to modify that ?

 I have read How to disable standard css at

 http://groups.google.com/group/google-web-toolkit/browse_frm/thread/5a52ec845d515fb6/016aa7b7a1daa09e?lnk=gstq=standard.css#016aa7b7a1daa09e
 but it's nok for me : I can't say to my users Hey please modify the
 gwt.xml micmac...

 I'm using GWT 2.0.

 Thanks.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 

You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

To post to this group, send email to google-web-tool...@googlegroups.com.

To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



How to redefine standard.css ?

2010-01-08 Thread Ista Pouss
Hi,

I have a little application (a diaporama) in GWT. I should want
distribute this application.

But GWT put standard.css at the end of css declarations, so it
remove all specifics css. How is it possible to modify that ?

I have read How to disable standard css at
http://groups.google.com/group/google-web-toolkit/browse_frm/thread/5a52ec845d515fb6/016aa7b7a1daa09e?lnk=gstq=standard.css#016aa7b7a1daa09e
but it's nok for me : I can't say to my users Hey please modify the
gwt.xml micmac...

I'm using GWT 2.0.

Thanks.
-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: How to redefine standard.css ?

2010-01-08 Thread rjcarr
I'm not exactly sure what you're asking, but I'm not sure you can edit
standard.css.

If you like standard.css but just want to modify some fields, you
could probably find where it lives, copy it to a location on your web
path, disable the standard one and load your edited one.

I'm reasonably sure the module.xml file defines your style ... you'll
have to disable it there.

On Jan 7, 11:26 pm, Ista Pouss ista...@gmail.com wrote:
 Hi,

 I have a little application (a diaporama) in GWT. I should want
 distribute this application.

 But GWT put standard.css at the end of css declarations, so it
 remove all specifics css. How is it possible to modify that ?

 I have read How to disable standard css 
 athttp://groups.google.com/group/google-web-toolkit/browse_frm/thread/5...
 but it's nok for me : I can't say to my users Hey please modify the
 gwt.xml micmac...

 I'm using GWT 2.0.

 Thanks.
-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.