mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-03 07:24:10 +01:00
Bookmarks #leftcontent style fix
Makes the Settings button analogous to the contacts app settings button, uniformity between apps.
This commit is contained in:
parent
203b00f5cc
commit
b606420e9b
@ -27,6 +27,11 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
|||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
#settingsbtn { background: transparent; color:#666;
|
||||||
|
border-bottom: 1px solid #ddd; border-top: 1px solid #fff; }
|
||||||
|
#settingsbtn:hover { background:#dbdbdb !important; color:#999;
|
||||||
|
border-bottom: 1px solid #CCCCCC; border-top: 1px solid #D4D4D4; }
|
||||||
|
#settingsbtn img { width: 18px; height: 18px; margin: 10px; }
|
||||||
|
|
||||||
#rightcontent {
|
#rightcontent {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
@ -35,11 +35,10 @@ function bookmarklet(){
|
|||||||
|
|
||||||
<div id="bookmark_settings" class="">
|
<div id="bookmark_settings" class="">
|
||||||
<ul class="controls">
|
<ul class="controls">
|
||||||
<li style="float: right">
|
<li id="settingsbtn" title="<?php echo $l->t('Settings'); ?>">
|
||||||
<button id="settingsbtn" title="<?php echo $l->t('Settings'); ?>">
|
|
||||||
<img class="svg" src="<?php echo OCP\Util::imagePath('core', 'actions/settings.png'); ?>"
|
<img class="svg" src="<?php echo OCP\Util::imagePath('core', 'actions/settings.png'); ?>"
|
||||||
alt="<?php echo $l->t('Settings'); ?>" /></button>
|
alt="<?php echo $l->t('Settings'); ?>" />
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="bm_setting_panel">
|
<div id="bm_setting_panel">
|
||||||
<?php require 'settings.php';?>
|
<?php require 'settings.php';?>
|
||||||
|
Loading…
Reference in New Issue
Block a user