From 41fc78234dfd4c851e2f400b2743665e75a1ca41 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Sat, 12 Oct 2013 08:29:33 +0200
Subject: [PATCH 1/5] adjust for new sidebar width
---
css/bookmarks.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/css/bookmarks.css b/css/bookmarks.css
index 839c59e6..02b464c4 100644
--- a/css/bookmarks.css
+++ b/css/bookmarks.css
@@ -58,7 +58,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
/* width: 100%; */
height: 100%;
position: fixed;
- left: 25em;
+ left: 336px;
right:0;
}
From df86da033ee40d37177fe0fb04e7ecc787b56d2f Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Sat, 12 Oct 2013 08:30:46 +0200
Subject: [PATCH 2/5] use SVG icon instead of PNG by default
---
templates/list.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/list.php b/templates/list.php
index cbfd79b6..c6c4ac0f 100644
--- a/templates/list.php
+++ b/templates/list.php
@@ -36,7 +36,7 @@ function bookmarklet(){
-
-
@@ -63,4 +63,4 @@ function bookmarklet(){
-
\ No newline at end of file
+
From cfa43db4d7040d88218447e59b7cd04608368cfe Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Sat, 12 Oct 2013 08:33:02 +0200
Subject: [PATCH 3/5] more proper padding
---
css/bookmarks.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/css/bookmarks.css b/css/bookmarks.css
index 02b464c4..7fa3c73b 100644
--- a/css/bookmarks.css
+++ b/css/bookmarks.css
@@ -364,9 +364,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{
From 357782d60d1653f54c379a68647398cea2b94a06 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Sat, 12 Oct 2013 08:38:47 +0200
Subject: [PATCH 4/5] better fitting field widths
---
css/bookmarks.css | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/css/bookmarks.css b/css/bookmarks.css
index 7fa3c73b..93ba054a 100644
--- a/css/bookmarks.css
+++ b/css/bookmarks.css
@@ -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 {
From 52a03faa5dae7396c0719d43ca6e68568b3ab4ba Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Sat, 12 Oct 2013 08:43:27 +0200
Subject: [PATCH 5/5] separate Save and Cancel buttons, emphasize Save
---
css/bookmarks.css | 7 +++++++
templates/js_tpl.php | 5 +++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/css/bookmarks.css b/css/bookmarks.css
index 93ba054a..0dda03cd 100644
--- a/css/bookmarks.css
+++ b/css/bookmarks.css
@@ -377,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;
diff --git a/templates/js_tpl.php b/templates/js_tpl.php
index 67b41e24..8f53949e 100644
--- a/templates/js_tpl.php
+++ b/templates/js_tpl.php
@@ -40,8 +40,9 @@
-
-
+
+
+