updating cake.generic.css

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4283 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-01-11 02:22:17 +00:00
parent 86c344917d
commit ea7ae19849
2 changed files with 20 additions and 32 deletions

View file

@ -63,6 +63,7 @@ ul, li {
#header{
background-color: #2C6877;
padding: 10px 20px 0 20px;
height: 83px;
}
#header h1 {
color: #ffffff;
@ -135,15 +136,6 @@ td.actions a {
text-align: left;
}
/* Paging */
div.paging {
color: #ccc;
}
div.paging div.disabled {
color: #ddd;
display: inline;
}
/* Scaffold View */
dl {
line-height: 2em;
@ -256,7 +248,7 @@ span.notice {
div.actions {
position: absolute;
top: 75px;
left: 23px;
left: 25px;
text-align: left;
}
div.actions ul {
@ -268,18 +260,20 @@ div.actions ul {
div.actions li {
display: inline;
list-style-type: none;
margin: 1px 0px 4px 0px;
padding: 2px 6px;
margin: 0px 0px 3px 0px;
padding: 0px 2px;
}
div.actions ul li a{
background:#2C6877;
color: #fff;
padding: 2px 6px;
background: #003d4c;
border: 0px solid #656565;
border-width: 1px 1px 0px 1px;
color: #ddd;
padding: 3px 8px;
text-decoration: none;
}
div.actions ul li a:hover {
background:#fff;
color: #2C6877;
color: #003d4c;
}
/* Related */

View file

@ -63,6 +63,7 @@ ul, li {
#header{
background-color: #2C6877;
padding: 10px 20px 0 20px;
height: 83px;
}
#header h1 {
color: #ffffff;
@ -135,15 +136,6 @@ td.actions a {
text-align: left;
}
/* Paging */
div.paging {
color: #ccc;
}
div.paging div.disabled {
color: #ddd;
display: inline;
}
/* Scaffold View */
dl {
line-height: 2em;
@ -256,7 +248,7 @@ span.notice {
div.actions {
position: absolute;
top: 75px;
left: 23px;
left: 25px;
text-align: left;
}
div.actions ul {
@ -268,18 +260,20 @@ div.actions ul {
div.actions li {
display: inline;
list-style-type: none;
margin: 1px 0px 4px 0px;
padding: 2px 6px;
margin: 0px 0px 3px 0px;
padding: 0px 2px;
}
div.actions ul li a{
background:#2C6877;
color: #fff;
padding: 2px 6px;
background: #003d4c;
border: 0px solid #656565;
border-width: 1px 1px 0px 1px;
color: #ddd;
padding: 3px 8px;
text-decoration: none;
}
div.actions ul li a:hover {
background:#fff;
color: #2C6877;
color: #003d4c;
}
/* Related */