/[suikacvs]/webroot/admin/style/common.css
Suika

Diff of /webroot/admin/style/common.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by wakaba, Tue Dec 13 13:23:14 2005 UTC revision 1.9 by wakaba, Thu Nov 6 14:37:40 2008 UTC
# Line 87  body > h2005|h, body > h2002|h, h2005|bo Line 87  body > h2005|h, body > h2002|h, h2005|bo
87          text-align: left;          text-align: left;
88  }  }
89    
90    /* Account manager */
91    
92    .account-user-info [href*="/users/"],
93    .account-user-misc [href*="/users/"],
94    .account-group-info [href*="/users/"],
95    .account-group-misc [href*="/users/"],
96    .account-user-info [name=user-id],
97    .account-user-misc [name=user-id],
98    .account-group-info [name=user-id],
99    .account-group-misc [name=user-id] {
100      background-image: url(/www/style/images/user22);
101      background-position: center left;
102      background-repeat: no-repeat;
103      min-height: 24px;
104      vertical-align: middle;
105      padding-left: 24px;
106    }
107    
108    .account-user-info [href*="/groups/"],
109    .account-user-misc [href*="/groups/"],
110    .account-group-info [href*="/groups/"],
111    .account-group-misc [href*="/groups/"],
112    .account-user-info [name=group-id],
113    .account-user-misc [name=group-id],
114    .account-group-info [name=group-id],
115    .account-group-misc [name=group-id],
116    .account-group-info input[value=admin_group] + p [name=value] {
117      background-image: url(/www/style/images/community22);
118      background-position: center left;
119      background-repeat: no-repeat;
120      min-height: 24px;
121      vertical-align: middle;
122      padding-left: 24px;
123    }
124    
125    .account-error {}
126    
127  /* Hyperlinks */  /* Hyperlinks */
128    
129  a:hover {  a:hover {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24