kopia lustrzana https://github.com/dgtlmoon/changedetection.io
fix: setting overflow in mobile view (#150)
rodzic
07308eedbd
commit
2a66ac1db0
|
|
@ -297,7 +297,7 @@ footer {
|
|||
color: #dd0000; }
|
||||
.pure-form label {
|
||||
font-weight: bold; }
|
||||
.pure-form input[type=url] {
|
||||
.pure-form input {
|
||||
width: 100%; }
|
||||
.pure-form textarea {
|
||||
width: 100%; }
|
||||
|
|
|
|||
|
|
@ -401,7 +401,7 @@ footer {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
input[type=url] {
|
||||
input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ SMTPS - mailtos://user:pass@mail.domain.com?to=receivingAddress@example.com") }}
|
|||
<div id="notification-customisation" style="display:none;">
|
||||
|
||||
<div class="pure-control-group">
|
||||
{{ render_field(form.notification_title, size=80) }}
|
||||
{{ render_field(form.notification_title) }}
|
||||
<span class="pure-form-message-inline">Title for all notifications</span>
|
||||
</div>
|
||||
<div class="pure-control-group">
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue