middle panel
This commit is contained in:
parent
f34b1be281
commit
5bc97fbd3f
7 changed files with 53 additions and 13 deletions
|
@ -529,3 +529,41 @@ h4.dash-tabs {
|
|||
background: #eaeaea;
|
||||
}
|
||||
}
|
||||
|
||||
h4.middle-panel {
|
||||
margin: 0;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 10px 10px;
|
||||
font-size: 11px;
|
||||
padding-left:20px;
|
||||
background: #F7F7F7;
|
||||
height:30px;
|
||||
|
||||
.project_name {
|
||||
float:left;
|
||||
width:160px;
|
||||
margin-right:30px;
|
||||
font-size:16px;
|
||||
font-weight:bold;
|
||||
padding:5px 7px;
|
||||
color:#777;
|
||||
}
|
||||
|
||||
.git_url_wrapper {
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
float:left;
|
||||
|
||||
.git-url {
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
font-size: 12px;
|
||||
border-radius: 5px;
|
||||
color: #666;
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
|
||||
padding: 7px 0 5px 30px;
|
||||
background: white url('images.png') no-repeat 8px -40px;
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -606,7 +606,6 @@ body.project-page .project-container{ position: relative; float: left; width: 10
|
|||
body.project-page .page-title{margin-bottom: 0}
|
||||
body.project-page .project-sidebar {width: 180px; left: 0; top: 0; height: 100%; bottom: 0; position: absolute; background-color: #f7f7f7; float: left; display: inline-block; background: #f7f7f7; padding: 20px 0 20px 2%; margin: 0; }
|
||||
|
||||
body.project-page input.text.git-url,
|
||||
body.projects-page input.text.git-url { font-size: 12px; border-radius: 5px; color: #666; box-shadow: 0 1px 2px rgba(0,0,0,.2) inset; padding: 8px 0 8px 30px; margin-bottom: 20px; background: white url('images.png') no-repeat 8px -40px; width: 136px}
|
||||
body.projects-page input.text.git-url {margin:10px 0 0 }
|
||||
.git_url_wrapper { margin-right:50px }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue