diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 20:06:56 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 20:06:56 +0000 |
commit | 6cc3f78cf309a80c72156c673dceac21dde63603 (patch) | |
tree | 56a44da68df769a965f18caf14e6fadbc2138e2f /theme/base/css | |
parent | f28f1108a98cb33404513f760d1a40e9e98d85b9 (diff) |
Typography update to input and anchors on div.entry-content and
div.notice-options
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 213f0c0d2..b0a41cede 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -42,6 +42,8 @@ font-weight:bold; font-size:1.6em; text-transform:uppercase; } +form { +} input, textarea, select, option { padding:4px; font-family:sans-serif; @@ -714,12 +716,15 @@ clear:left; float:left; width:48%; } -.notice div.entry-content, +.notice div.entry-content a, .notice .notice-options a, .notice .notice-options input { -font-size:0.9em; -} +} +.notice .notice-options a, +.notice .notice-options input { +float:left; +} #laconicat .notice div.entry-content { /*margin-left:0;*/ @@ -734,17 +739,16 @@ display:inline; .notice div.entry-content .response dt { display:none; } -.notice div.entry-content .timestamp { +.notice div.entry-content .timestamp a { } .notice div.entry-content .device dt { text-transform:lowercase; } .notice div.entry-content a { -text-decoration:none; + } .notice div.entry-content a:hover { -text-decoration:underline; } @@ -765,20 +769,17 @@ display:block; outline:none; } - - .notice-options { -margin-left:2%; +padding-left:2%; float:left; +width:50%; } .notice-options .notice_reply, -.notice-options .notice_delete , .notice-options .notice_favorite { float:left; margin-right:11px; } .notice-options .notice_reply { -margin-top:1px; } .notice-options .notice_reply dt { display:none; @@ -788,15 +789,19 @@ display:none; display:block; border:0; } - .notice-options .notice_reply a, .notice-options .notice_delete a { text-decoration:none; padding-left:20px; } + +.notice-options .notice_delete { +float:right; +} + .notice-options form input.submit { cursor:pointer; -padding:0 0 0 17px; +padding:2px 0 2px 17px; } .notice-options .notice_delete dt, @@ -809,10 +814,6 @@ border:0; padding:0; } - -.notice-options .notice_delete { -margin-left:3em; -} /*END: NOTICES */ |