Skip to content

Commit

Permalink
progress on new status page
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalinas authored and tpetr committed Apr 22, 2015
1 parent e450065 commit 8efc6fe
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 249 deletions.
3 changes: 2 additions & 1 deletion SingularityUI/app/styles/colors.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ $yellow = #ffff99
$green = #48a770
$blue = #336ca6
$purple = #b93c96
$dark-yellow = #e6e65c

$removeRed = #df6f6f
$removeRed = #df6f6f
48 changes: 48 additions & 0 deletions SingularityUI/app/styles/status.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
@import colors

.same-size-row-top
display table
width 100%

.same-size-row
display table
width 100%
height 100%

.same-size-col
float none
display table-cell
vertical-align top

.chart-data
line-height 0

div.datablock
width 100%
display inline-block
margin 0px
outline none
vertical-align top

#legend .list-group-item, #legend-left .list-group-item
padding 4px 15px

#legend .list-group-item
text-align right
#active_item
background $green
#paused_item
background $grey
#pending_item
background $purple
#cleaning_item
background $dark-yellow
color $grey
#cooldown_item
background $blue
#scheduled_item
background $blue
#overdue_item
background $red
#lbCleanup_item
background $orange
Loading

0 comments on commit 8efc6fe

Please sign in to comment.