mirror of
https://github.com/google/nomulus
synced 2026-09-05 15:46:55 +00:00
Delete admin console
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116894352
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
@import 'kd_components.css';
|
||||
@import 'registry.css';
|
||||
@import 'console.css';
|
||||
@import 'forms.css';
|
||||
@import 'admin-console.css';
|
||||
Reference in New Issue
Block a user