aboutsummaryrefslogtreecommitdiff
path: root/chrome/settings.html
diff options
context:
space:
mode:
authorEinar Egilsson2011-08-30 13:21:07 +0200
committerEinar Egilsson2011-08-30 13:21:07 +0200
commitf0843d03e265c47258c92499248f45bff4ece6f4 (patch)
tree7abba6e3fe48e2ec54e0c754f7ed77c8ab078bf4 /chrome/settings.html
parentb69f768ac83291de532161ae1da48ea20ffc01d6 (diff)
Move redirects by drag/drop
Diffstat (limited to 'chrome/settings.html')
-rw-r--r--chrome/settings.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/settings.html b/chrome/settings.html
index 533118d..117a200 100644
--- a/chrome/settings.html
+++ b/chrome/settings.html
@@ -12,7 +12,8 @@
}
html {
height:100%;
- margin:0; padding:0;
+ margin:0;
+ padding:0;
}
h1 { text-align:center; color:#555; text-shadow:0px 0px 15px white; font-size:34pt; padding:0px; margin:20px 0px 0px 0px; }
label { display:table-cell; }
@@ -21,6 +22,8 @@
li:first-child { border-top:none;}
#actions { width:600px; margin:10px auto; text-align:center; }
#redirect-list {
+ -moz-user-select: -moz-none;
+
border:solid 1px grey;
margin:auto;
padding:0px;
@@ -60,8 +63,6 @@
<div>
<a href="#edit">Edit</a>
<a href="#delete">Delete</a>
- <a href="#up">Up</a>
- <a href="#down">Down</a>
</div>
</li>
</ul>