1/**
2 * EGroupware: CSS with less preprocessor
3 *
4 * PREFERENCES
5 *
6 * Please do NOT change app.css directly, instead change app.less and compile it!
7 *
8 * @link http://www.egroupware.org
9 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
10 * @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
11 * @package preferences
12 * @version $Id$
13 */
14
15@import (reference) "../../../pixelegg/less/def_buttons.less";
16@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
17@import (less) "../default/app.css";
18.prefHelp {
19	width: 100%;
20    height: 60px;
21    bottom: 0;
22	top: auto;
23    position: fixed;
24}
25table.prefTable {
26	width: 100%;
27}
28td.prefName {
29	width: 50%;
30}
31tr.prefRow > td {
32	vertical-align: bottom;	/* otherwise help will cover bigger prefValue */
33	textarea.prefValue {height:90px !important;}
34}
35div#preferences-settings_tabs {
36    margin-bottom: 65px;
37}
38/* tablets and smartphones  */
39@media all {
40	body {
41		.popupMainDiv {
42			.et2_button_text.plus_button, .et2_button_with_image.plus_button {
43				background-color: #0c5da5 !important;
44				height: 60px !important;
45				background-position: center !important;
46			}
47		}
48	}
49}