comparison public/libervia.css @ 80:84d3b0decd3d

browser side: fixed CSS
author Goffi <goffi@goffi.org>
date Tue, 21 Jun 2011 16:31:10 +0200
parents d57e0d6b1ced
children a40a12583ba4
comparison
equal deleted inserted replaced
79:d57e0d6b1ced 80:84d3b0decd3d
1 /*
1 Libervia: a Salut à Toi frontend 2 Libervia: a Salut à Toi frontend
2 Copyright (C) 2011 Jérôme Poisson <goffi@goffi.org> 3 Copyright (C) 2011 Jérôme Poisson <goffi@goffi.org>
3 Copyright (C) 2011 Adrien Vigneron <adrienvigneron@mailoo.org> 4 Copyright (C) 2011 Adrien Vigneron <adrienvigneron@mailoo.org>
4 5
5 This program is free software: you can redistribute it and/or modify 6 This program is free software: you can redistribute it and/or modify
470 .registerPanel_content input { 471 .registerPanel_content input {
471 height: 25px; 472 height: 25px;
472 line-height: 25px; 473 line-height: 25px;
473 width: 200px; 474 width: 200px;
474 text-indent: 11px; 475 text-indent: 11px;
475 text-align:-webkit-center 476 text-align:-webkit-center;
476 background: #000; 477 background: #000;
477 color: #aaa; 478 color: #aaa;
478 border: 1px solid #222; 479 border: 1px solid #222;
479 border-radius:15px; 480 border-radius:15px;
480 -webkit-border-radius: 15px; 481 -webkit-border-radius: 15px;