Fix for Bug 7124 - back to search wrapping in lower resolutions
[koha_gimpoz] / koha-tmpl / opac-tmpl / prog / en / css / print.css
index cae7ac8..85df351 100644 (file)
@@ -105,7 +105,6 @@ td {
        background-color : #FFF;
        border-bottom : 1px solid #CCCCCC;
        border-right : 1px solid #CCCCCC;
-       font-size : 12px;
        padding : 5px 5px 5px 5px;
        vertical-align : top;
 }
@@ -114,7 +113,6 @@ td:last-child {
        background-color : #FFF;
        border-bottom : 1px solid #CCCCCC;
        border-right : 0px solid #CCCCCC;
-       font-size : 12px;
        padding : 5px 5px 5px 5px;
        vertical-align : top;
 }
@@ -123,7 +121,6 @@ th {
        background-color : #E9E9E9;
        border-bottom : 1px solid #CCCCCC;
        border-right : 1px solid #CCCCCC;
-       font-size : 14px;
        font-weight : bold;
        padding : 5px 5px 5px 5px;
 }
@@ -132,49 +129,53 @@ th:last-child {
        background-color : #E9E9E9;
        border-bottom : 1px solid #CCCCCC;
        border-right : 0px solid #CCCCCC;
-       font-size : 14px;
        font-weight : bold;
        padding : 5px 5px 5px 5px;
 }
 
-td.input, div.form td, div.details td {
-       border-bottom : 1px solid #CCCCCC;
-       border-left : 0px;
-       border-right : 0px;
-       color : #000000;
-       line-height : 1.5em;
-       padding : 4px;
-       text-align : left;
+tr.highlight {
+       background-color: #e9e9e9;
 }
 
-td.label, div.form th, div.details th {
-       background-color : #FFF;
-       border-bottom : 1px solid #CCCCCC;
-       border-left : 1px solid #CCCCCC;
-       border-right : 0px;
-       border-top : 0px;
-       color : #000088;
+body#basket tr.highlight {
+       background-color : transparent;
+}
+
+body#basket a {
        font-weight : bold;
-       line-height : 1.5em;
-       padding : 4px;
-       text-align : right;
-       vertical-align : top;
 }
 
-tr.highlight {
-       background-color: #CCCCCC;
+body#basket table {
+       border-top : 1px solid #EEE;
+       border-left : 1px solid #EEE;
+}
+body#basket td,
+body#basket th {
+       background-color : transparent;
+       padding : 2px;
 }
 
-.class {
-       font-weight : bold;
+body#basket th {
+       background-color : #EEE;
 }
 
-.cancel {
-       background-color : #993300;
-       color : #FFFFCC;
-       font-size : 12px;
-       font-weight : bold;
-       padding : 2px;
+body#basket th,
+body#basket th[scope=col] {
+       text-align : center;
+       vertical-align : middle;
+}
+
+body#basket th[scope=row] {
+       font-size : 89%;
+       text-align : right;
+       vertical-align : top;
+       width : 10%;
+}
+
+body#basket p {
+       font-size : 85%;
+       margin : .2em 0;
+       text-indent : .5em;
 }
 
 .error {
@@ -188,24 +189,24 @@ tr.highlight {
        display : inline;
 }
 
-.print {
+.screen {
        display : none;
 }
 
-.submit {
-       background-color : #669999;
-       color : #FFFFCC;
-       font-size : 12px;
-       font-weight : bold;
-       padding : 2px;
+#bookcover {
+       float:left;
+       margin:0pt;
+       padding:0pt;
 }
 
-#main {
-       background-color : #FFF;
-       border-left : 0px solid #CCCC99;
-       margin-left : 2%;
-       margin-right : 2%;
-       margin-top : 1%;
-       padding : 5px;
-       position : relative;
-}
\ No newline at end of file
+#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,div.yui-b,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft {
+       display : none;
+}
+div#yui-main div.yui-b {
+       display : block;
+}
+
+div#userupdate input,div#userupdate textarea {
+       display : inline;
+       border : 0;
+}