Minor UI adjustments here and there

This commit is contained in:
Matthias Mees 2014-03-07 23:25:53 +01:00
parent f5bd331c3c
commit 6fbf05175e
2 changed files with 6 additions and 5 deletions

View File

@ -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="">

View File

@ -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;
}