aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-04-19 11:20:16 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-04-19 11:20:16 +0200
commitf555b62944b7d310bbd61bac9b9ec0744a8bc310 (patch)
treeb367f95afc7c32be3d67e165edf63fbe26049e4e /public
parentchanging to passport for authentication (diff)
downloadDivid-f555b62944b7d310bbd61bac9b9ec0744a8bc310.tar.gz
finished designing dashboard template
Diffstat (limited to 'public')
-rw-r--r--public/css/styles.less25
1 files changed, 17 insertions, 8 deletions
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;