mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fixed the select field bug I caused in Firefox, adjusted browse page aligment
This commit is contained in:
parent
92fcee0aea
commit
aa35f2f158
3 changed files with 4 additions and 4 deletions
|
@ -81,9 +81,9 @@ legend, .legend{
|
|||
/* Drop Down Selection Inputs */
|
||||
.select-Container{
|
||||
@extend %input-Area;
|
||||
background:url(/img/drop-Arrow.png) no-repeat 99% center #fff; display:inline-block;
|
||||
background:url(/img/drop-Arrow.png) no-repeat 99% center #fff; display:inline-block; overflow:hidden; float:left;
|
||||
}
|
||||
.input-Select{background:none; border:0; font-size:$base; padding-right:$spacing*4; width:100%; -webkit-appearance:textarea}
|
||||
.input-Select{background:none; border:0; font-size:$base; padding-right:$spacing*4; width:120%; -webkit-appearance:textarea}
|
||||
|
||||
// File Input Styling
|
||||
.file-Input-Area{
|
||||
|
|
|
@ -809,7 +809,7 @@ a.tag:hover {
|
|||
color: #000;
|
||||
}
|
||||
.header-Outro .btn-Action {
|
||||
margin: 0 0 0 10px;
|
||||
margin: 2px 0 0 10px;
|
||||
}
|
||||
.browse-page .text-Label {
|
||||
float: left;
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<fieldset class="grouping">
|
||||
<label class="text-Label" for="tags">Search by tag:</label>
|
||||
<input class="input-Area typeahead" name="tags" type="text" placeholder="pokemon" value="" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" dir="auto">
|
||||
<input style="vertical-align: -4px;" type="submit" class="btn-Action" value="Search">
|
||||
<input style="vertical-align: -5px;margin-left: 4px;" type="submit" class="btn-Action" value="Search">
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue