tweak tweak
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 9 Apr 2009 02:14:54 +0000 (02:14 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 9 Apr 2009 02:14:54 +0000 (02:14 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@316 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/static/main.css
conifer/templates/master.xhtml
conifer/templates/search_results.xhtml

index 611ce16..30b563f 100644 (file)
@@ -85,7 +85,7 @@ min-height: 300px;
 
 #brandheader { background-color: white; padding: 8px; }
 
-#header a { color: #fff; font-weight: bold;  padding: 6px 12px 11px 12px; }
+#header a { color: #fff; font-weight: bold;  padding: 10px 12px 10px 12px; }
 #header a.loginbutton { background-color: #a44; }
 #header a:hover { background-color: #fb7; color: black; text-decoration: none; }
 
@@ -104,7 +104,7 @@ tbody td, tbody th { vertical-align: top; }
 h1 { font-size: 150%; font-weight: bold; }
 h2 { font-size: 125%; font-weight: bold; }
 h3 { font-size: 120%; font-weight: bold; }
-p { margin: 12px 0px; }
+p { margin: 24px 0px; }
 h1 { color: navy; margin: 36px 0 18px 0; }
 h2 { color: #336; margin: 24px 0 12px 0; }
 h3, h4 { color: darkgreen; }
@@ -131,14 +131,14 @@ a:hover {  text-decoration: underline;  }
 */
 
 .pagination_controls {
-    text-align: center;
+    text-align: center; margin: 12px 0;
 }
 
 .pagination_controls .nums {
-    padding: 0 24px; 
+    padding: 0 12px; 
 }
 
-.pagetable td { border: #ddd 1px solid; padding: 4px 8px; }
+.pagetable td { border: #ddd 1px solid; padding: 8px; }
 .pagetable .odd {
     background-color: #F8F8F8;
 }
@@ -247,10 +247,14 @@ li.item_HEADING  .headingmainline a.mainlink:hover {
   text-align: left;
 }
 
+table.topheading { width: 100%; }
 .topheading th {
     background-color: #ddf;
 }
 
+.topheading th, .topheading td {
+padding: 8px;
+}
 
 p.todo, div.todo { background-color: #fdd; padding: 6px; margin: 12px; border-left: #d99 6px solid; }
 
index b65dc24..e451560 100644 (file)
@@ -47,11 +47,11 @@ import os
        <a href="${ROOT}/accounts/logout">Log Out</a>
        &bull; <a href="${ROOT}/prefs/">Preferences</a>
       </div>
-      <span py:if="not user.is_authenticated()">
+      <div id="welcome" py:if="not user.is_authenticated()">
        <strong style="padding-right: 18px;">Welcome!</strong>
        <a class="loginbutton" href="${ROOT}/accounts/login/">Log In</a>
        &bull; <a href="${ROOT}/prefs/}">Preferences</a>
-      </span>
+      </div>
     </div>
       <xi:include py:if="user.is_authenticated()" href="tabbar.xhtml"/>
       <xi:include py:if="not user.is_authenticated()" href="tabbar_anonymous.xhtml"/>
index fc195a2..d64dd0c 100644 (file)
@@ -49,13 +49,13 @@ courses = course_list
         <!-- courses -->
         <td py:if="courses" valign="top" class="topbox">
         <table class="topheading">
-        <tr>
-        <th align="left">Course</th>
-        </tr>
-        <tr py:for="course in courses">
-            <!-- will highlight this, probably pull in dept info -->
-            <td><a href="../course/${course.id}/">${course.title}</a></td>
-        </tr>
+         <tr>
+           <th align="left">Course</th>
+         </tr>
+         <tr py:for="course in courses">
+           <!-- will highlight this, probably pull in dept info -->
+           <td><a href="../course/${course.id}/">${course.title}</a></td>
+         </tr>
         <tr py:if="course_len > count">
         <td></td>
         <!-- will tap into open list here -->