cleanup
This commit is contained in:
parent
928f3c0e31
commit
3ec128f08b
|
@ -144,6 +144,9 @@
|
|||
}
|
||||
|
||||
|
||||
#address-box-edit {
|
||||
margin: 1rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -180,50 +183,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!--<div class="col">-->
|
||||
<!--<button type="button" class="btn btn-outline-primary">change address-->
|
||||
<!--</button>-->
|
||||
|
||||
|
||||
<!--<button type="button" class="btn btn-outline-dark" data-toggle="tooltip" data-placement="top"-->
|
||||
<!--title="open random mailbox"><i class="fas fa-random"></i></button>-->
|
||||
<!--</div>-->
|
||||
|
||||
<!--<div class="row">-->
|
||||
<!--<div class="col-sm">-->
|
||||
<!--<strong id="my-address">-->
|
||||
<!--user@domain.com-->
|
||||
<!--</strong>-->
|
||||
<!--<button type="button" class="btn btn-light copy-button" data-tooltip="tooltip"-->
|
||||
<!--data-placement="top" title="open random mailbox"-->
|
||||
<!--data-clipboard-target="#my-address">-->
|
||||
<!--<i class="far fa-copy"></i> Copy-->
|
||||
<!--</button>-->
|
||||
<!--</div>-->
|
||||
<!--<div class="col-md">-->
|
||||
|
||||
<!--<!–<button type="button" class="btn btn-outline-dark" data-tooltip="tooltip" data-placement="top"–>-->
|
||||
<!--<!–title="open random mailbox"><i class="fas fa-sync"></i> Refresh</button>–>-->
|
||||
<!--<button type="button" class="btn"-->
|
||||
<!--data-toggle="collapse" title="choose your own address"-->
|
||||
<!--data-target=".change-address-toggle"-->
|
||||
<!--data-tooltip="tooltip" aria-controls="address-box-edit" aria-expanded="false">-->
|
||||
<!--<i class="fas fa-random"></i> get new address-->
|
||||
<!--</button>-->
|
||||
<!--<!–<button type="button" class="btn btn-outline-dark" data-tooltip="tooltip"–>-->
|
||||
<!--<!–data-placement="top" title="open random mailbox">–>-->
|
||||
<!--<!–<i class="fas fa-random"></i> random–>-->
|
||||
<!--<!–</button>–>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<!--</strong>-->
|
||||
<!--</p>-->
|
||||
<!--</div>-->
|
||||
|
||||
<form class="collapse change-address-toggle" id="address-box-edit">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
Choose your own address:
|
||||
Choose a new address:
|
||||
<div class="form-row align-items-center">
|
||||
<div class="col-sm">
|
||||
<label class="sr-only" for="inlineFormInputName">Address</label>
|
||||
|
|
Loading…
Reference in New Issue
Block a user