From f555b62944b7d310bbd61bac9b9ec0744a8bc310 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Fri, 19 Apr 2013 11:20:16 +0200 Subject: finished designing dashboard template --- public/css/styles.less | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'public/css/styles.less') diff --git a/public/css/styles.less b/public/css/styles.less index a1e149f..5fa7705 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -97,6 +97,21 @@ section.content { background-color: @grayLighter; } +section.status table { + width: 80%; + margin-bottom: 0; + float: left; +} +section.status table tr td { + text-align: center; +} +section.status table tr td.success { + background-color: @successBackground; +} +section.status table tr td.error { + background-color: @errorBackground; +} +section.status i { margin: 5px; } section.projects section.project { margin: 10px 0; @@ -115,8 +130,8 @@ section.projects section.project h1 { font-weight: normal; line-height: @baseLineHeight; } -section.projects section.project .row-fluid { - min-height: 50px; +section.projects section.project .row-fluid [class*="span"] { + min-height: 0; } section.projects section.project .span11 { padding: 5px; @@ -135,12 +150,6 @@ section.projects a.btn-large { border: 2px solid @grayLight; } -section.projects section.project h1 .username { - color: @grayLight; -} -section.projects section.project .participants { - font-size: @fontSizeSmall; -} section.overview .lastactivity { background-color: @grayLighter; -- cgit v1.2.3