OSDN Git Service

デザイン微修正
authorCake <cake_67@users.sourceforge.jp>
Fri, 19 Mar 2010 13:13:29 +0000 (22:13 +0900)
committerCake <cake_67@users.sourceforge.jp>
Fri, 19 Mar 2010 13:13:29 +0000 (22:13 +0900)
app/views/elements/character_sidenav.ctp
app/webroot/css/base.css

index 220c9d0..b6c351d 100644 (file)
@@ -32,10 +32,11 @@ if (isset($character['Character']['name'])) {
        <li><?php echo $html->link($character_name.__("'s Home", true), array('controller' => 'characters', 'action' => 'index', $this->data['Character']['id'])); ?> </li>
        <li><?php echo $html->link(__('List Pictures', true), array('controller' => 'character_pictures', 'action' => 'view', $this->data['Character']['id'])); ?> </li>
 <?php endif; ?>
-       <li><?php echo $html->link(__('List of Characters', true), array('controller' => 'characters', 'action' => 'index')); ?></li>
 <?php endif; ?>
 <?php endif; ?>
 
+       <li><?php echo $html->link(__('List of Characters', true), array('controller' => 'characters', 'action' => 'index')); ?></li>
+
 <?php if (($this->params["action"] == 'view' || $this->params["action"] == 'delete') && $isOwner): ?>
        <li><?php echo $html->link(__('Edit Character', true), array('controller' => 'characters', 'action' => 'edit', $character_id)); ?> </li>
 <?php endif; ?>
index 8acaf23..c81587c 100644 (file)
@@ -92,15 +92,18 @@ table{
 
 #header a,
 #header h1 a {
+       background: transparent;
        text-decoration: none;
        font-weight: bold;
 }
 #header a:visited,
 #header h1 a:visited {
+       background: transparent;
        text-decoration: none;
 }
 #header a:hover,
 #header h1 a:hover {
+       background: transparent;
        text-decoration: none;
 }
 
@@ -291,6 +294,7 @@ ul#navAdmin li {
 #content {
        width: 100%;
        padding: 10px 10px 20px 10px;
+       overflow: hidden;
 }
 
 #footer {
@@ -318,6 +322,9 @@ div.paging {
 }
 
 /* Forms */
+form {
+       width: 95%;
+}
 fieldset {
        margin-top: 0;
 }