[Bps-public-commit] App-Changeloggr branch, master, updated. b5d3af53b23e29c5bd4a681570f00d204371e28e

Alex M Vandiver alexmv at bestpractical.com
Wed May 27 18:27:17 EDT 2009


The branch, master has been updated
       via  b5d3af53b23e29c5bd4a681570f00d204371e28e (commit)
      from  fa9bdfeaabab0c28228e48d1c517388772773e21 (commit)

Summary of changes:
 share/web/static/css/change.css |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit b5d3af53b23e29c5bd4a681570f00d204371e28e
Author: Alex Vandiver <alexmv at mit.edu>
Date:   Wed May 27 18:27:10 2009 -0400

    Restyle and tweak the keybindings div

diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index aeec71a..8ebebfb 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -8,10 +8,18 @@ input.button.vote {
 }
 
 div#keybindings {
-    position: absolute;
-    top: 100px;
-    right: 9em;
-    max-width: 9em;
+  background: #224;
+  border: 1px solid #445;
+  border-left: none;
+  color: #ddd;
+  padding-bottom: 1em;
+  padding-top: 1em;
+  padding-left: 0.5em;
+  position: absolute;
+  right: 1em;
+  width: 11.5em;
+  -moz-border-radius-topright: 10px;
+  -moz-border-radius-bottomright: 10px;
 }
 
 dl.keybindings {

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list