diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-20 21:38:27 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-20 21:38:27 -0500 |
commit | ca8f45fc6ea609450de75afc3438d9c43c42a7bb (patch) | |
tree | 838c00314b658659c5bdc251f9e9bc46328cf229 /theme/default/display.css | |
parent | dac0314e0a36923c3be8f0a8c22d0d9c36d331e8 (diff) |
Tag markup and styling for tag_self, tag_user, form#tag_user
darcs-hash:20081121023827-eefa4-ed91f63cac35c078dc385546a69209cbef2a0d5e.gz
Diffstat (limited to 'theme/default/display.css')
-rw-r--r-- | theme/default/display.css | 73 |
1 files changed, 72 insertions, 1 deletions
diff --git a/theme/default/display.css b/theme/default/display.css index eb2c26235..8b22d2b09 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -368,7 +368,7 @@ input#submit_yes:hover, input#submit_no:hover { } .avatar.stream { float: left; - margin: 0 10px 0 0; + margin: 0 10px 0.5em 0; } p.time { display: block; @@ -857,6 +857,77 @@ font-size: 60%; } +.tags_self, +.tags_user { +margin-left:4.5em; +} +.tags_self, +.tags_user { +/*float:right;*/ +} +.tags_self dl, +.tags_user dl { +margin-left:0; +} + +.tags_self dt, +.tags_user dt { +/*display:none;*/ +display:inline; +} + +.tags_self dd, +.tags_user dd { +margin-left:0; +display:inline; +} + + +ul.tags { +padding-left:0; +margin-left:0; +list-style-type:none; +display:inline; +} +ul.tags li { +display:inline; +margin-right:0.75em; +} +ul.tags li a { +padding-left:17px; +background:url(icon_tag-01.gif) no-repeat; +line-height:1.5; +} + +.tag_user { + +text-align:right; +margin-top:0; +margin-bottom:0; +} + +form#tag_user { +margin-left:8.75em; +clear:both; +} +form#tag_user p { +margin:0; +} + +form#tag_user label { +display:inline; +margin-right:1em; +} +form#tag_user .submit { +margin-left:4em; +} + +form#tag_user .input_instructions { +margin-left:4.5em; +} + + + /* ----- Mailbox ----- */ #messages { clear: both; |