aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
diff options
context:
space:
mode:
authorPhil Crosby2010-03-09 21:18:19 -0800
committerPhil Crosby2010-03-09 21:45:11 -0800
commit6b2986509e3b02f8195f8699ac3d30fde4d32ef5 (patch)
treedba98f2f29a5f11154903c8fb7406c69f9981fad /options.html
parent7f64f526299101691eca2c0aae6bc37fdcc3a2b5 (diff)
downloadvimium-6b2986509e3b02f8195f8699ac3d30fde4d32ef5.tar.bz2
give another 40px width to the Options page, so the entry boxes are larger and our help dialog message doesn't wrap.
Diffstat (limited to 'options.html')
-rw-r--r--options.html20
1 files changed, 13 insertions, 7 deletions
diff --git a/options.html b/options.html
index 6e6b1bc3..ce69d726 100644
--- a/options.html
+++ b/options.html
@@ -6,11 +6,11 @@
<style type="text/css" media="screen">
body {
font-family:"helvetica neue", "helvetica", "arial", "sans";
- width:600px;
+ width:640px;
margin:10px auto;
}
#optionsTableWrapper {
- width:450px;
+ width:490px;
border:1px solid red;
}
.example {
@@ -25,15 +25,15 @@
padding:5px 0;
}
textarea#excludedUrls {
- width:450px;
+ width:490px;
min-height:100px;
}
textarea#userDefinedLinkHintCss {
- width:302px;
+ width:342px;
min-height:100px;
}
textarea#keyMappings {
- width:302px;
+ width:342px;
min-height:100px;
}
#status {
@@ -47,11 +47,15 @@
}
#buttonsPanel {
/* This should match the width of #excludedUrls + 5px of padding to move the buttons to the right. */
- width:455px;
+ width:495px;
text-align:right;
margin-top:18px;
margin-right:-10px;
}
+ #showHelpDialogMessage {
+ width:495px;
+ font-size:15px;
+ }
.help {
position:absolute;
right:-280px;
@@ -261,6 +265,8 @@
<br/>
- To view all available shortcuts, type <span style="font-weight:bold">?</span> to show the Vimium help dialog.
+ <div id="showHelpDialogMessage">
+ To view all available shortcuts, type <span style="font-weight:bold">?</span> to show the Vimium help dialog.
+ </div>
</body>
</html>