Commit: 090c7baac8a9c56f6bd21ab1beff56310dca276f Author: Hannes Magnusson <[email protected]> Sun, 29 Dec 2013 18:12:05 -0800 Parents: ee1dbdcedc90e745dfbfb38b9dfe8fb1a9902ca5 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=090c7baac8a9c56f6bd21ab1beff56310dca276f Log: Markup for useredit page Changed paths: M styles/master.css Diff: diff --git a/styles/master.css b/styles/master.css index baa0523..67e0d28 100644 --- a/styles/master.css +++ b/styles/master.css @@ -13,24 +13,38 @@ nav#resources li { nav#resources a { border: 0; } +.useredit, +#users { + border-spacing: 0; + width: 100%; + padding-right: 80px; +} #users thead tr, #users tfoot tr { background-color: #fff; } +.useredit tbody tr:nth-child(odd), #users tbody tr:nth-child(odd) { background-color: #bbd; } +.useredit tbody tr:nth-child(even), #users tbody tr:nth-child(even) { background-color: #E3E3F1; } +.useredit tfoot tr { + background-color: #E3E3F1; +} +.useredit tfoot tr:last-child { + background-color: #bbd; +} +.useredit tfoot tr:last-child td { + text-align: right; +} +.useredit th, +.useredit td, #users td { padding: 5px; - margin: 0px; -} -#users { - border-spacing: 0; - width: 100%; - padding-right: 80px; + margin: 5px; } #users th { border-bottom: 2px solid #6678b1; @@ -54,6 +68,23 @@ nav#resources a { #users thead td:nth-of-type(3) { text-align: right; } +.useredit th:nth-of-type(1) { + text-align: right; +} +.useredit td:nth-of-type(1) { + text-align: left; +} +.useredit th { + width: 250px; +} +.useredit td, +.useredit th { + vertical-align: top; +} +.useredit textarea { + width: 90%; + height: 300px; +} .browse ul, .browse li { display: inline-block; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
