Más espacio para las opciones contextuales y mejor disposición del "breadcrumb"

This commit is contained in:
Manuel Cillero 2018-02-13 20:52:06 +01:00
parent 4f8e53b044
commit 5c3365b92e

View file

@ -108,6 +108,10 @@ div.gravatar-with-child > img.gravatar:nth-child(2) {
left: 35px;
}
p.breadcrumb {
text-align: left;
}
div.subject h3 {
font-size: 20px;
}
@ -115,6 +119,12 @@ p.author {
font-size: 13px;
}
.hljs {
padding: 0 !important;
background: transparent !important;
font-size: 15px;
}
/**********************************************************/
/* 2. FONT ICONS */
/**********************************************************/
@ -562,6 +572,22 @@ div#content .contacts-tags-edit ul.tagit {
/* 12. CONTEXT-MENU */
/**********************************************************/
.contextual {
float: none;
text-align: right;
background-color: #f2f2f2;
margin-top: 0;
padding-right: 8px;
}
.contextual a {
display: inline-block;
height: 33px;
line-height: 33px;
}
.contextual .icon {
padding: 0 0 0 20px;
}
div#content .context-menu-selection {
background-color: #2996cc !important;
}