mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-02 06:24:11 +01:00
Merge branch 'owncloud6-fixes'
This commit is contained in:
commit
11b96db153
@ -58,7 +58,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
||||
/* width: 100%; */
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
left: 25em;
|
||||
left: 336px;
|
||||
right:0;
|
||||
}
|
||||
|
||||
@ -345,8 +345,11 @@ li:hover em { display : none; }
|
||||
margin-top:-3.4em;
|
||||
}
|
||||
|
||||
.bookmark_form_title input, .bookmark_form_url input, .bookmark_form_desc textarea {
|
||||
width: 80%;
|
||||
.bookmark_form_title input, .bookmark_form_url input {
|
||||
width: 89%;
|
||||
}
|
||||
.bookmark_form_desc textarea {
|
||||
width: 94.5%;
|
||||
}
|
||||
|
||||
.bookmark_single .bookmark_edit_btn {
|
||||
@ -364,9 +367,8 @@ li:hover em { display : none; }
|
||||
}
|
||||
|
||||
.bookmark_single_form {
|
||||
padding-top: 1em;
|
||||
padding: 20px 8px;
|
||||
border-bottom: 1px solid #DDD;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
.bookmark_single_form .tagit{
|
||||
@ -375,6 +377,13 @@ li:hover em { display : none; }
|
||||
margin: 3px;
|
||||
height:6.4em;
|
||||
}
|
||||
.bookmark_form_submit {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.bookmark_form_submit .reset {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.bm_view_img .bookmark_actions {
|
||||
bottom: 0.7em;
|
||||
display: block;
|
||||
|
@ -40,8 +40,9 @@
|
||||
<textarea name="description" placeholder="<?php p($l->t('Description of the page'));?>"
|
||||
><&= escapeHTML(description) &></textarea>
|
||||
</p>
|
||||
<p class="bookmark_form_submit"><button class="reset" ><?php p($l->t('Cancel'));?></button>
|
||||
<input type="submit" value="<?php p($l->t('Save'));?>">
|
||||
<p class="bookmark_form_submit">
|
||||
<button class="reset" ><?php p($l->t('Cancel'));?></button>
|
||||
<input type="submit" class="primary" value="<?php p($l->t('Save'));?>">
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -36,7 +36,7 @@ function bookmarklet(){
|
||||
<div id="bookmark_settings" class="">
|
||||
<ul class="controls">
|
||||
<li id="settingsbtn" title="<?php p($l->t('Settings')); ?>">
|
||||
<img class="svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'actions/settings.png')); ?>"
|
||||
<img class="svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'actions/settings.svg')); ?>"
|
||||
alt="<?php p($l->t('Settings')); ?>" />
|
||||
</li>
|
||||
</ul>
|
||||
@ -63,4 +63,4 @@ function bookmarklet(){
|
||||
</div>
|
||||
<script type="text/javascript" src="<?php print_unescaped(OC_Helper::linkTo('bookmarks/js', 'full_tags.php'));?>"></script>
|
||||
|
||||
<?php require 'js_tpl.php';?>
|
||||
<?php require 'js_tpl.php';?>
|
||||
|
Loading…
Reference in New Issue
Block a user