Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +01:00
CSS for url entry to bring in line with text fields
Dieser Commit ist enthalten in:
Ursprung
ce9373dd91
Commit
3c364c928c
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
|
@ -195,6 +195,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.url-field input {
|
||||
width: 100%;
|
||||
font-size: 1.1487em;
|
||||
padding: 6px;
|
||||
border: 1px solid #ccc;
|
||||
transition: border-color 0.5s;
|
||||
}
|
||||
|
||||
.control-group {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
|
Laden …
In neuem Issue referenzieren