]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Ticket 1044 -- Removed border-top, reduced padding, changed notice
authorSarven Capadisli <csarven@plantard.controlezvous.ca>
Mon, 2 Feb 2009 17:02:58 +0000 (17:02 +0000)
committerSarven Capadisli <csarven@plantard.controlezvous.ca>
Mon, 2 Feb 2009 17:02:58 +0000 (17:02 +0000)
count from 6 to 5, removed nickname.

lib/popularnoticesection.php
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index 89daaa563ce7aa7a75e1f72c8e2e4a5157376630..5734d800189d9bdd7be139d85aef94775b8b53c7 100644 (file)
@@ -31,7 +31,7 @@ if (!defined('LACONICA')) {
     exit(1);
 }
 
-define('NOTICES_PER_SECTION', 6);
+define('NOTICES_PER_SECTION', 5);
 
 /**
  * Base class for sections showing lists of notices
index 207be17f3ee69fa06393d880dd7d9fd0ef1dff61..242818c9a08ec018b68f3a8934aefdbf790be99a 100644 (file)
@@ -1064,13 +1064,16 @@ margin-bottom:0;
 }
 
 .section .notice {
-padding-top:11px;
-padding-bottom:11px;
+padding-top:7px;
+padding-bottom:7px;
+border-top:0;
 }
 
 .section .notice:first-child {
 padding-top:0;
-border-top:0;
+}
+.section .notice .fn {
+display:none;
 }
 
 
index faff64967d987d3f6f914ac5b7e1bd6bc7459259..6c6b514a66a7bc2a87ccb47c4170885600737c7a 100644 (file)
@@ -67,7 +67,6 @@ color:#002E6E;
 .profile {
 border-top-color:#D1D9E4;
 }
-.section .notice,
 .section .profile {
 border-top-color:#97BFD1;
 }
index 39b839d26277a30bb172a294225bc09cf3880c39..40eeab2a6e5e509cb4e417b94397c3cb1f7e743d 100644 (file)
@@ -67,7 +67,6 @@ color:#002E6E;
 .profile {
 border-top-color:#CEE1E9;
 }
-.section .notice,
 .section .profile {
 border-top-color:#87B4C8;
 }