From ca8f45fc6ea609450de75afc3438d9c43c42a7bb Mon Sep 17 00:00:00 2001 From: csarven Date: Thu, 20 Nov 2008 21:38:27 -0500 Subject: Tag markup and styling for tag_self, tag_user, form#tag_user darcs-hash:20081121023827-eefa4-ed91f63cac35c078dc385546a69209cbef2a0d5e.gz --- theme/default/display.css | 73 +++++++++++++++++++++++++++++++++++++++++- theme/default/icon_tag-01.gif | Bin 0 -> 586 bytes 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 theme/default/icon_tag-01.gif (limited to 'theme/default') 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; diff --git a/theme/default/icon_tag-01.gif b/theme/default/icon_tag-01.gif new file mode 100644 index 000000000..92e5742ce Binary files /dev/null and b/theme/default/icon_tag-01.gif differ -- cgit v1.2.3-54-g00ecf