html { -webkit-tap-highlight-color: rgba(0,0,0,0); } /* Fix for mobile safari */ /* Clear Floated Elements */ .clear {clear:both;} .cleft {clear:left; margin-left: 0;} .group:after, .container:after { content: ""; display: table; clear: both;} .group, .container { zoom:1; } .fleft { float: left;} .fright { float: right;} .half { width: 50%;} .full { width: 100%;} .tal { @include ta(left);} .tac { @include ta(center);} .tar { @include ta(right);} .taj { @include ta(justify);} .null_list { margin: 0; padding: 0; list-style: none;} .info { dt, dd { float: left;} dt { font-weight: bold;} dd { margin-left: 15px;} } h3.underlined { padding-bottom: 8px; margin-bottom: 10px; border-bottom: 1px solid #ccc; } .btn, input[type="submit"] { @include button(#E96C00, #fff, 5px 15px, bold); font-size: 14px; line-height: normal; } a.btn, button.btn { padding-right: 40px; line-height: normal; &:after { content: " "; position: absolute; top: 5px; right: 12px; display: block; width: 18px; height: 18px; background: transparent url("../images/arr.png") 0 0 no-repeat; } } .btn.btn-sec { @include button(#0790C8, #fff, 5px 15px, bold); font-size: 14px; } a.btn.btn-sec, button.btn.btn-sec { padding-right: 40px; &:after { content: " "; position: absolute; top: 5px; right: 12px; display: block; width: 18px; height: 18px; background: transparent url("../images/arr-sec.png") 0 0 no-repeat; } } .btn.btn-del, .btn-cancel, #btnCancel, #meta-cancel { @include button(#949494, #fff, 5px 15px, bold); font-size: 14px; line-height: normal; &:after { display: none; } } .ibtn { @include button(#F5F5F5, #444, 4px 12px, bold);} /* buttons with icons at admin end */ .ibtn span { padding:2px 5px 2px 20px; background-repeat: no-repeat; background-position:0 1px;} .sbtn { font-size: 11px !important; font-weight: bold; text-transform: uppercase; padding: 2px 5px 0; @include radius(3px); } .circle { display: inline-block; width: 22px; height: 22px; @include radiusNative(11px); background-color: $blue; text-align: center; margin-right: 5px; i { line-height: 22px;} } .mod-no-borderradius .circle { background: transparent url("../images/circle.png") 0 0 no-repeat; } input.ir, input.ir:hover { font-size: 0; line-height: 0; border: none; border-radius: 0; padding: 0; margin: 0; box-shadow: none; text-shadow:none; @include override_gradient_vertical(); background-image: url('../images/ir.png'); } .ir { display: inline-block; border: 0; text-indent: -999em; text-align: left; direction: ltr; overflow: hidden; background-image: url('../images/ir.png'); background-color: transparent; background-repeat: no-repeat; } .ir br { display: none; }