OSDN Git Service

update admin menu's design
authorokimoto <okimoto@good-day.co.jp>
Fri, 26 Mar 2010 09:38:35 +0000 (18:38 +0900)
committerokimoto <okimoto@good-day.co.jp>
Fri, 26 Mar 2010 09:38:35 +0000 (18:38 +0900)
app/views/admin/index.html.erb
public/stylesheets/mint.css

index 82a5d06..ef82775 100644 (file)
@@ -1,6 +1,6 @@
 <%- @title = "管理者メニュー" -%>
 
-<ul>
+<ul id="settings">
   <%- [
         ["所属"         , admin_affiliations_path],
         ["ユーザ"       , admin_users_path],
index f9ddf78..7ad8b35 100644 (file)
@@ -48,7 +48,11 @@ table {
   margin-bottom: 10px;
 }
 
-table thead tr {
+table th, table td {
+  padding: 2px;
+}
+
+table th {
   color: white;
   background-color: black;
 }