Author: david
Date: Mon Oct 24 17:39:36 2011
New Revision: 10182
Log:
Style advanced search terms
Modified:
trunk/apps/qubit/modules/search/templates/_printAdvancedSearchTerms.php
trunk/css/print.css
trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
trunk/plugins/qtTrilliumPlugin/css/less/main.css
Modified:
trunk/apps/qubit/modules/search/templates/_printAdvancedSearchTerms.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/_printAdvancedSearchTerms.php
Mon Oct 24 17:26:29 2011 (r10181)
+++ trunk/apps/qubit/modules/search/templates/_printAdvancedSearchTerms.php
Mon Oct 24 17:39:36 2011 (r10182)
@@ -1,4 +1,4 @@
-<h3><?php echo __('Search for') ?></h3>
+<h2><?php echo __('Search for') ?></h2>
<div class="section search-terms">
<ul>
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Mon Oct 24 17:26:29 2011 (r10181)
+++ trunk/css/print.css Mon Oct 24 17:39:36 2011 (r10182)
@@ -370,6 +370,13 @@
padding: 2px 4px;
}
+body.search.advanced #content .section .search-terms
+{
+ padding: 2px 4px;
+ margin-top: 0;
+ margin-bottom: 1em;
+}
+
#page,
#page-wrapper
{
Modified: trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Mon Oct 24 17:26:29
2011 (r10181)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Mon Oct 24 17:39:36
2011 (r10182)
@@ -111,7 +111,6 @@
*/
body.index #content,
-body.advanced #content,
{
.section {
@@ -205,6 +204,11 @@
}
+body.advanced #content .section .section
+{
+ margin-top: @baseline;
+}
+
/*
* Message boxes
* Based in [email protected]
Modified: trunk/plugins/qtTrilliumPlugin/css/less/main.css
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/main.css Mon Oct 24 17:26:29
2011 (r10181)
+++ trunk/plugins/qtTrilliumPlugin/css/less/main.css Mon Oct 24 17:39:36
2011 (r10182)
@@ -2914,10 +2914,10 @@
/*
* View pages
*/
-body.index #content .section .section, body.advanced #content .section
.section {
+body.index #content .section .section {
margin-top: 18px;
}
-body.index #content .section .editLink, body.advanced #content .section
.editLink {
+body.index #content .section .editLink {
position: absolute;
top: -3px;
right: 0px;
@@ -2927,19 +2927,14 @@
border: 1px solid #e6e6e6;
background: white url(../../../../images/pencil.png) no-repeat 50% 50%;
}
-body.index #content .section .editLink h2, body.advanced #content .section
.editLink h2 {
+body.index #content .section .editLink h2 {
display: inline;
border: 0;
}
-body.index #content .section .editLink:hover, body.advanced #content .section
.editLink:hover {
+body.index #content .section .editLink:hover {
background-color: #eee;
}
-body.index #content .section > h2,
-body.advanced #content .section > h2,
-body.index #content .section > a > h2,
-body.advanced #content .section > a > h2,
-body.index #content .section > span > h2,
-body.advanced #content .section > span > h2 {
+body.index #content .section > h2, body.index #content .section > a > h2,
body.index #content .section > span > h2 {
border-bottom: 1px solid #e6e6e6;
color: #bfbfbf;
font-weight: normal;
@@ -2947,10 +2942,10 @@
line-height: 18px;
padding-left: 4px;
}
-body.index #content .section > .field, body.advanced #content .section >
.field {
+body.index #content .section > .field {
overflow: hidden;
}
-body.index #content .section > .field > h3, body.advanced #content .section >
.field > h3 {
+body.index #content .section > .field > h3 {
float: left;
font-size: inherit;
padding: 2px 1%;
@@ -2964,18 +2959,21 @@
border-right: 1px solid #e6e6e6;
line-height: 20px;
}
-body.index #content .section > .field > div, body.advanced #content .section >
.field > div {
+body.index #content .section > .field > div {
margin-left: 30%;
padding: 2px 4px;
line-height: 20px;
}
-body.index #content .section > .field > div h3, body.advanced #content
.section > .field > div h3 {
+body.index #content .section > .field > div h3 {
font-size: inherit;
line-height: 18px;
margin-left: -4px;
margin-right: -4px;
padding-left: 4px;
}
+body.advanced #content .section .section {
+ margin-top: 18px;
+}
/*
* Message boxes
* Based in [email protected]
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.