started cleaning UI
This commit is contained in:
parent
1ee69714df
commit
d95cfc6144
10 changed files with 38 additions and 29 deletions
|
@ -745,16 +745,7 @@ a.project-update.titled {
|
|||
|
||||
.add_new {
|
||||
float:right;
|
||||
padding: 5px 12px;
|
||||
border: 1px solid #CCC;
|
||||
|
||||
&:hover {
|
||||
background:#eee;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background:#ddd;
|
||||
}
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
.tree_progress {
|
||||
|
@ -845,3 +836,26 @@ tr.line_notes_row {
|
|||
color:#2FA0BB;
|
||||
}
|
||||
}
|
||||
|
||||
.top-tabs {
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
padding-bottom:10px;
|
||||
margin-bottom:20px;
|
||||
height:26px;
|
||||
border-bottom:1px solid #ccc;
|
||||
|
||||
.tab {
|
||||
font-weight: bold;
|
||||
background:none;
|
||||
padding: 10px;
|
||||
float:left;
|
||||
padding-left:0px;
|
||||
padding-right:40px;
|
||||
|
||||
&.active {
|
||||
color: #2FA0BB;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue