Commit:    ea83e5aaf62907197d9b6705750063d3190a1bc1
Author:    Kadet <kadet1...@gmail.com>         Sun, 15 Jun 2014 20:50:25 +0200
Parents:   afc475a6a6ebb3d997807d3df42ce48f6d693469
Branches:  master

Link:       
http://git.php.net/?p=web/shared.git;a=commitdiff;h=ea83e5aaf62907197d9b6705750063d3190a1bc1

Log:
Redesigned people.php.net users listing.

Changed paths:
  M  styles/people.css


Diff:
diff --git a/styles/people.css b/styles/people.css
index 18b4077..54ea637 100644
--- a/styles/people.css
+++ b/styles/people.css
@@ -11,6 +11,58 @@ footer {
 }
 /* }}} */
 
+/* {{{ Users List: */
+table {
+  padding-right: 0;
+  box-shadow: 0 0 1px #4F5B93;
+}
+
+th {
+  text-align: left;
+}
+
+th:first-child {
+  width: 32px;
+}
+
+table .gravatar img {
+  display: block;
+  height: 32px;
+  width: 32px;
+  border-radius: 3px;
+}
+
+a.pagination {
+  color: white;
+  border-bottom: none;
+}
+
+a.pagination:hover {
+  color: #4F5B93;
+}
+
+a.pagination.next {
+  float: right;
+}
+
+a.pagination.prev {
+  float: left;
+}
+
+tfoot th {
+  text-align: center;
+}
+
+table .username a {
+  display: block;
+  border-bottom: none;
+}
+
+span.page {
+  color: white;
+}
+/* }}} */
+
 /* {{{ Sidebar: avatar and information */
 .profile-side img {
   border-radius: .5rem;
@@ -174,6 +226,7 @@ html, body {
 .wrap > section.fullscreen {
   background: #fff;
   height: 100%;
+  margin: 40px auto;
 }
 footer {
   display: table-row;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to