Más espacio para las opciones contextuales y mejor disposición del "breadcrumb"
This commit is contained in:
parent
4f8e53b044
commit
5c3365b92e
1 changed files with 26 additions and 0 deletions
|
@ -108,6 +108,10 @@ div.gravatar-with-child > img.gravatar:nth-child(2) {
|
||||||
left: 35px;
|
left: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.breadcrumb {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
div.subject h3 {
|
div.subject h3 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
@ -115,6 +119,12 @@ p.author {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hljs {
|
||||||
|
padding: 0 !important;
|
||||||
|
background: transparent !important;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
/* 2. FONT ICONS */
|
/* 2. FONT ICONS */
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
@ -562,6 +572,22 @@ div#content .contacts-tags-edit ul.tagit {
|
||||||
/* 12. CONTEXT-MENU */
|
/* 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 {
|
div#content .context-menu-selection {
|
||||||
background-color: #2996cc !important;
|
background-color: #2996cc !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue