2007-03-09 12:25:08 +01:00
|
|
|
/**
|
2013-11-11 20:10:28 +01:00
|
|
|
* EGroupware - CSS Styles used by old eTemplate widgets
|
2007-03-09 12:25:08 +01:00
|
|
|
*
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @author Ralf Becker <RalfBecker@outdoor-training.de>
|
2013-11-11 20:10:28 +01:00
|
|
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
|
|
* @package etemplate
|
2007-03-09 12:25:08 +01:00
|
|
|
* @version $Id$
|
|
|
|
*/
|
2013-11-11 20:10:28 +01:00
|
|
|
.redItalic,
|
|
|
|
.message {
|
|
|
|
color: red;
|
|
|
|
font-style: italic;
|
2007-03-09 12:25:08 +01:00
|
|
|
}
|
2009-03-19 21:12:35 +01:00
|
|
|
.gray {
|
2013-11-11 20:10:28 +01:00
|
|
|
color: gray;
|
2007-03-09 12:25:08 +01:00
|
|
|
}
|
2007-12-09 09:11:55 +01:00
|
|
|
.leftPad5 {
|
2013-11-11 20:10:28 +01:00
|
|
|
padding-left: 5px;
|
2007-12-09 09:11:55 +01:00
|
|
|
}
|
2009-05-17 13:41:58 +02:00
|
|
|
.inputFullWidth input {
|
2013-11-11 20:10:28 +01:00
|
|
|
width: 100%;
|
2009-05-17 13:41:58 +02:00
|
|
|
}
|
2013-11-11 20:10:28 +01:00
|
|
|
.selectboxFullWidth select {
|
|
|
|
width: 100%;
|
2012-05-22 19:39:28 +02:00
|
|
|
}
|
2013-11-11 20:10:28 +01:00
|
|
|
.inputRequired input,
|
|
|
|
.inputRequired select,
|
|
|
|
.inputRequired textarea {
|
|
|
|
background-color: #FFFFD0;
|
|
|
|
border: 1px solid gray;
|
2007-12-09 09:11:55 +01:00
|
|
|
}
|
2009-03-19 21:12:35 +01:00
|
|
|
.clickWidgetToEdit {
|
2013-11-11 20:10:28 +01:00
|
|
|
cursor: pointer;
|
|
|
|
display: inline;
|
2007-03-09 12:25:08 +01:00
|
|
|
}
|
2009-03-19 21:12:35 +01:00
|
|
|
.clickWidgetToEdit:hover {
|
2013-11-11 20:10:28 +01:00
|
|
|
background-color: pink;
|
2007-03-09 12:25:08 +01:00
|
|
|
}
|
2009-03-19 21:12:35 +01:00
|
|
|
.activ_sortcolumn {
|
2013-11-11 20:10:28 +01:00
|
|
|
font-weight: bold;
|
2007-03-09 12:25:08 +01:00
|
|
|
}
|
2009-03-19 21:12:35 +01:00
|
|
|
.inactiv_sortcolumn {
|
2013-11-11 20:10:28 +01:00
|
|
|
font-weight: normal;
|
2007-03-09 12:25:08 +01:00
|
|
|
}
|
2007-03-07 13:30:17 +01:00
|
|
|
.selectcols {
|
2013-11-11 20:10:28 +01:00
|
|
|
position: relative;
|
2007-03-07 13:30:17 +01:00
|
|
|
}
|
|
|
|
.colselection {
|
2013-11-11 20:10:28 +01:00
|
|
|
background-color: white;
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 16px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
table.TabHeader {
|
|
|
|
background-color: #d9d9d9;
|
2007-03-09 12:25:08 +01:00
|
|
|
}
|
2013-11-12 18:24:19 +01:00
|
|
|
/*
|
|
|
|
* Styles for the tab widget
|
|
|
|
*/
|
|
|
|
.etemplate_tab,
|
2009-03-19 21:12:35 +01:00
|
|
|
.etemplate_tab_active {
|
2013-11-12 18:24:19 +01:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px 1px 0px;
|
|
|
|
border-color: black;
|
|
|
|
padding: 3px;
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
width: 60px;
|
2013-11-11 20:10:28 +01:00
|
|
|
white-space: nowrap;
|
2013-11-12 18:24:19 +01:00
|
|
|
}
|
|
|
|
.etemplate_tab {
|
2013-11-11 20:10:28 +01:00
|
|
|
cursor: pointer;
|
2013-11-12 18:24:19 +01:00
|
|
|
background-color: #E8F0F0;
|
2013-11-11 20:10:28 +01:00
|
|
|
}
|
2013-11-12 18:24:19 +01:00
|
|
|
.etemplate_tab_active {
|
|
|
|
border-width: 2px 2px 0px;
|
|
|
|
background-color: #D3DCE3;
|
2007-03-09 12:25:08 +01:00
|
|
|
}
|
2009-03-19 21:12:35 +01:00
|
|
|
.tab_body {
|
2013-11-12 18:24:19 +01:00
|
|
|
border: black solid 2px;
|
2007-05-25 20:15:55 +02:00
|
|
|
}
|
2009-03-19 21:12:35 +01:00
|
|
|
.nextmatch_header {
|
2013-11-11 20:10:28 +01:00
|
|
|
border: 1px solid black;
|
2007-05-25 20:15:55 +02:00
|
|
|
}
|
|
|
|
.nextmatch_header select {
|
2013-11-11 20:10:28 +01:00
|
|
|
width: 140px;
|
2007-05-25 20:15:55 +02:00
|
|
|
}
|
|
|
|
.nm_num_rows select {
|
2013-11-11 20:10:28 +01:00
|
|
|
width: 40px;
|
2008-05-29 21:50:15 +02:00
|
|
|
}
|
2008-10-06 19:43:42 +02:00
|
|
|
.vfsMode {
|
2013-11-11 20:10:28 +01:00
|
|
|
font-family: monospace;
|
|
|
|
font-weight: bold;
|
2008-10-06 19:43:42 +02:00
|
|
|
}
|
|
|
|
.vfsMimeIcon img {
|
2013-11-11 20:10:28 +01:00
|
|
|
max-height: 16px;
|
|
|
|
max-width: 16px;
|
2008-10-07 07:33:27 +02:00
|
|
|
}
|
|
|
|
.vfsFilename {
|
2013-11-11 20:10:28 +01:00
|
|
|
white-space: nowrap;
|
2009-03-19 21:12:35 +01:00
|
|
|
}
|
|
|
|
.vfsIsLink img {
|
2013-11-11 20:10:28 +01:00
|
|
|
background-image: url("images/link.png");
|
|
|
|
background-position: right bottom;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-right: 8px;
|
2009-03-19 21:12:35 +01:00
|
|
|
}
|
|
|
|
.vfsIsLink img:after {
|
2013-11-11 20:10:28 +01:00
|
|
|
content: url("../../../filemanager/templates/default/images/link.png");
|
2009-03-19 21:12:35 +01:00
|
|
|
}
|
|
|
|
.vfsIsBrokenLink img {
|
2013-11-11 20:10:28 +01:00
|
|
|
background-image: url("images/link_broken.png");
|
|
|
|
background-position: right bottom;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-right: 8px;
|
2009-03-19 21:12:35 +01:00
|
|
|
}
|
2009-06-30 20:21:15 +02:00
|
|
|
.cf_header_height_limit {
|
2013-11-11 20:10:28 +01:00
|
|
|
max-height: 6.75em;
|
|
|
|
overflow: auto;
|
|
|
|
padding-right: 15px;
|
2010-12-30 20:54:43 +01:00
|
|
|
}
|
2012-02-23 14:39:24 +01:00
|
|
|
.eTdate {
|
2013-11-11 20:10:28 +01:00
|
|
|
white-space: nowrap;
|
2012-02-23 14:39:24 +01:00
|
|
|
}
|