Skip to content
Snippets Groups Projects

Clean up Archived EclipseCon files

22 files
+ 0
2009
Compare changes
  • Side-by-side
  • Inline
Files
22
/*
* Copyright (c) 2018 Eclipse Foundation, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* Contributors:
* Christopher Guindon <chris.guindon@eclipse-foundation.org>
*
* SPDX-License-Identifier: EPL-2.0
*/
// Conference qtip styles (deprecated)
.qtip-link{
border-bottom:0;
padding:4px;
display:block;
float:left;
.info-icon:hover{
cursor:pointer;
}
.flag-session-schedule{
a{
background: @qtip-flag-session-schedule-image;
display: block;
height: 16px;
width: 16px;
margin-top:3px;
text-indent: -999em;
text-decoration: none;
}
a.unflag-action{
background: @qtip-unflag-action-image;
}
}
}
.ui-tooltip{
line-height: 19px !important;
// Bug 460666 - Difficult/impossible to add right-hand events in EclipseCon website
// Making the tooltip popup easier to do a mouse over
padding:10px;
margin-left:-10px;
box-shadow:none;
margin-top: 15px;
p{
line-height: 19px !important;
}
ul{
margin-top:10px;
}
.ui-tooltip-tip canvas{
display:none;
}
a{
font-weight:bold;
}
}
.ui-tooltip-red .ui-tooltip-titlebar{
background:darken(@white, 10%);
color:#000;
}
\ No newline at end of file
Loading