forked from extern/egroupware
87 lines
2.5 KiB
CSS
87 lines
2.5 KiB
CSS
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
*
|
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
|
* Pixleegg Template app.css
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
* @package infolog
|
|
* @version $Id$
|
|
*/
|
|
span#favorite_sidebox_infolog .sidebox-favorites favorites li a div.ui-icon-heart {
|
|
background-image: none;
|
|
}
|
|
#infolog-index {
|
|
height: auto !important;
|
|
}
|
|
#infolog-index table.et2_grid {
|
|
border-top: 0px;
|
|
}
|
|
#infolog-index #infolog-index_nm {
|
|
min-height: 900px;
|
|
}
|
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right,
|
|
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right {
|
|
padding: 0 0em;
|
|
margin-right: 0em;
|
|
}
|
|
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu {
|
|
border-color: #bfbfbf;
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
}
|
|
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu li a {
|
|
height: 40px;
|
|
border: none;
|
|
}
|
|
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu li a img {
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu li a:hover {
|
|
background: none;
|
|
text-indent: -22px;
|
|
margin-left: 21px;
|
|
height: 40px;
|
|
}
|
|
#infolog-index #infolog-index_nm .nextmatch_header div.filters {
|
|
padding: 0 0 0 1em;
|
|
background-color: #f0f0f0;
|
|
margin-bottom: 3px;
|
|
margin: 0em;
|
|
border-width: 0 0 1px 0;
|
|
border-color: #d9d9d9;
|
|
background-image: none;
|
|
}
|
|
#infolog-index #infolog-index_nm .nextmatch_header div.filters select#infolog-index_cat_id {
|
|
margin-left: 1em;
|
|
}
|
|
#infolog-index #infolog-index_nm .frame {
|
|
min-height: 500px;
|
|
height: 500px;
|
|
}
|
|
#infolog-index #infolog-index_nm .egwGridView_scrollarea {
|
|
height: auto;
|
|
}
|
|
#infolog-index #infolog-index_nm .egwGridView_scrollarea table.egwGridView_grid img[src] {
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
#infolog-edit {
|
|
width: 800px;
|
|
padding: 5px;
|
|
}
|
|
#infolog-edit input {
|
|
max-width: 300px;
|
|
}
|
|
#infolog-edit .et2_tabheader {
|
|
background: transparent;
|
|
}
|
|
#infolog-edit table.egwGridView_outer {
|
|
max-width: 100%;
|
|
}
|
|
#infolog-edit #infolog-edit_history {
|
|
max-width: 785px;
|
|
}
|