-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyles.css
24 lines (22 loc) · 1.31 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
* *************************************************************************
* * OOHOO - Course Search **
* *************************************************************************
* @package block **
* @subpackage coursesearch **
* @name Course Search **
* @copyright oohoo.biz **
* @link http://oohoo.biz **
* @author Patrick Thibaudeau **
* @author Nicolas Bretin **
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
* *************************************************************************
* ************************************************************************ */
.block_course_search .searchform {text-align: center;}
.block_course_search .searchform img {vertical-align: middle;}
.block_course_search .searchform img.resize {width: 1em;height: 1.1em;}
.block_course_search .invisiblefieldset {display: block;}
.block_course_search_result_list
{
list-style-type: none;
}