comparison public/libervia.css @ 81:a40a12583ba4

browser side: fixed button
author Goffi <goffi@goffi.org>
date Wed, 22 Jun 2011 17:19:50 +0200
parents 84d3b0decd3d
children bd575203d456
comparison
equal deleted inserted replaced
80:84d3b0decd3d 81:a40a12583ba4
24 24
25 /* reset/default styles */ 25 /* reset/default styles */
26 26
27 html, body, div, span, applet, object, iframe, 27 html, body, div, span, applet, object, iframe,
28 h1, h2, h3, h4, h5, h6, p, blockquote, pre, 28 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
29 a, abbr, acronym, address, big, button, cite, code, 29 a, abbr, acronym, address, big, cite, code,
30 del, dfn, em, font, img, ins, kbd, q, s, samp, 30 del, dfn, em, font, img, ins, kbd, q, s, samp,
31 small, strike, strong, sub, sup, tt, var, 31 small, strike, strong, sub, sup, tt, var,
32 b, u, i, center, dl, dt, dd, ol, ul, li, 32 b, u, i, center, dl, dt, dd, ol, ul, li,
33 fieldset, form, label, legend, table, caption, 33 fieldset, form, label, legend, table, caption,
34 tbody, tfoot, thead, tr, th, td { 34 tbody, tfoot, thead, tr, th, td {
420 font-style: italic; 420 font-style: italic;
421 } 421 }
422 422
423 /* RegisterBox */ 423 /* RegisterBox */
424 424
425 .registerPanel_main button {
426 margin: 0;
427 padding: 0;
428 border: 0;
429 }
430
425 .registerPanel_main div, .registerPanel_main button { 431 .registerPanel_main div, .registerPanel_main button {
426 color: #fff; 432 color: #fff;
427 font-family: Verdana, sans-serif; 433 font-family: Verdana, sans-serif;
428 text-decoration: none; 434 text-decoration: none;
429 } 435 }