Modified styles of 'more options' element on search filters

FEA: ItEr76S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-07-09 16:29:05 +02:00
parent fc0db6ce82
commit 99ef05a2d4
2 changed files with 17 additions and 6 deletions

View file

@ -1419,8 +1419,8 @@ display:none;
}
.filter-more-options .z-groupbox-cnt {
width: 900px;
left: -792px;
width: 600px;
left: -492px;
position: relative;
background-color: #F0FAFF;
}
@ -1446,6 +1446,8 @@ display:none;
.filter-more-options .z-caption .z-caption-l,
.filter-more-options .z-caption .z-caption-r {
font-size:11px;
padding-top: 2px;
padding-bottom: 2px;
}
.filter-more-options .z-groupbox-hl {
@ -1895,6 +1897,15 @@ select {
width: 250px;
}
.communication-not-reviewed div.z-row-cnt .z-label{ font-weight: bold; }
.communication-not-reviewed div.z-row-cnt .z-label {
font-weight: bold;
}
.current-delivery-date div.z-row-cnt .z-label{ font-weight: bold; }
.current-delivery-date div.z-row-cnt .z-label {
font-weight: bold;
}
.remarked {
font-weight: bold;
color: #0F3B82;
}

View file

@ -3,7 +3,7 @@
Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e
Desenvolvemento Tecnolóxico de Galicia
Copyright (C) 2010-2011 Igalia, S.L.
Copyright (C) 2010-2012 Igalia, S.L.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
@ -48,7 +48,7 @@
</hbox>
</groupbox>
<button label="${i18n:_('Filter')}" style="margin-top: -4px"
<button label="${i18n:_('Filter')}"
tooltiptext="${i18n:_('Apply filtering to resources satisfying required criteria')}"
onClick="controller.onApplyFilter()"/>