|
Lines 37-42
Link Here
|
| 37 |
#col1, #col2 { width:45%; float:left; } |
37 |
#col1, #col2 { width:45%; float:left; } |
| 38 |
#col1 ins, #col2 del { display: none; } |
38 |
#col1 ins, #col2 del { display: none; } |
| 39 |
.show_sql { font-family: monospace; } |
39 |
.show_sql { font-family: monospace; } |
|
|
40 |
.send_to_item_mod { |
| 41 |
background-color: #EBF3FF; |
| 42 |
border: 1px solid #88b0e8; |
| 43 |
border-radius: 5px; |
| 44 |
display: inline-block; |
| 45 |
font-size: 75%; |
| 46 |
margin: 3px 5px; |
| 47 |
padding: 3px 5px; |
| 48 |
white-space: nowrap; |
| 49 |
} |
| 40 |
</style> |
50 |
</style> |
| 41 |
[% IF ( saved1 ) %] |
51 |
[% IF ( saved1 ) %] |
| 42 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" /> |
52 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" /> |
| 43 |
- |
|
|