Skip to content

Commit

Permalink
New styles for the revisited admin/blocks page, coming up next.
Browse files Browse the repository at this point in the history
  • Loading branch information
defacer committed May 28, 2005
1 parent ac6e8f1 commit 49307ba
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
13 changes: 13 additions & 0 deletions theme/standard/styles_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,19 @@ body#admin-index .c0 {
background-color: #FAFAFA;
}

body#admin-blocks table#blocks .r0,
body#admin-blocks table#incompatible .r0 {
background-color: #f0f0f0;
}

body#admin-blocks table#blocks .r1,
body#admin-blocks table#incompatible .r1 {
background-color: #fafafa;
}

body#admin-blocks table#incompatible td.c0 {
color: #ff0000;
}


/***
Expand Down
3 changes: 3 additions & 0 deletions theme/standard/styles_fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ table.formtable tbody th {
text-align: right;
}

body#admin-blocks table#incompatible td.c0 {
font-weight: bold;
}

/***
*** Blocks
Expand Down
25 changes: 21 additions & 4 deletions theme/standard/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,29 @@ body#admin-modules .generaltablecell {
padding-bottom: 2px;
}

body#admin-blocks table.generaltable td.cell,
body#admin-blocks .generaltablecell {
padding-top: 1px;
padding-bottom: 1px;
body#admin-blocks table#blocks,
body#admin-blocks table#incompatible {
width: 70%;
margin: auto;
}

body#admin-blocks table#blocks th,
body#admin-blocks table#incompatible th,
body#admin-blocks table#blocks td.cell,
body#admin-blocks table#incompatible td.cell {
padding: 4px;
text-align: center;
vertical-align: middle;
}

body#admin-blocks table#blocks td.c0,
body#admin-blocks table#blocks th.c0,
body#admin-blocks table#incompatible td.c0,
body#admin-blocks table#incompatible th.c0 {
text-align: left;
}

body#admin-blocks
body#admin-config .confighelp {
display: block;
padding-bottom: 20px;
Expand Down

0 comments on commit 49307ba

Please sign in to comment.