Get the new repo page ready for wiring

This commit is contained in:
Joseph Schorr 2013-10-24 18:13:24 -04:00
parent 1d51618c9d
commit 2afb8c85b1
3 changed files with 41 additions and 7 deletions

View file

@ -2,6 +2,18 @@
font-family: 'Droid Sans', sans-serif;
}
.user-tools .user-tool {
font-size: 24px;
margin-top: 14px;
color: black;
}
.user-tools i.user-tool:hover {
cursor: pointer;
color: #428bca;
}
.repo-circle {
position: relative;
background: #eee;
@ -134,6 +146,24 @@
margin: 10px;
}
.new-repo .initialize-repo {
margin: 10px;
margin-top: 16px;
margin-left: 20px;
padding: 10px;
border: 1px dashed #ccc;
}
.new-repo .initialize-repo .init-description {
color: #444;
font-size: 12px;
text-align: center;
}
.new-repo .initialize-repo .file-drop {
margin: 10px;
}
.user-guide h3 {
margin-bottom: 20px;
}