Commit:    22d038d9032d4a40edec35ebb76f93c36f7f6333
Author:    Peter Cowburn <sala...@php.net>         Fri, 8 Dec 2017 15:11:34 
+0000
Parents:   e17b0f9349f06cfa33485c170d44c9a443e291d4
Branches:  master

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

Log:
update due to users table html changes on master

Changed paths:
  M  styles/master.css


Diff:
diff --git a/styles/master.css b/styles/master.css
index 3769f69..0fee721 100644
--- a/styles/master.css
+++ b/styles/master.css
@@ -49,17 +49,23 @@ nav#resources a {
 #users th {
   border-bottom: 2px solid #6678b1;
 }
-#users tbody td:nth-of-type(1) {
-  width: 150px;
+#users tbody th:nth-of-type(1),
+#users tbody td:nth-of-type(1){
   text-align: center;
 }
-#users tbody td:nth-of-type(3) {
-  width: 30%;
-}
 #users tbody td:nth-of-type(4) {
-  width: 150px;
+  width: 25%;
+}
+#users tbody th {
+  text-align: left;
 }
 
+
+#users tfoot td:nth-of-type(1),
+#users thead td:nth-of-type(1) {
+  text-align: left;
+  width: 150px;
+}
 #users tfoot td:nth-of-type(2),
 #users thead td:nth-of-type(2) {
   text-align: center;
@@ -67,6 +73,7 @@ nav#resources a {
 #users tfoot td:nth-of-type(3),
 #users thead td:nth-of-type(3) {
   text-align: right;
+  width: 150px;
 }
 .useredit th:nth-of-type(1) {
   text-align: right;


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

Reply via email to