// Modal
body.modal {
padding-top: 0;
}
// Thumbnails
.thumbnail.pull-left {
margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
margin: 0 0 10px 10px;
}
body.modal {
.manager {
.height-50 .icon-folder-2 {
font-size: 30px;
height: 35px;
width: 35px;
line-height: 35px;
}
&.thumbnails {
.small {
font-size: 12px;
}
}
}
}
// Accordian
.accordion-body.in:hover {
overflow: visible;
}
// Tooltips
.tip-wrap {
max-width: 200px;
padding: 3px 8px;
text-align: center;
text-decoration: none;
border-radius: $core-border-radius;
z-index: 100;
}
.tooltip {
max-width: 400px;
}
.tooltip-inner {
max-width: none;
text-align: left;
text-shadow: none;
}
th .tooltip-inner {
font-weight: normal;
}
.tooltip.hasimage {
opacity: 1;
}
.tip-text {
text-align: left;
}
// Joomla Extras
#helpsite-refresh {
vertical-align: top;
}
#pop-print {
float: right;
margin: 10px;
}
#filter-search {
vertical-align: top;
}
.editor {
overflow: hidden;
position: relative;
}
.search span.highlight {
font-weight: bold;
padding: 1px 4px;
}
// Images
.img-rounded {
border-radius: $core-border-radius;
}
.img-polaroid {
padding: 4px;
}
// System Messages and Alerts
.alert {
border-radius: $core-border-radius;
padding: $content-padding;
margin-bottom: $leading-margin;
text-shadow: none;
}
// Icomoon Resets
.add-on {
[class^="icon-"], [class*=" icon-"] {
height: auto;
line-height: $core-line-height;
margin-right: auto;
}
}
[class^="icon-"], [class*=" icon-"] {
margin-right: .25em;
line-height: 14px;
}
// Article Images
.pull-right {
&.item-image {
margin: 0 0 $leading-margin $leading-margin;
}
}
.pull-left {
&.item-image {
margin: 0 $leading-margin $leading-margin 0;
}
}
#imageForm, #uploadForm {
button {
&:hover {
border-color: inherit;
}
}
}
// Calendar
.calendar {
.title {
border: none;
}
thead {
.name {
padding: 2px;
}
.button {
color: #000 !important;
font-weight: normal;
border: 1px solid transparent;
display: table-cell;
background: inherit;
}
.hilite {
border-radius: 0;
padding: 2px;
}
}
}
// Size Classes
.width-10 {
width: 10px;
}
.width-20 {
width: 20px;
}
.width-30 {
width: 30px;
}
.width-40 {
width: 40px;
}
.width-50 {
width: 50px;
}
.width-60 {
width: 60px;
}
.width-70 {
width: 70px;
}
.width-80 {
width: 80px;
}
.width-90 {
width: 90px;
}
.width-100 {
width: 100px;
}
.height-10 {
height: 10px;
}
.height-20 {
height: 20px;
}
.height-30 {
height: 30px;
}
.height-40 {
height: 40px;
}
.height-50 {
height: 50px;
}
.height-60 {
height: 60px;
}
.height-70 {
height: 70px;
}
.height-80 {
height: 80px;
}
.height-90 {
height: 90px;
}
.height-100 {
height: 100px;
}
// Modals
.view-mailto, .print-mode {
.formelm {
label {
display: block;
}
}
}
.contentpane.modal {
padding: $leading-margin;
}
// Third Party Resets
// RokSprocket
.sprocket-strips.loading .sprocket-strips-overlay {
box-sizing: content-box;
}