2005-12-23 21:57:26 +00:00
|
|
|
/* CSS Document */
|
|
|
|
@import url("cake.forms.css");
|
2005-10-03 04:48:00 +00:00
|
|
|
|
2005-12-23 21:57:26 +00:00
|
|
|
* {
|
|
|
|
padding:0;
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
font: 76% Verdana, Arial, Sans-serif;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
border:0;
|
|
|
|
}
|
|
|
|
#wrapper {
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
#header {
|
|
|
|
height: 101px;
|
|
|
|
background: #0D5087 url(../img/cake.header_bg.png) repeat-x left top;
|
|
|
|
border-bottom: 1px solid #000;
|
|
|
|
}
|
|
|
|
#content {
|
|
|
|
min-height:400px;
|
|
|
|
background-color: #fff;
|
|
|
|
padding:2em 4em;
|
|
|
|
}
|
|
|
|
#footer {
|
|
|
|
text-align:center;
|
|
|
|
padding:1em 0;
|
|
|
|
font-size:smaller;
|
|
|
|
border-top:1px solid #333;
|
|
|
|
background-color: #063260;
|
|
|
|
color:#fff;
|
|
|
|
line-height:1.5;
|
|
|
|
}
|
|
|
|
#footer a {
|
|
|
|
color:#fff;
|
2005-10-03 04:48:00 +00:00
|
|
|
}
|
|
|
|
|
2005-12-23 21:57:26 +00:00
|
|
|
h1, h2, h3, h4 {
|
|
|
|
padding-bottom:0.5em;
|
2005-10-03 04:48:00 +00:00
|
|
|
}
|
2005-12-23 21:57:26 +00:00
|
|
|
h1 {
|
|
|
|
font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
|
[1210]
Author: phpnut
Date: 4:44:45 AM, Wednesday, October 26, 2005
Message:
AJAX is now available as a by default in the $html variable in the templates.
You access it like this:
$html->Ajax->xxx();
Updated default templates.
[1208]
Author: phpnut
Date: 6:49:26 PM, Tuesday, October 25, 2005
Message:
Adding fix in Controller::generateFieldNames();
[1203]
Author: phpnut
Date: 10:40:28 AM, Tuesday, October 25, 2005
Message:
Changes made to core templates and css.
Fixed added for Ticket #60
[1202]
Author: phpnut
Date: 2:30:58 AM, Tuesday, October 25, 2005
Message:
Fix for cake error templates
Fixed a key for tables that are underscored in scaffolded code.
git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1211 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-10-26 10:55:44 +00:00
|
|
|
}
|
2005-12-23 21:57:26 +00:00
|
|
|
h1, a {
|
|
|
|
color:#DB8101;
|
|
|
|
}
|
|
|
|
h1 em, a em {
|
2005-12-27 03:33:44 +00:00
|
|
|
color:#008BCC;
|
|
|
|
font-style: normal;
|
[1210]
Author: phpnut
Date: 4:44:45 AM, Wednesday, October 26, 2005
Message:
AJAX is now available as a by default in the $html variable in the templates.
You access it like this:
$html->Ajax->xxx();
Updated default templates.
[1208]
Author: phpnut
Date: 6:49:26 PM, Tuesday, October 25, 2005
Message:
Adding fix in Controller::generateFieldNames();
[1203]
Author: phpnut
Date: 10:40:28 AM, Tuesday, October 25, 2005
Message:
Changes made to core templates and css.
Fixed added for Ticket #60
[1202]
Author: phpnut
Date: 2:30:58 AM, Tuesday, October 25, 2005
Message:
Fix for cake error templates
Fixed a key for tables that are underscored in scaffolded code.
git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1211 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-10-26 10:55:44 +00:00
|
|
|
}
|
2005-12-23 21:57:26 +00:00
|
|
|
ul.colored a em
|
|
|
|
h2 {
|
2005-12-27 03:33:44 +00:00
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
color:#666;
|
2005-12-23 21:57:26 +00:00
|
|
|
}
|
|
|
|
a:hover, a:hover em {
|
|
|
|
color:#A22424;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
#content p, #content ul, #content ol {
|
|
|
|
line-height:1.5;
|
|
|
|
padding-bottom:1em;
|
|
|
|
}
|
|
|
|
ul, ol {
|
|
|
|
margin-left:3em;
|
2005-10-03 04:48:00 +00:00
|
|
|
}
|
|
|
|
|
2005-12-23 21:57:26 +00:00
|
|
|
/* tables */
|
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #333;
|
|
|
|
clear:both;
|
|
|
|
margin: 0 0 2em 0;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
background-color: #ccc;
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
border-right: 1px solid #666;
|
|
|
|
border-bottom: 1px solid #666;
|
|
|
|
text-align: center;
|
|
|
|
padding:3px;
|
|
|
|
}
|
|
|
|
table tr td {
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
padding:4px 4px;
|
|
|
|
vertical-align:top;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
table tr.altRow td {
|
|
|
|
background: #f4f4f4;
|
2005-10-03 04:48:00 +00:00
|
|
|
}
|
|
|
|
|
2005-12-23 21:57:26 +00:00
|
|
|
/* scaffold show */
|
|
|
|
|
|
|
|
|
|
|
|
div.related {
|
|
|
|
clear:both;
|
|
|
|
display:block;
|
2005-10-03 04:48:00 +00:00
|
|
|
}
|
2005-12-23 21:57:26 +00:00
|
|
|
dl {
|
|
|
|
line-height:2em;
|
|
|
|
margin:1em;
|
2005-10-03 04:48:00 +00:00
|
|
|
}
|
2005-12-23 21:57:26 +00:00
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align:top;
|
[1178]
Author: phpnut
Date: 8:52:12 PM, Sunday, October 23, 2005
Message:
adding cakephp power image
[1177]
Author: phpnut
Date: 8:48:32 PM, Sunday, October 23, 2005
Message:
Updated scaffold to use new layout template.
[1176]
Author: phpnut
Date: 7:09:27 PM, Sunday, October 23, 2005
Message:
renaming cake/conf to cake/config
[1175]
Author: phpnut
Date: 7:06:04 PM, Sunday, October 23, 2005
Message:
moving tags.ini.php to cake/conf/tags.ini.php
[1174]
Author: phpnut
Date: 6:52:19 PM, Sunday, October 23, 2005
Message:
updating css/cake.scaffold.css
[1173]
Author: phpnut
Date: 6:46:07 PM, Sunday, October 23, 2005
Message:
updating css/cake.deafult.css and default layout
[1172]
Author: phpnut
Date: 6:42:48 PM, Sunday, October 23, 2005
Message:
updating css/cake.scaffold.css
[1171]
Author: phpnut
Date: 6:41:00 PM, Sunday, October 23, 2005
Message:
Adding spaces to tags.ini file
[1170]
Author: phpnut
Date: 6:37:17 PM, Sunday, October 23, 2005
Message:
Removing code that is no longer used
[1169]
Author: phpnut
Date: 6:34:24 PM, Sunday, October 23, 2005
Message:
removing files that are no longer used
[1168]
Author: phpnut
Date: 6:19:46 PM, Sunday, October 23, 2005
Message:
Cleaning up Scaffold class.
[1167]
Author: phpnut
Date: 5:26:27 PM, Sunday, October 23, 2005
Message:
Changes are added to remove the $this->models array that would hold the instance of the models.
Now they are available as $this->ModelName; This should be CamelCased.
Added check in the Scaffold to return forms when accessing the actions update, create without a form being submitted.
[1166]
Author: phpnut
Date: 3:53:08 PM, Sunday, October 23, 2005
Message:
Making change to allow setting the name of a class camel cased to fix issues with PHP 4.
In both the model and the controllers:
Model: var $name = 'ModelName';
Controller: var $name = 'ControllerName'; ControllerName not ControllerNameController.
[1165]
Author: phpnut
Date: 1:45:17 PM, Sunday, October 23, 2005
Message:
Fix added for problems with key name that was added to the class registry when underscored
git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1179 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-10-24 01:56:20 +00:00
|
|
|
}
|
2005-12-23 21:57:26 +00:00
|
|
|
dd {
|
|
|
|
margin-left:10em;
|
|
|
|
margin-top:-2em;
|
|
|
|
vertical-align:top;
|
2005-10-03 04:48:00 +00:00
|
|
|
}
|
|
|
|
|
2005-12-23 21:57:26 +00:00
|
|
|
/* scaffold buttons */
|
|
|
|
|
|
|
|
|
|
|
|
.notice {
|
|
|
|
color: #DB8101;
|
|
|
|
background-color: #ddd;
|
|
|
|
display: block;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
.tip {
|
|
|
|
color: #DB8101;
|
|
|
|
background-color: #ddd;
|
|
|
|
display: block;
|
|
|
|
padding: 1em;
|
2005-10-03 04:48:00 +00:00
|
|
|
}
|
2005-12-23 21:57:26 +00:00
|
|
|
|
|
|
|
ul.actions {
|
|
|
|
list-style: none;
|
|
|
|
text-align:left;
|
|
|
|
margin:2em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
ul.actions li {
|
|
|
|
margin-left:1em;
|
|
|
|
list-style: none;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
ul.actions li a, ul.actions li input {
|
|
|
|
padding: 2px 12px;
|
|
|
|
color: #DB8101;
|
|
|
|
background-color:#ccc;
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid #666;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align:center;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
ul.actions li a:hover {
|
|
|
|
color: #DB8101;
|
|
|
|
background-color:#fff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
td.listactions {
|
|
|
|
width: 14em;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
td.listactions a {
|
|
|
|
padding: 0px 8px;
|
|
|
|
text-align:center;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #DB8101;
|
|
|
|
background-color:#ccc;
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid #666;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
td.listactions a:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color:#DB8101;
|
2005-10-04 06:39:40 +00:00
|
|
|
}
|
2005-12-23 21:57:26 +00:00
|
|
|
|
|
|
|
/* index links */
|
|
|
|
|
|
|
|
ul.colored a {
|
|
|
|
|
2005-10-04 06:39:40 +00:00
|
|
|
}
|
2005-12-23 21:57:26 +00:00
|
|
|
ul.colored a em {
|
[1285]
Author: phpnut
Date: 10:09:03 PM, Monday, October 31, 2005
Message:
Removed references in the Session class
[1283]
Author: phpnut
Date: 8:47:37 PM, Monday, October 31, 2005
Message:
Added fix to the Controller::constructClassess().
The database should have an instance available if a component will use it.
[1282]
Author: phpnut
Date: 8:36:07 PM, Monday, October 31, 2005
Message:
Updated the Model association methods to correct and error I introduced when reactoring last week.
Added a return from each of the settings in Security::inactiveMins(); This class is not fully implemented.
Updated scaffold and dipatcher with changes to the session class.
Fixed problem with session not working properly.
Added a regenrate id for sessions.
When CAKE_SECURITY is set to high this will regenrate a new session key on each request.
The old session file will be removed from the file system. This is a added security measure.
[1270]
Author: phpnut
Date: 1:55:28 PM, Sunday, October 30, 2005
Message:
Updated Session class to regenrate a new session key on each request when security level set to high.
Updated doc comments in some classes
[1269]
Author: phpnut
Date: 9:49:43 AM, Sunday, October 30, 2005
Message:
Added a fix for Ticket #105
git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1286 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-11-01 04:20:28 +00:00
|
|
|
|
|
|
|
}
|
2005-12-23 21:57:26 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|