Revisión de los estilos sólo para las opciones contextuales principales
This commit is contained in:
parent
a17809e4fd
commit
757a83fa40
1 changed files with 15 additions and 4 deletions
|
@ -120,6 +120,10 @@ p.author {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#activity dt.icon {
|
||||||
|
background-position: 0 4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.hljs {
|
.hljs {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
|
@ -455,7 +459,7 @@ ul.social-menu .social-link-mail:hover a {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
#sidebar div {
|
#sidebar div {
|
||||||
margin-top: 30px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
#sidebar p {
|
#sidebar p {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
@ -573,19 +577,19 @@ div#content .contacts-tags-edit ul.tagit {
|
||||||
/* 12. CONTEXT-MENU */
|
/* 12. CONTEXT-MENU */
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
|
|
||||||
.contextual {
|
div#content > div.contextual:first-child {
|
||||||
float: none;
|
float: none;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
}
|
}
|
||||||
.contextual a {
|
div#content > div.contextual:first-child a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 33px;
|
height: 33px;
|
||||||
line-height: 33px;
|
line-height: 33px;
|
||||||
}
|
}
|
||||||
.contextual .icon {
|
div#content > div.contextual:first-child .icon {
|
||||||
padding: 0 0 0 20px;
|
padding: 0 0 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -761,6 +765,13 @@ div.modal {
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
.ui-dialog .tabular p {
|
||||||
|
padding-left: 145px;
|
||||||
|
}
|
||||||
|
.ui-dialog .tabular label {
|
||||||
|
margin-left: -145px;
|
||||||
|
width: 140px;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-widget-header .ui-icon.ui-icon-closethick {
|
.ui-widget-header .ui-icon.ui-icon-closethick {
|
||||||
background: url(../images/close.png) no-repeat 0px 0px;
|
background: url(../images/close.png) no-repeat 0px 0px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue