summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Foré <daniel@elementary.io>2015-08-23 18:45:08 -0700
committerDaniel Foré <daniel@elementary.io>2015-08-23 18:45:08 -0700
commit282fd9b3da185a9bc361a20136ab0de469ae62f1 (patch)
treea6664f56b9c174b2969c0d1a99d9d6b87cf833d0
parentd70b3d4b85262094b447ebc949480559011d3ac0 (diff)
downloadmidori-282fd9b3da185a9bc361a20136ab0de469ae62f1.tar.gz
target inputs instead of the div
-rw-r--r--data/speeddial-head.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/speeddial-head.html b/data/speeddial-head.html
index 3c540b97..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%;
@@ -119,7 +123,6 @@
outline: none;
transition: all 200ms ease-in-out;
padding-bottom: 6px;
- width: 85%;
}
.preview.new ~ .title {