thx!!

El lunes, 28 de marzo de 2011, 6:12:52 (UTC+2), pbreit escribió:
>
> Isn't it this CSS in static/css/base.css? Also, If you have any interest 
> in CSS, Chrome/Safari have an "Inspect Element" command and Firefox has the 
> terrific Firebug add on. These are all must-have tools for working with web 
> page styles.
>
>
> /*********** web2py specific ***********/
> div.flash {
>     font-weight: bold;
>     display: none;
>     position: fixed;    
>     padding: 10px;
>     top: 40px;
>     right: 10px;
>     min-width: 280px;
>     opacity: 0.85;
>     margin: 0px 0px 10px 10px;    
>     color: #fff;    
>     vertical-align: middle;
>     cursor: pointer;
>     background: #000;
>     border: 2px solid #fff;
>     -moz-border-radius: 5px;
>     -webkit-border-radius: 5px;
>     z-index: 2;
> }
> div.error {
>     background-color: red;
>     color: white;
>     padding: 3px;
> }
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to