Index: trunk/tools/wp-photocommons/css/search.css |
— | — | @@ -1,3 +1,7 @@ |
2 | 2 | #wp-photocommons-images img:hover { |
3 | 3 | cursor: pointer; |
| 4 | +} |
| 5 | + |
| 6 | +#wp-photocommons-search { |
| 7 | + width: 500px; |
4 | 8 | } |
\ No newline at end of file |
Index: trunk/tools/wp-photocommons/inc/class-photocommons.php |
— | — | @@ -75,7 +75,7 @@ |
76 | 76 | // Register our own styles and enqueue |
77 | 77 | wp_register_style('jquid_jquery_blog_stylesheet', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/redmond/jquery-ui.css'); |
78 | 78 | wp_register_style('suggestions', self::PLUGIN_PATH . "css/jquery.suggestions.css"); |
79 | | - wp_register_style('suggestions', self::PLUGIN_PATH . "css/style.css"); |
| 79 | + wp_register_style('search', self::PLUGIN_PATH . "css/search.css"); |
80 | 80 | |
81 | 81 | wp_enqueue_style('jquid_jquery_blog_stylesheet'); |
82 | 82 | wp_enqueue_style('suggestions'); |
Index: trunk/tools/wp-photocommons/search.php |
— | — | @@ -16,6 +16,7 @@ |
17 | 17 | <body> |
18 | 18 | <?php endif; ?> |
19 | 19 | |
| 20 | + <label for="wp-photoommons-search">Zoek:</label> |
20 | 21 | <input type="search" id="wp-photocommons-search" /> |
21 | 22 | |
22 | 23 | <ul id="wp-photocommons-results"></ul> |