LP#1681009 Merge the RTL style with the LTR style (part2)
authorBen Shum <ben@evergreener.net>
Thu, 27 Apr 2017 15:43:55 +0000 (11:43 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 17 Sep 2017 18:38:19 +0000 (14:38 -0400)
Finishing up the rest of the file and removing the RTL specific one

Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/css/style.css.tt2

index aade957..8e49b22 100644 (file)
@@ -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 -%]