mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(nojs) add
This commit is contained in:
parent
cbba7b47f8
commit
e8b6c98a96
2 changed files with 24 additions and 25 deletions
23
css/nojs.css
Normal file
23
css/nojs.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.path-icon, .keyspanel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.links {
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.fm {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.panel-right {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.panel-left {
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
.name a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -13,31 +13,7 @@
|
|||
<link rel=stylesheet href=/join/css/reset.css:css/style.css:css/icons.css:css/help.css>
|
||||
|
||||
<noscript>
|
||||
<style>
|
||||
.path-icon, .keyspanel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.links {
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.fm {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.panel-right {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.panel-left {
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
.name a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
<link rel=stylesheet href="/css/nojs.css">
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue