From: Dan Scott Date: Mon, 12 Dec 2011 05:44:34 +0000 (-0500) Subject: TPAC: Remove more inline styles from results table X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=910dd43e3e5edec11f6ebac363dfec42c56a96b4;p=evergreen%2Fmasslnc.git TPAC: Remove more inline styles from results table Most of the inline styles are gone from the results table. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index ce786fd3a3..a8a277efe0 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -50,7 +50,7 @@ href="[% mkurl(ctx.opac_root _ '/record/' _ rec.id) %]" class='search_link'>[% attrs.title | html %] -
+
-
- - - | - | - - - -
@@ -197,16 +186,16 @@ -
-
+
+
[% l('Place Hold') %] + alt=""/>[% l('Place Hold') %]
-
+
[% operation = ctx.mylist.grep(rec.id).size ? "delete" : "add"; label = (operation == "add") ? l("Add to my list") : l("Remove from my list"); @@ -219,13 +208,13 @@
[% IF ENV.OILS_CONTENT_CAFE_USER %] -
+ [% END %] diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index cf1bcd210a..27eb9d8b97 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -407,6 +407,16 @@ div.format_icon { padding-right: 50px; } +.result_util { + border-bottom: 1px dotted #ccc; + padding-top: 6px; +} + +.results_reviews { + position: relative; + top: -5px; +} + #rdetail_copies { padding-top: 1.5em; } @@ -715,8 +725,20 @@ tr.result_table_row td.result_table_row { padding-top: 1em; } +div.result_table_utils_cont { + width: 250px; + text-align:left; +} +div.result_table_utils { + float: right; +} +div.result_place_hold { + position: relative; + top: -3px; + left:3px; +} .icon_text { text-transform:capitalize; @@ -1266,10 +1288,6 @@ table.bookbag-specific { .save-notes { padding-bottom: 1.5ex; } /* Moved from semiauto.css */ -.opac-auto-011 { - border-bottom: 1px dotted #ccc; - padding-top: 6px; -} .adv_global_input_container { border-bottom: none; } .opac-auto-013 { border-bottom: none;