Bug 14610 - Add and update scripts
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / less / opac.less
index 0bd32b4..8fc5da4 100644 (file)
@@ -266,6 +266,14 @@ td {
             padding-left : 21px;
             text-decoration : none;
         }
+        &.article_request {
+            background-image : url("../images/sprite.png"); /* Place hold small */
+            background-position : -2px -26px;
+            background-repeat: no-repeat;
+            margin-right : 1em;
+            padding-left : 21px;
+            text-decoration : none;
+        }
         &.addtocart {
             background-image : url("../images/sprite.png"); /* Cart small */
             background-position : -5px -572px;
@@ -1338,6 +1346,7 @@ a.print-large,
 a.removeitems,
 a.removeitems.disabled,
 a.reserve,
+a.article_request,
 a.send,
 a.tag_add,
 a.removefromlist,
@@ -1466,6 +1475,11 @@ a.reserve {
     padding-left : 35px;
 }
 
+a.article_request {
+    background-position: 0px -24px; /* Place article request */
+    padding-left : 35px;
+}
+
 a.send {
     background-position : 2px -386px; /* Email */
     text-decoration : none;
@@ -2503,4 +2517,8 @@ a.reviewlink:visited {
     cursor: pointer;
 }
 
+.btn-danger {
+    color: white !important;
+}
+
 @import "responsive.less";