Skip to content

Commit

Permalink
Syncing skel CSS with app/webroot css.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 22, 2011
1 parent f547032 commit 7392902
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css
Expand Up @@ -128,7 +128,6 @@ div.actions h3 {


/** Tables **/ /** Tables **/
table { table {
background: #fff;
border-right:0; border-right:0;
clear: both; clear: both;
color: #333; color: #333;
Expand All @@ -153,16 +152,12 @@ th a.desc:after {
content: ' ⇡'; content: ' ⇡';
} }
table tr td { table tr td {
background: #fff;
padding: 6px; padding: 6px;
text-align: left; text-align: left;
vertical-align: top; vertical-align: top;
border-bottom:1px solid #ddd; border-bottom:1px solid #ddd;
} }
table tr:nth-child(2n) td { table tr:nth-child(even) {
background: #f5f5f5;
}
table .altrow td {
background: #f5f5f5; background: #f5f5f5;
} }
td.actions { td.actions {
Expand Down Expand Up @@ -208,13 +203,16 @@ dl {
margin: 0em 0em; margin: 0em 0em;
width: 60%; width: 60%;
} }
dl .altrow { dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
background: #f4f4f4; background: #f4f4f4;
} }

dt { dt {
font-weight: bold; font-weight: bold;
padding-left: 4px; padding-left: 4px;
vertical-align: top; vertical-align: top;
width: 10em;
} }
dd { dd {
margin-left: 10em; margin-left: 10em;
Expand Down Expand Up @@ -536,4 +534,4 @@ div.code-coverage-results span.result-good {
/** Elements **/ /** Elements **/
#url-rewriting-warning { #url-rewriting-warning {
display:none; display:none;
} }

0 comments on commit 7392902

Please sign in to comment.