Project

General

Profile

1
/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
2

    
3
/*
4
 * Joomla 3.0 specific
5
 */
6

    
7
/* Resets (Bootstrap) */
8
.tabs-box input[type="radio"],
9
.tabs-box input[type="checkbox"] { vertical-align: baseline; }
10

    
11
.tabs-box ul.content input[type='text'],
12
.tabs-box ul.content input[type='password'],
13
.tabs-box ul.content select {
14
	height: auto;
15
	line-height: inherit;
16
}
    (1-1/1)