mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 14:54:51 +02:00
Delete admin console
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116894352
This commit is contained in:
parent
6772b2ef80
commit
f2116093b1
33 changed files with 2 additions and 2912 deletions
|
@ -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';
|
Loading…
Add table
Add a link
Reference in a new issue