1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00

фикс поиска

This commit is contained in:
Denis Shakhov 2011-08-24 14:43:54 +00:00
parent 7ed0263b8c
commit 9e21e465de

View file

@ -74,7 +74,7 @@
/* Search */
#nav .search { position: absolute; bottom: 25px; right: 20px; }
#nav .search .text { width: 200px; border: 1px solid #ccc; border-radius: 13px; padding: 4px 13px; color: #777; box-shadow: 0 2px 2px #eee inset; }
#nav .search .text { width: 165px; border: 1px solid #ccc; border-radius: 13px; padding: 4px 35px 4px 13px; color: #777; box-shadow: 0 2px 2px #eee inset; }
#nav .search .button { width: 18px; height: 18px; position: absolute; top: 4px; right: 3px; border: none; background: url(../images/search.png) no-repeat; cursor: pointer; }
/* Search */