Just a small Koha submit button


/ Published in: CSS
Save to your folder(s)

Some demo CSS for Koha


Copy this code and paste it in your HTML
  1. #searchsubmit {
  2. width: auto;
  3. padding: 7px 10px;
  4. border: 0;
  5. font-size: 1.2em;
  6. -moz-border-radius: 5px;
  7. -webkit-border-radius: 5px;
  8. }
  9.  
  10. #transl1 {
  11. padding: 5px 10px;
  12. }
  13.  
  14. #masthead_search {
  15. font-size: 1.2em;
  16. padding: 6px;
  17.  
  18. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.