|
- <style>
- #username {
- width:100%;
- }
-
- #step1, #step2, #step3, #changeaddr{
- width: 110px;
- float:right;
- }
-
- div.error {
- color:red
- font-weight: bold;
- }
-
- div.verification, div.details, div.success {
- min-height:150px;
- background:#f3f3f3;
- margin-top:10px;
- margin-bottom:10px;
- color: black;
- //display:none;
- }
-
- input.fullwidth{
- width:100%;
- }
-
- table.details {
- border: 1px solid #FFFFFF;
- text-align: center;
- border-collapse: collapse;
- }
- table.details td, table.details th {
- border: 3px solid #FFFFFF;
- padding: 13px 2px;
- }
-
- table.details td.left, table.details th.left {
- text-align:left;
- }
- textarea.addr{
- padding-top:15px;
- min-height: 100px;
- font-weight: bold;
- color: blue;
- resize: none;
- }
-
- .twitter-typeahead {
- width: 100%;
- }
-
- .tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
- .tt-hint {
- width: 396px;
- height: 30px;
- padding: 8px 12px;
- font-size: 24px;
- line-height: 30px;
- border: 2px solid #ccc;
- border-radius: 0px;
- outline: none;
- }
-
- .tt-query {
- /* UPDATE: newer versions use tt-input instead of tt-query */
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- }
-
- .tt-hint {
- color: #999;
- }
-
- .tt-menu {
- /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
- width: 100%;
- margin-top: 0px;
- padding: 8px 0;
- background-color: #fff;
- border: 1px solid #ccc;
- border: 1px solid rgba(0, 0, 0, 0.2);
- border-radius: 0px 0px 8px 8px;
- box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
- }
-
- .tt-suggestion {
- padding: 3px 1px 3px 3px;
- font-size: 16px;
- line-height: 20px;
- cursor: pointer;
- text-align:left;
- }
-
- .tt-suggestion.tt-cursor, .tt-suggestion.tt-is-under-cursor {
- /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
- color: #fff;
- background-color: #ca974d;
- }
-
- .tt-suggestion p {
- margin: 0;
- }
- </style>
|