Delete admin console

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116894352
This commit is contained in:
jart 2016-03-10 12:07:55 -08:00 committed by Ben McIlwain
parent 6772b2ef80
commit f2116093b1
33 changed files with 2 additions and 2912 deletions

View file

@ -48,23 +48,3 @@ closure_css_binary(
debug = 1,
deps = [":registrar_lib"],
)
closure_css_library(
name = "admin_lib",
srcs = [
"admin-console.css",
"forms.css",
],
deps = [":registry_lib"],
)
closure_css_binary(
name = "admin_bin",
deps = [":admin_lib"],
)
closure_css_binary(
name = "admin_dbg",
debug = 1,
deps = [":admin_lib"],
)

View file

@ -1,18 +0,0 @@
textarea#clientCertificate {
font-family: monospace;
height: 260px;
white-space: nowrap;
}
/* Registry. */
input#tldStateTransition.tldStateTransition {
width: 40em;
}
tr.section-lead th {
padding-top: 4em;
padding: 1em 0;
border-bottom: solid 1px #ebebeb;
font-size: 1.1em;
font-weight: bold;
}

View file

@ -1,5 +0,0 @@
@import 'kd_components.css';
@import 'registry.css';
@import 'console.css';
@import 'forms.css';
@import 'admin-console.css';