Start on mobilification of repo view

This commit is contained in:
Joseph Schorr 2015-04-20 17:42:33 -04:00
parent 79caf2dab2
commit a4cacd7307
31 changed files with 265 additions and 91 deletions

View file

@ -23,3 +23,17 @@
.repo-panel-settings-element .panel-section .btn .fa {
margin-right: 6px;
}
.repo-panel-settings-element .delete-btn {
float: right;
margin-top: -7px !important;
}
@media (max-width: 767px) {
.repo-panel-settings-element .delete-btn {
float: none;
margin-top: 0px !important;
margin-bottom: 20px;
display: block;
}
}

View file

@ -83,4 +83,33 @@
.repo-panel-tags-element .tag-image-history-item .fa-circle-o {
margin-right: 2px;
}
@media (max-width: 767px) {
.repo-panel-tags-element .tag-span i {
display: none;
}
.repo-panel-tags-element .co-filter-box {
display: block;
float: none;
margin-top: 10px;
margin-bottom: 20px;
}
.repo-panel-tags-element .co-filter-box input {
width: 100%;
}
.repo-panel-tags-element .co-checked-actions .btn i {
font-size: 16px;
width: 18px;
text-align: center;
display: inline-block;
}
.repo-panel-tags-element .co-checked-actions .btn .text {
display: none;
}
}