Added dashboard page. Projects page not root from now

This commit is contained in:
Dmitriy Zaporozhets 2012-02-28 22:59:36 +02:00
parent 34e1580184
commit 376bec26de
16 changed files with 141 additions and 39 deletions

View file

@ -40,6 +40,7 @@ a {
.cred { color:#D12F19; }
.cgreen { color:#44aa22; }
.cblack { color:#111; }
.cwhite { color:#fff !important }
/** COMMON STYLES **/
.left {
@ -75,6 +76,10 @@ a {
.no-borders {
border:none;
}
table.no-borders {
border:none;
tr, td { border:none }
}
.no-padding {
padding:0 !important;
}
@ -433,7 +438,7 @@ input.git_clone_url {
}
.project_list_url {
width:270px;
width:250px;
background:#fff !important;
}
@ -441,7 +446,7 @@ input.git_clone_url {
@include shade;
@include round-borders-all(4px);
margin-bottom:20px;
width:338px;
width:298px;
float:left;
margin-left:20px;
border: 1px solid #DDD;
@ -600,3 +605,24 @@ p.time {
font-size: 90%;
margin: 30px 3px 3px 2px;
}
.dashboard_category {
margin-bottom:30px;
.dashboard_block {
width:700px;
margin:auto;
.wll {
border:none;
&:hover {
background:none;
}
h4 {
color:#666;
}
}
}
}