I too would like to learn to style NotificationMole.
So far, the only thing I have achieved is (by using setStyleName with
my own style name) on it is to style the outer box and it's
background....
but the content is shown inside a span inside a div, with classes:
<div my class name>
<div class = "GIUFS-FDEI">
this seems to set it's own height, probably calculated from the
text size, and has display : none;
it has these styles:
margin-left: auto;
margin-right: auto;
border-left: 1px solid #96A2B5;
border-right: 1px solid #96A2B5;
border-bottom: 1px solid #96A2B5;
background-color: #E5EDF9;
padding: 5px;
overflow: hidden;
display: inline-block;
<div>
<span class = "GIUFS-FDGI" >
this has style for font family and font size
But I can't see anything related to ".container" or
".notificationText" anywhere
Then the animation seems to operate on those inner divs, not the inner
div, so when I hide it, my outer styled div remains visible....
Thanks in advance for any explanations or examples....
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.