forked from extern/egroupware
6cf9017c26
change @import....
179 lines
3.1 KiB
Plaintext
Executable File
179 lines
3.1 KiB
Plaintext
Executable File
/**
|
|
* EGroupware - CSS Styles used by old eTemplate widgets
|
|
*
|
|
* @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>
|
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
* @package etemplate
|
|
* @version $Id$
|
|
*/
|
|
|
|
|
|
@import (reference) "../../../pixelegg/less/definitions.less";
|
|
|
|
|
|
|
|
.redItalic, .message {
|
|
color: red;
|
|
font-style: italic;
|
|
}
|
|
.gray {
|
|
color: gray;
|
|
}
|
|
.leftPad5 {
|
|
padding-left: 5px;
|
|
}
|
|
.inputFullWidth input {
|
|
width: 100%;
|
|
}
|
|
.selectboxFullWidth select {
|
|
width: 100%;
|
|
}
|
|
.inputRequired input, .inputRequired select, .inputRequired textarea {
|
|
background-color: #FFFFD0;
|
|
border: 1px solid gray;
|
|
}
|
|
.clickWidgetToEdit {
|
|
cursor: pointer;
|
|
display: inline;
|
|
}
|
|
.clickWidgetToEdit:hover {
|
|
background-color: pink;
|
|
}
|
|
.activ_sortcolumn {
|
|
font-weight: bold;
|
|
}
|
|
.inactiv_sortcolumn {
|
|
font-weight: normal;
|
|
}
|
|
.selectcols {
|
|
position: relative;
|
|
}
|
|
.colselection {
|
|
background-color: white;
|
|
display: none;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 16px;
|
|
z-index: 1;
|
|
}
|
|
|
|
// Tabelle
|
|
// Tabs
|
|
|
|
.etemplate_tab row_on,
|
|
td.etemplate_tab_active:focus {
|
|
/*.background-color-50-gray;*/
|
|
border-width: 0 0 3px 0;
|
|
border-style: solid;
|
|
border-spacing: 0px;
|
|
/*border-color: @active_button_border_bottom;*/
|
|
/*.color-5-gray;*/
|
|
|
|
|
|
|
|
|
|
}
|
|
// Inhalte der Tabs
|
|
.nextmatch_header {
|
|
|
|
}
|
|
.nextmatch_header select {
|
|
width: 140px;
|
|
}
|
|
.nm_num_rows select {
|
|
width: 40px;
|
|
}
|
|
.vfsMode {
|
|
font-family: monospace;
|
|
font-weight: bold;
|
|
}
|
|
.vfsMimeIcon img {
|
|
max-height: 16px;
|
|
max-width: 16px;
|
|
}
|
|
.vfsFilename {
|
|
white-space: nowrap;
|
|
}
|
|
.vfsIsLink img {
|
|
background-image: url("images/link.png");
|
|
background-position: right bottom;
|
|
background-repeat: no-repeat;
|
|
padding-right: 8px;
|
|
}
|
|
.vfsIsLink img:after {
|
|
content: url("../../../filemanager/templates/default/images/link.png");
|
|
}
|
|
.vfsIsBrokenLink img {
|
|
background-image: url("images/link_broken.png");
|
|
background-position: right bottom;
|
|
background-repeat: no-repeat;
|
|
padding-right: 8px;
|
|
}
|
|
.cf_header_height_limit {
|
|
max-height: 6.75em;
|
|
overflow: auto;
|
|
padding-right: 15px;
|
|
}
|
|
.eTdate {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/**
|
|
* Limit size of icons in old eTemplate apps to 16px of idots
|
|
*/
|
|
a[onclick] > img {
|
|
width: 16px;
|
|
}
|
|
|
|
button.et2_button {
|
|
height: 24px;
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
* SEARCH / Suchen
|
|
*/
|
|
|
|
// Result
|
|
div.app_box {
|
|
|
|
display: inline;
|
|
float: left;
|
|
min-height: 30em;
|
|
margin: 0.3em;
|
|
background-color: #FFF;
|
|
|
|
div {display: inline; margin: 0.3em;}
|
|
}
|
|
|
|
// Single APP
|
|
table.app_header {
|
|
background-color: #FFF;
|
|
margin: 1em;
|
|
/*border: 19px solid white;*/
|
|
|
|
tr {height: 1em;
|
|
|
|
td {height: 1em;}
|
|
|
|
}
|
|
|
|
td.app_icon {
|
|
|
|
img {.dimension_width_height_m;}
|
|
|
|
}
|
|
}
|
|
|
|
|
|
div.more_link {
|
|
color: #003075;
|
|
padding: 0.3em;
|
|
background-color: @egw_color_1_a;
|
|
} |