.editable i {
opacity: 0.2;
font-size: 85%;
margin-left: 10px;
display: inline-block;
transition: opacity 500ms ease-in-out;
}
.noteditable i {
display: none;
p.editable {
p.editable .content:empty:after {
content: "(Click to add)";
color: #aaa;
p.editable:hover {
cursor: pointer;
p.editable:hover i {
opacity: 1;
.tag-dropdown {
padding: 6px;
border: 1px solid #ddd;
margin-right: 15px;
margin-bottom: 5px;
.modal-body textarea {
width: 100%;
height: 150px;
border: 0px;
.repo .header {
margin-bottom: 10px;
position: relative;
.repo .header .back {
margin-right: 6px;
.repo .description {
margin-bottom: 40px;
.repo dl.dl-horizontal dt {
width: 60px;
.repo dl.dl-horizontal dd {
margin-left: 80px;
.repo .header h3 {
.repo .pull-command {
float: right;
font-size: 1.2em;
.repo .pull-command .pull-container {
width: 300px;
margin-right: 10px;
vertical-align: middle;
.repo .pull-command input {
cursor: default;
background: white;
color: #666;
padding: 4px;
.repo #copyClipboard {
.repo .settings-cog {
margin-left: 20px;
.repo .settings-cog a {
text-decoration: none !important;
.repo-listing {
display: block;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
padding: 10px;
.repo-listing a {
font-size: 1.5em;
.repo-listing i {
color: #999;
.repo-listing .description {
margin-top: 6px;
padding-left: 36px;
.repo-admin .panel {
.repo-admin .user i {
.repo-admin .user {
min-width: 300px;
.repo-admin thead td {
.repo-admin td {