tagging support (#96)

This commit is contained in:
Athou
2013-10-13 10:49:44 +02:00
parent 94f469a6b1
commit 431ab92a02
53 changed files with 840 additions and 234 deletions

View File

@@ -143,7 +143,7 @@
}
.full-screen #feed-accordion .entry-body-content {
max-width: 100%;
max-width: 100%;
}
#feed-accordion .entry-enclosure {
@@ -172,6 +172,24 @@
text-decoration: none;
}
#feed-accordion .tags-panel {
margin-left: 30px;
}
#feed-accordion .tags-panel .label{
margin-left: 5px;
}
.select2-container-multi .select2-choices .select2-search-field input {
padding: 2px
}
#feed-accordion .tag-input {
margin: 0 0 0 5px;
padding: 0;
width: 200px;
}
#feed-accordion .entry-buttons label {
margin-bottom: 0px;
font-size: 12px;

View File

@@ -30,7 +30,7 @@
}
.sidebar-nav-fixed:hover {
overflow-y: auto;
overflow-y: auto;
}
.full-screen .left-menu {
@@ -39,6 +39,7 @@
.css-treeview {
margin-top: 15px;
margin-bottom: 30px;
font-family: inherit;
font-size: 13px;
white-space: nowrap;

View File

@@ -2,6 +2,15 @@
cursor: pointer;
}
.nolink {
color: inherit;
}
.nolink:hover {
text-decoration: none;
color: inherit;
}
.block {
display: block;
}

View File

@@ -40,6 +40,9 @@
right: 35px;
margin-top: 22px;
}
#feed-accordion .tags-panel {
display: block;
}
body.left-menu-active .left-menu {
display: block !important;
width: 100%;
@@ -61,4 +64,4 @@
#uvTab {
display: none;
}
}
}