Skip to content

Commit

Permalink
ENHANCEMENT: SSF-124 - styled the pages list view.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Bridson committed Apr 10, 2012
1 parent 1176d8d commit e0b4294
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 23 deletions.
47 changes: 25 additions & 22 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion css/GridField.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added images/sitetree_ss_default_icons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions scss/GridField.scss
Expand Up @@ -119,6 +119,70 @@ $gf_grid_x: 16px;
white-space:nowrap;
}

&.col-listChildrenLink {
width:auto;
border-right:none;
text-indent:-9999em;
padding:0;
.list-children-link {
background: transparent url(../images/sitetree_ss_default_icons.png) no-repeat 12px -4px;
display:block;
}
}

&.col-Created {
white-space:nowrap;
}

&.col-LastEdited {
white-space:nowrap;
}

&.col-getTreeTitle {
span.badge {
clear: both;
text-transform: uppercase;
display: inline-block;
padding: 0px 3px;
font-size: 0.75em;
line-height: 1em;
margin-left: 10px;
margin-right: 6px;
margin-top: -1px;
@include border-radius(2px, 2px);
}

span.badge.modified {
color: #7E7470;
border: 1px solid #C9B800;
background-color: #FFF0BC;
}

span.badge.addedtodraft {
color: #7E7470;
border: 1px solid #C9B800;
background-color: #FFF0BC;
}

span.badge.deletedonlive {
color: #636363;
border: 1px solid #E49393;
background-color: #F2DADB;
}

span.badge.removedfromdraft {
color: #636363;
border: 1px solid #E49393;
background-color: #F2DADB;
}

span.badge.workflow-approval {
color: #56660C;
border: 1px solid #7C8816;
background-color: #DAE79A;
}
}

button {
border: none;
background: none;
Expand Down Expand Up @@ -244,6 +308,7 @@ $gf_grid_x: 16px;
}
}
&.main{
white-space:nowrap;
border-top: 1px solid $gf_colour_border;
color:#fff;
background: darken($gf_colour_subheader,10%);
Expand Down Expand Up @@ -402,6 +467,10 @@ $gf_grid_x: 16px;
padding:1em 1em;
display:block;
}

&.col-listChildrenLink {
border-right:none;
}
}

td {
Expand Down

0 comments on commit e0b4294

Please sign in to comment.