css fixes
This commit is contained in:
@@ -8,7 +8,7 @@ our $VERSION = '2.027007';
|
|||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
use Module::Find ();
|
use Module::Find ();
|
||||||
Module::Find::usesub 'App::Netdisco::Auto::Init';
|
Module::Find::usesub 'App::NetdiscoE::Init';
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ use Module::Load ();
|
|||||||
use App::Netdisco::Util::Web 'interval_to_daterange';
|
use App::Netdisco::Util::Web 'interval_to_daterange';
|
||||||
|
|
||||||
# FIXME: need to avoid splat so that this can be reordered
|
# FIXME: need to avoid splat so that this can be reordered
|
||||||
Module::Find::usesub 'App::Netdisco::Web::Auto';
|
Module::Find::usesub 'App::NetdiscoE::Web';
|
||||||
Module::Find::usesub 'App::Netdisco::Web';
|
Module::Find::usesub 'App::Netdisco::Web';
|
||||||
|
|
||||||
sub _load_web_plugins {
|
sub _load_web_plugins {
|
||||||
|
|||||||
@@ -368,9 +368,9 @@ td > form.nd_inline-form {
|
|||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nd_text-icon-right {
|
table .nd_text-icon-right {
|
||||||
padding-right: 30px !important;
|
padding-right: 30px;
|
||||||
vertical-align: middle !important;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nd_padded-cell-left {
|
.nd_padded-cell-left {
|
||||||
@@ -378,10 +378,25 @@ td > form.nd_inline-form {
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nd_padded-cell-left input {
|
.nd_padded-cell-left input, .nd_padded-cell-left textarea {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table .nd_inner-table-setting {
|
||||||
|
padding: 0px;
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table .nd_inner-table-value {
|
||||||
|
padding: 0px;
|
||||||
|
border: 0px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table .nd_conf-inner-border {
|
||||||
|
border-color: #dddddd;
|
||||||
|
}
|
||||||
|
|
||||||
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||||
/* styles for sidebar placement and sizing */
|
/* styles for sidebar placement and sizing */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user