Mercurial > libervia-web
comparison public/libervia.css @ 76:8f097c1551f3
browser side: registerPanel text-align fix
author | Adrien Vigneron <adrienvigneron@mailoo.org> |
---|---|
date | Sat, 18 Jun 2011 15:47:21 +0200 |
parents | 4b4c0b9e2533 |
children | 975e6be24e11 |
comparison
equal
deleted
inserted
replaced
75:4b4c0b9e2533 | 76:8f097c1551f3 |
---|---|
1 /* | |
2 Libervia: a Salut à Toi frontend | 1 Libervia: a Salut à Toi frontend |
3 Copyright (C) 2011 Jérôme Poisson <goffi@goffi.org> | 2 Copyright (C) 2011 Jérôme Poisson <goffi@goffi.org> |
4 Copyright (C) 2011 Adrien Vigneron <adrienvigneron@mailoo.org> | 3 Copyright (C) 2011 Adrien Vigneron <adrienvigneron@mailoo.org> |
5 | 4 |
6 This program is free software: you can redistribute it and/or modify | 5 This program is free software: you can redistribute it and/or modify |
467 .registerPanel_content input { | 466 .registerPanel_content input { |
468 height: 25px; | 467 height: 25px; |
469 line-height: 25px; | 468 line-height: 25px; |
470 width: 200px; | 469 width: 200px; |
471 text-indent: 11px; | 470 text-indent: 11px; |
471 text-align:-webkit-center | |
472 background: #000; | 472 background: #000; |
473 color: #aaa; | 473 color: #aaa; |
474 border: 1px solid #222; | 474 border: 1px solid #222; |
475 border-radius:15px; | 475 border-radius:15px; |
476 -webkit-border-radius: 15px; | 476 -webkit-border-radius: 15px; |