Skip to content

Commit

Permalink
reset for the css and new images for the admin layout to make it flui…
Browse files Browse the repository at this point in the history
…d width
  • Loading branch information
dogmatic69 committed Jan 1, 2010
1 parent b2ce044 commit 80939d0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
1 change: 0 additions & 1 deletion views/layouts/admin.ctp
Expand Up @@ -11,7 +11,6 @@
echo $this->Html->meta('icon');
echo $this->Html->css( 'admin' );
echo $this->Html->css( 'admin.pagination' );
echo $this->Html->css( '/core/css/geshi' );
echo $scripts_for_layout;
echo $javascript->link( 'fckeditor' );
?>
Expand Down
6 changes: 5 additions & 1 deletion webroot/css/admin.css
@@ -1,3 +1,7 @@
/** import some reset stuff */
@import url('reset.css');
@import url('/core/css/geshi');

/* main styles */
body {
margin:0;
Expand Down Expand Up @@ -37,7 +41,7 @@ input.text {
}
/* main container */
#main {
width:1500px;
width:100%;
margin:0 auto;
}
/* header */
Expand Down
16 changes: 16 additions & 0 deletions webroot/css/reset.css
@@ -0,0 +1,16 @@
/** from http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p,
blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font,
img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i,
center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline:
0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
Binary file added webroot/img/admin/header-left.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webroot/img/admin/header-middle.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webroot/img/admin/header-right.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80939d0

Please sign in to comment.