diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 02:34:30 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 02:34:30 +0000 |
commit | c1a247358d08c666a838f74ca3d7a54906445746 (patch) | |
tree | c1dce811be5c3fd08813923bc3eac26f9d105b62 /theme/base | |
parent | 245f317bbdfd10a44adedafd27a1be5b79bf7921 (diff) |
Outline for notice-option anchor
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e4b83a0fa..789eaee4c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -162,6 +162,12 @@ margin-top:0; margin-left:0; } + +.form_settings .form_note { +-moz-border-radius:4px; +padding:0 7px; +} + /* FORM SETTINGS */ @@ -769,7 +775,7 @@ display:inline; display:none; } .notice div.entry-content .timestamp a { - +display:inline-block; } .notice div.entry-content .device dt { text-transform:lowercase; @@ -831,6 +837,7 @@ display:none; .notice-options input, .notice-options a { text-indent:-9999px; +outline:none; } .notice-options .notice_reply a, @@ -850,7 +857,7 @@ padding-left:16px; .notice-options form input.submit { cursor:pointer; -padding:2px 0 2px 17px; +padding:2px 0 2px 10px; } .notice-options .notice_delete dt, |