5 667
edições
Sem resumo de edição Etiqueta: Revertido |
Etiqueta: Desfazer |
||
Linha 56: | Linha 56: | ||
margin: 35px 0; | margin: 35px 0; | ||
} | } | ||
. | .mapsCalc__select { | ||
width: 100%; | width: 100%; | ||
padding: 10px; | padding: 10px; | ||
Linha 66: | Linha 66: | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
. | .mapsCalc__label { | ||
position: absolute; | position: absolute; | ||
top: - | top: -18px; /* Eleva o texto um pouco mais para cima */ | ||
background: none; | background: none; | ||
padding: 0 5px; | padding: 0 5px; | ||
font-size: 14px; | font-size: 14px; | ||
font-weight: bold; | font-weight: bold; /* Deixa o texto em negrito */ | ||
color: #0d0d0d; | color: #0d0d0d; | ||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
<form id="mapForm"> | |||
<div id="mapTypeSelection" class="input-group"> | <div id="mapTypeSelection" class="input-group"> | ||
<select id="mapType" class="mapsCalc__select"> | <select id="mapType" class="mapsCalc__select"> | ||
Linha 121: | Linha 105: | ||
<div id="searchById"> | <div id="searchById"> | ||
<label for="searchIds">Buscar por ID(s):</label> | <label for="searchIds">Buscar por ID(s):</label> | ||
<input type="text" id="searchIds" placeholder="Digite os IDs separados por vírgula"> | |||
<button type="button" id="searchButton"> | |||
<img src="https://wiki.pokexgames.com/images/8/8e/Poke-ball%281%29.png" alt="Buscar"> | |||
</button> | |||
</div> | </div> | ||