Lines 140-151
ul.biglinks-list li a.icon_koha {background-image:url('/intranet-tmpl/prog/img/i
Link Here
|
140 |
/* ==== PENDING - Start ==== */ |
140 |
/* ==== PENDING - Start ==== */ |
141 |
#area-pending { |
141 |
#area-pending { |
142 |
/* Block containing links to pending tags, comments and suggestions */ |
142 |
/* Block containing links to pending tags, comments and suggestions */ |
143 |
width: 100%; |
143 |
|
144 |
border: solid 1px #b9d8d9; |
144 |
} |
|
|
145 |
#suggestions_pending { |
146 |
/* Block containing links to pending tags, comments and suggestions */ |
147 |
width: 50%; |
148 |
width: 200px; |
149 |
height: 30px; |
150 |
border: solid 2px #b9d8d9; |
151 |
background-color: #F4F8F9; |
145 |
border-radius: 6px; |
152 |
border-radius: 6px; |
146 |
clear: left; |
153 |
clear: right; |
|
|
154 |
; |
147 |
} |
155 |
} |
148 |
|
|
|
149 |
.pending-info { |
156 |
.pending-info { |
150 |
/* For the div containing a "pending" link (useful to preserve width of area-pending box width) */ |
157 |
/* For the div containing a "pending" link (useful to preserve width of area-pending box width) */ |
151 |
margin-top: 2px; |
158 |
margin-top: 2px; |
Lines 155-162
ul.biglinks-list li a.icon_koha {background-image:url('/intranet-tmpl/prog/img/i
Link Here
|
155 |
|
162 |
|
156 |
.pending-number-link { |
163 |
.pending-number-link { |
157 |
/* Style for the "pending" links : the number of pending items appear bigger */ |
164 |
/* Style for the "pending" links : the number of pending items appear bigger */ |
158 |
font-weight: bold; |
165 |
font-weight: italic; |
159 |
font-size: 1.1em; |
166 |
font-size: 1.5em; |
160 |
} |
167 |
} |
161 |
/* ==== PENDING - End ==== */ |
168 |
/* ==== PENDING - End ==== */ |
162 |
|
169 |
|
163 |
- |
|
|