]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updating Creative Commons text and image
authorsarven <csarven@plantard.controlezvous.ca>
Fri, 16 Jan 2009 15:52:17 +0000 (15:52 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Fri, 16 Jan 2009 15:52:17 +0000 (15:52 +0000)
lib/action.php
lib/common.php
theme/base/css/display.css

index 792b9c0575bad294e69b65dc2d9ef4c68fe78cf3..129a4b24b655d29638e196a2293a755db2e56804 100644 (file)
@@ -436,16 +436,16 @@ class Action extends HTMLOutputter // lawsuit
         $this->element('dt', array('id' => 'site_content_license'), _('Laconica software license'));
         $this->elementStart('dd', array('id' => 'site_content_license_cc'));
         $this->elementStart('p');
-        $this->text(_('Unless otherwise specified, contents of this site are copyright by the contributors and available under the '));
+        $this->element('img', array('id' => 'license_cc',
+                                    'src' => common_config('license', 'image'),
+                                    'alt' => common_config('license', 'title')));
+        $this->text(_('All criti.ca content and data are available under the '));
         $this->element('a', array('class' => 'license',
                                   'rel' => 'external license',
                                   'href' => common_config('license', 'url')),
                        common_config('license', 'title'));
-        $this->text(_('. Contributors should be attributed by full name or nickname.'));
+        $this->text(_('license.'));
         $this->elementEnd('p');
-        $this->element('img', array('id' => 'license_cc',
-                                    'src' => common_config('license', 'image'),
-                                    'alt' => common_config('license', 'title')));
         $this->elementEnd('dd');
     }
 
index 2ef26cfc628eb5b6e55db5ade3e26c51ed297744..05fef045a1b2074e0c5c2da58fcbf486bcefbefc 100644 (file)
@@ -79,7 +79,7 @@ $config =
         'license' =>
         array('url' => 'http://creativecommons.org/licenses/by/3.0/',
               'title' => 'Creative Commons Attribution 3.0',
-              'image' => 'http://i.creativecommons.org/l/by/3.0/88x31.png'),
+              'image' => 'http://i.creativecommons.org/l/by/3.0/80x15.png'),
         'mail' =>
         array('backend' => 'mail',
               'params' => null),
index d56b41693711b8392e935bd260ddf1ee08c519da..87a3a01e065433e69dee98988d4cdcb7c98ec066 100644 (file)
@@ -253,6 +253,9 @@ margin-left:0;
 
 
 
+#licenses {
+font-size:0.9em;
+}
 
 #licenses dt {
 font-weight:bold;
@@ -260,17 +263,17 @@ display:none;
 }
 #licenses dd {
 margin-bottom:11px;
+line-height:1.5;
 }
 
 
 #site_content_license_cc p {
-float:left;
-margin-left:10%;
 width:90%;
 }
 #site_content_license_cc img {
-float:left;
-margin-left:-100%;
+display:inline;
+vertical-align:top;
+margin-right:4px;
 }