Skip to content

Commit d6a1282

Browse files
committed
Minor change
git-svn-id: svn://cherokee-project.com/CTK/trunk@4705 5dc97367-97f1-0310-9951-d761b3857238
1 parent bf02ff4 commit d6a1282

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

static/css/CTK.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,10 @@ tr.panel-selected td div.row_content .sel-actions {
496496
border-top: 1px solid #cde;
497497
}
498498

499+
.vserver_new_content {
500+
float: right;
501+
}
502+
499503
/* Information sources and VServers*/
500504
.vserver-inactive { color: #999; }
501505
.rule-inactive { color: #999; }
@@ -529,19 +533,19 @@ tr.panel-selected td div.row_content .sel-actions {
529533
border: 1px solid #cde;
530534
}
531535

532-
#rules-table th {
536+
#rules-table th {
533537
background: #e6f3ff url(/CTK/images/bg-th.png) repeat-x;
534538
border: none;
535539
border-bottom: 2px solid #27c;
536-
padding: 8px 4px;
540+
padding: 8px 4px;
537541
}
538542

539543
#rules-table td {
540-
padding: 6px 4px;
541-
background: #eff7ff url(/CTK/images/bg-td-even.png) repeat-x;
544+
padding: 6px 4px;
545+
background: #eff7ff url(/CTK/images/bg-td-even.png) repeat-x;
542546
border-top: 1px solid #fff;
543547
border-bottom: 1px solid #def;
544-
}
548+
}
545549

546550
#rules-table tr.trodd td {
547551
background: #fff;

0 commit comments

Comments
 (0)