From c5a92275c467f462a1cc2ea963d833ea8ab54d5c Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Thu, 27 Apr 2017 11:43:55 -0400 Subject: [PATCH] LP#1681009 Merge the RTL style with the LTR style (part2) Finishing up the rest of the file and removing the RTL specific one Signed-off-by: Ben Shum Signed-off-by: Dan Scott Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/opac/css/style.css.tt2 | 124 +------------------------- 1 file changed, 3 insertions(+), 121 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index aade957dc9..8e49b22d43 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -2697,136 +2697,17 @@ a.preflib_change { } #acct_tabs a, #acct_fines_tabs a { [% IF rtl == 't' -%] + -moz-border-radius: 6px 0px 0px 6px; border-radius: 6px 0px 0px 6px; margin: 0px 0px 0px 5px; [% ELSE -%] + -moz-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px; margin: 0px 5px 0px 0px; [% END -%] padding: 2px 4px 3px 4px; font-size: [% css_fonts.size_base %]; } - .bookbag-controls-title-block { - [% IF rtl == 't' -%] - clear:right; - [% ELSE -%] - clear:left; - [% END -%] - width:90%; - } - .bookbag-controls-button-block { - [% IF rtl == 't' -%] - clear:right; - [% ELSE -%] - clear:left; - [% END -%] - width;90%; - } - .bookbag-specific { - [% IF rtl == 't' -%] - margin-right: 0px; - [% ELSE -%] - margin-left: 0px; - [% END -%] - } - .bookbag-specific div.sort { - [% IF rtl == 't' -%] - float: right; - text-align: right; - [% ELSE -%] - float: left; - text-align: left; - [% END -%] - width: 95%; - margin: 5px 0px 5px 0px; - border: 1px solid [% css_colors.accent_light %]; - padding:5px; - } - .bookbag-specific div.meta { - [% IF rtl == 't' -%] - float: right; - margin-right:0px; - text-align: right; - [% ELSE -%] - float: left; - margin-left:0px; - text-align: left; - [% END -%] - width: 95%; - margin-bottom:5px; - padding:5px; - } - #bbag-edit-name { - [% IF rtl == 't' -%] - float: right; - [% ELSE -%] - float: left; - [% END -%] - width: 220px; - } - #bbag-edit-description { - width: 220px; - margin-top:5px; - } - .bbag-content { - padding:5px; - border:1px solid [% css_colors.accent_light %]; - } - .bbag-action { - [% IF rtl == 't' -%] - margin-right:0px; - [% ELSE -%] - margin-left:0px; - [% END -%] - margin-bottom:5px; - } - .bbag-action-field { - width:230px; - } - .bookbag-specific div.sort select { - width:180px; - } - .bookbag-specific tr { - display: block; - border-bottom: 1px solid [% css_colors.border_standard %]; - } - .bookbag-specific td.list_checkbox { - [% IF rtl == 't' -%] - padding-right: 0px !important; - [% ELSE -%] - padding-left: 0px !important; - [% END -%] - } - .bookbag-specific td.list_entry { - display: inline-block; - min-width: 5em; - [% IF rtl == 't' -%] - padding-right: 40% !important; - [% ELSE -%] - padding-left: 40% !important; - [% END -%] - } - .bookbag-specific td.list_entry:before { - content: attr(data-label); - position: absolute; - [% IF rtl == 't' -%] - right: 10px; - [% ELSE -%] - left: 10px; - [% END -%] - } - .bbag-navigate-list { - display: none; - } - .bbag-navigate-list-pages { - [% IF rtl == 't' -%] - text-align:left; - float:left; - [% ELSE -%] - text-align:right; - float:right; - [% END -%] - } #dash_wrapper div { background-color: transparent; padding: 0px; @@ -3059,6 +2940,7 @@ a.preflib_change { font-size: [% css_fonts.size_small %]; margin: 2px 2px 0px 2px; padding: 2px 2px 5px 2px; + -moz-border-radius: 10px 0px 0px 0px; [% IF rtl == 't' -%] border-radius: 7px 0px 0px 7px; [% ELSE -%] -- 2.11.0