css fixes

This commit is contained in:
Oliver Gorwits
2014-06-30 21:30:26 +01:00
parent 755fc92c59
commit 6e2d5a4b48
3 changed files with 21 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ our $VERSION = '2.027007';
use App::Netdisco::Configuration;
use Module::Find ();
Module::Find::usesub 'App::Netdisco::Auto::Init';
Module::Find::usesub 'App::NetdiscoE::Init';
=head1 NAME

View File

@@ -15,7 +15,7 @@ use Module::Load ();
use App::Netdisco::Util::Web 'interval_to_daterange';
# 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';
sub _load_web_plugins {

View File

@@ -368,9 +368,9 @@ td > form.nd_inline-form {
color: #999;
}
.nd_text-icon-right {
padding-right: 30px !important;
vertical-align: middle !important;
table .nd_text-icon-right {
padding-right: 30px;
vertical-align: middle;
}
.nd_padded-cell-left {
@@ -378,10 +378,25 @@ td > form.nd_inline-form {
padding-left: 5px;
}
.nd_padded-cell-left input {
.nd_padded-cell-left input, .nd_padded-cell-left textarea {
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 */