diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 01:52:54 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 01:52:54 +0000 |
commit | 245f317bbdfd10a44adedafd27a1be5b79bf7921 (patch) | |
tree | 970233670763bca0cd1591d118061a856f2801b7 | |
parent | ffb1bb1fbbab8ac25a725c1848d2607519959130 (diff) |
Tweaking notice div.entry-content which impacts notice-option input
-rw-r--r-- | theme/base/css/display.css | 6 | ||||
-rw-r--r-- | theme/identica/css/display.css | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 2af6cc67d..e4b83a0fa 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -752,6 +752,7 @@ font-size:0.95em; .notice .notice-options a, .notice .notice-options input { float:left; +font-size:1.025em; } #laconicat .notice div.entry-content { @@ -802,6 +803,11 @@ padding-left:2%; float:left; width:50%; position:relative; +font-size:0.95em; +} + +.notice-options a { +float:left; } .notice-options .notice_delete, .notice-options .notice_reply, diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 9896529ab..6880e756e 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -182,7 +182,6 @@ background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 div.notice-options { opacity:0.3; -font-family:sans-serif; } div.entry-content { |