[gen] Better rendering of buttons; added a new utility function for formatting elements like phone numbers.

This commit is contained in:
Gaetan Delannay 2014-05-16 12:58:53 +02:00
parent cf946e3222
commit 3b18619624
3 changed files with 19 additions and 9 deletions

View file

@ -57,10 +57,10 @@ img { border: 0; vertical-align: middle }
.userStrip a:visited { color: #e7e7e7 }
.breadcrumb { font-size: 11pt; padding-bottom: 6px }
.login { margin: 3px; color: black }
input.button { color: #666666; height: 20px; width: 130px; margin-bottom: 5px;
input.button { color: #666666; height: 20px; margin-bottom: 5px;
cursor:pointer; font-size: 90%; padding-left: 10px;
background-color: white; background-repeat: no-repeat;
background-position: 5% 25%; box-shadow: 2px 2px 2px #888888}
background-position: 8px 25%; box-shadow: 2px 2px 2px #888888}
input.buttonSmall { width: 100px !important; font-size: 85%; height: 18px;
margin-bottom: 3px}
.fake { background-color: #e6e6e6 !important ; cursor:help !important }