mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Update Image URL Input Styles
No issue The style for the URL input when uploading images are a bit broken. This PR reduces the horizontal spacing in the settings menu uploader (to widen the input), corrects the button with black text in the editor uploader and makes sure all image upload inputs fill the container.
This commit is contained in:
parent
0cb3483bc0
commit
f90cb0c8de
2 changed files with 7 additions and 3 deletions
|
@ -134,8 +134,8 @@
|
|||
padding-bottom: 35px;
|
||||
margin: 0 0 1.6rem 0;
|
||||
|
||||
input {
|
||||
width: auto;
|
||||
&.image-uploader-url {
|
||||
padding: 35px 45px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
|
||||
&.url {
|
||||
font: -webkit-small-control;
|
||||
width: 276px;
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
padding: 9px 7px;
|
||||
margin: 10px 0;
|
||||
|
@ -116,6 +116,10 @@
|
|||
border: #e3e1d5 1px solid;
|
||||
border-radius: 4px;
|
||||
transition: all 0.15s ease-in-out;
|
||||
|
||||
+ .btn.btn-blue {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue