|
Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/andreassugianto.com/public_html/media/akeeba_strapper/less/ |
Upload File : |
/**
* Akeeba Strapper
* A handy distribution of namespaced jQuery, jQuery UI and Twitter
* Bootstrapper for use with Akeeba components.
*
* This file defines Akeeba Strapper specific styling overrides
*/
div.akeeba-bootstrap {
font-size: 10pt;
background: transparent;
// RocketTheme templates force a background image in alerts
.alert {
background-image: none;
}
// Wide form layout
form.form-horizontal-wide {
label.control-label {
width: 300px;
}
div.controls {
margin-left: 320px;
}
textarea {
width: 450px;
}
}
// Table layout fixes
td.order {
span {
line-height: 16px;
height: 16px;
margin: 0;
padding: 0;
}
a.jgrid span.state {
background-repeat: no-repeat;
height: 12px;
margin-bottom: 2px;
span.text {
line-height: 16px;
}
}
input.text_area {
width: 20px;
}
}
div {
// Clear fixes
&.ak_clr_left {
clear: left;
}
&.ak_clr {
clear: both;
}
// Modal toolbar button fix
&.icon a.modal {
position: relative;
top: inherit;
left: inherit;
z-index: inherit;
margin: 0 !important;
box-shadow: none;
}
// Icon wrapper fix
[class^="icon-wrapper"] {
display: inline;
}
}
}
// Icon wrapper fix
div.icon-wrapper {
display: inline;
}
/**
* Akeeba Live Update button styling
*/
span.liveupdate-icon-
{
¬supported {
color: @gray;
}
&crashed {
color: @gray;
}
&updates {
font-weight: bold;
color: @red;
font-size: 0.87em;
}
&noupdates {
color: @green;
}
}