diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-25 14:02:41 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-25 14:02:41 -0700 |
commit | b53b6b8769d5531c16ba58d4560119bcee8b39ff (patch) | |
tree | 69524e7f95d68fde05ffa91cf9d4106f37682e5a /theme | |
parent | a7cdf32df541bf73a47f1255b3e9f0a22c4724b4 (diff) | |
parent | e268cb5fd1a81835180a0f6190b7929d03ce42d7 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 12 | ||||
-rw-r--r-- | theme/default/css/display.css | 2 | ||||
-rw-r--r-- | theme/identica/css/display.css | 2 |
3 files changed, 14 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index bfcc9a7fa..78fcd7ece 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -518,6 +518,18 @@ width:81.5%; margin-bottom:0; line-height:1.618; } +#form_notice #notice_data-attach_selected code { +float:left; +width:90%; +display:block; +font-size:1.1em; +line-height:1.8; +overflow:auto; +} +#form_notice #notice_data-attach_selected button { +float:right; +font-size:0.8em; +} /* entity_profile */ .entity_profile { diff --git a/theme/default/css/display.css b/theme/default/css/display.css index f592e930f..89197bddb 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -245,7 +245,7 @@ div.notice-options input { font-family:sans-serif; } #content .notices li:hover { -background-color:#FCFCFC; +background-color:rgba(240, 240, 240, 0.2); } #conversation .notices li:hover { background-color:transparent; diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 09ad4c972..025debf34 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -245,7 +245,7 @@ div.notice-options input { font-family:sans-serif; } #content .notices li:hover { -background-color:#FCFCFC; +background-color:rgba(240, 240, 240, 0.2); } #conversation .notices li:hover { background-color:transparent; |