Minor UI adjustments here and there
This commit is contained in:
parent
f5bd331c3c
commit
6fbf05175e
@ -46,9 +46,9 @@
|
||||
<h3>{$CONST.DOWNLOAD}</h3>
|
||||
|
||||
<div class="panel">
|
||||
<div id="downloads">
|
||||
<span class="msg_notice"><span class="icon-info-circled"></span> {$CONST.ADD_MEDIA_BLAHBLAH_NOTE}</span>
|
||||
<span class="msg_notice"><span class="icon-info-circled"></span> {$CONST.ADD_MEDIA_BLAHBLAH_NOTE}</span>
|
||||
|
||||
<div id="downloads">
|
||||
<div class="clearfix form_field">
|
||||
<label for="imageurl">{$CONST.ENTER_MEDIA_URL}</label>
|
||||
<input id="imageurl" class="check_input" name="serendipity[imageurl]" type="text" value="">
|
||||
|
@ -1523,7 +1523,8 @@ form > .button_link:first-of-type,
|
||||
.filter_pane,
|
||||
#meta_data > div,
|
||||
#adv_opts > fieldset > div,
|
||||
#adv_opts > fieldset > fieldset {
|
||||
#adv_opts > fieldset > fieldset,
|
||||
#downloads {
|
||||
background: #eee;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
@ -1540,7 +1541,7 @@ form > .button_link:first-of-type,
|
||||
}
|
||||
|
||||
.filter_pane .form_buttons {
|
||||
margin-bottom: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#template_select article,
|
||||
@ -2896,7 +2897,7 @@ img.mfp-img {
|
||||
#user_menu {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 2.5%;
|
||||
right: 1.5%;
|
||||
text-align: right;
|
||||
width: auto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user