]> git.mxchange.org Git - friendica.git/commitdiff
basic styling of the credits list
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 29 Oct 2015 06:11:36 +0000 (07:11 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 29 Oct 2015 07:48:41 +0000 (08:48 +0100)
view/global.css

index d5a44f75faeb2b908e7071b7a25172ff5cc35dae..1a71b21951cf7425a5d8c4ecb9b9ccc3fd1190f4 100644 (file)
@@ -260,19 +260,26 @@ a {
 }
 /* poke */
 #poke-desc {
-       margin: 5px 0 10px;
+    margin: 5px 0 10px;
 }
 
 #poke-wrapper  {
-       padding: 10px 0 0px;
+    padding: 10px 0 0px;
 }
 
 #poke-recipient, #poke-action, #poke-privacy-settings {
-       margin: 10px 0 30px;
+    margin: 10px 0 30px;
 }
 
 #poke-recip-label, #poke-action-label, #prvmail-message-label {
-       margin: 10px 0 10px;
+    margin: 10px 0 10px;
+}
+ul.credits {
+    list-style: none;
+}
+ul.credits li {
+    float: left;
+    width: 240px;
 }
 
 .contact-entry-photo img {