View details of Lexicon module, adding styles and global translationes
This commit is contained in:
parent
d1100db28e
commit
97bc3e5e20
7 changed files with 68 additions and 58 deletions
|
@ -135,21 +135,15 @@ body.section-node-edit .block ul.menu li.active-trail > a {
|
|||
.block-custom_search_blocks .content {
|
||||
margin: 0;
|
||||
}
|
||||
.block-lexicon .content {
|
||||
height: 42px;
|
||||
}
|
||||
.block-custom_search_blocks,
|
||||
.block-lexicon {
|
||||
.block-custom_search_blocks {
|
||||
position: relative;
|
||||
}
|
||||
.block-custom_search_blocks input.form-text,
|
||||
.block-lexicon input.form-text {
|
||||
.block-custom_search_blocks input.form-text {
|
||||
padding-right: 48px;
|
||||
background: #fff;
|
||||
font-weight: 300;
|
||||
}
|
||||
.block-custom_search_blocks button.form-submit,
|
||||
.block-lexicon button.form-submit {
|
||||
.block-custom_search_blocks button.form-submit {
|
||||
position: absolute;
|
||||
padding: 0;
|
||||
top: 0;
|
||||
|
@ -159,12 +153,10 @@ body.section-node-edit .block ul.menu li.active-trail > a {
|
|||
color: #3c8dbc;
|
||||
overflow: hidden;
|
||||
}
|
||||
.block-custom_search_blocks button.form-submit:hover,
|
||||
.block-lexicon button.form-submit:hover {
|
||||
.block-custom_search_blocks button.form-submit:hover {
|
||||
color: #307095;
|
||||
}
|
||||
.block-custom_search_blocks button.form-submit span,
|
||||
.block-lexicon button.form-submit span {
|
||||
.block-custom_search_blocks button.form-submit span {
|
||||
color: #fff;
|
||||
display: block;
|
||||
line-height: 34px;
|
||||
|
@ -177,4 +169,3 @@ body.section-node-edit .block ul.menu li.active-trail > a {
|
|||
#block-storm-storm_dashboard_block .content {
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue