summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Foré <daniel@elementary.io>2015-08-24 02:10:53 +0000
committerRabbitBot <>2015-08-24 02:10:53 +0000
commit96958c45d67809ff2af6bec5b05e5c26c1f83ad0 (patch)
treea6664f56b9c174b2969c0d1a99d9d6b87cf833d0
parent3eaa5b14844f265cc6d2c87db43685fe073dce5e (diff)
parent282fd9b3da185a9bc361a20136ab0de469ae62f1 (diff)
downloadmidori-96958c45d67809ff2af6bec5b05e5c26c1f83ad0.tar.gz
* Don't truncate long speed dial titles if there's room to display them
* Remove now unused close.png
-rw-r--r--data/close.pngbin1436 -> 0 bytes
-rw-r--r--data/speeddial-head.html4
2 files changed, 4 insertions, 0 deletions
diff --git a/data/close.png b/data/close.png
deleted file mode 100644
index ba38c3b3..00000000
--- a/data/close.png
+++ /dev/null
Binary files differ
diff --git a/data/speeddial-head.html b/data/speeddial-head.html
index 1c19a7d5..70def637 100644
--- a/data/speeddial-head.html
+++ b/data/speeddial-head.html
@@ -38,6 +38,10 @@
background: #eee;
}
+ input {
+ width: 85%;
+ }
+
#content {
width: 96%;
height: 85%;